diff options
author | Phil Sutter <phil@nwl.cc> | 2018-04-10 19:00:25 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-04-11 09:57:28 +0200 |
commit | 820fd08b5f1d43053c5ecb54549a864a8083dd9d (patch) | |
tree | 0edb2700ca79a8ecc1c03adc3da4a3b3f7196b29 /doc | |
parent | e760d200a4b9cd31928b68a1f2f882157344351e (diff) |
tests/py: Review print statements in nft-test.py
Make use of format strings as they are easier to read than manual string
concatenation.
Also use class Table's __str__ method instead of printing the 'name'
attribute. This changes the output in that table names are prepended by
their family, but the extra information may come in handy when analyzing
issues.
Since class Chain's __str__ method returns just the 'name' attribute
content, it may be used as synonym.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions