summaryrefslogtreecommitdiffstats
path: root/tests/py/README
diff options
context:
space:
mode:
authorMáté Eckl <ecklm94@gmail.com>2018-05-17 09:37:00 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-17 15:35:36 +0200
commit77c067f9361413bfa9d703f09a68e6f510743e7d (patch)
treee746b5f5e9cb669a2eb3641eaa7e0ac298647466 /tests/py/README
parentf3c2492fe00440af05805eed539b1a6f972b64ef (diff)
tests: py: print path of the logfile
It is good to know that a log is generated even without browsing the nft-test.py source code. Also print_info function is introduced. Signed-off-by: Máté Eckl <ecklm94@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/README')
-rw-r--r--tests/py/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/py/README b/tests/py/README
index a1560329..0e12dfa8 100644
--- a/tests/py/README
+++ b/tests/py/README
@@ -132,6 +132,8 @@ E) Meaning of messages:
* A warning message means the rule input and output of nft mismatches.
* An error message means the nft-tool shows an error when we add it or
the listing is broken after the rule is added.
+* An info message means something that is not necessarily related to any test
+ case and does not indicate faulty behaviour.
F) Acknowledgements