summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2017-02-17 14:55:10 +1300
committerDouglas Bagnall <dbagnall@samba.org>2017-03-01 09:01:07 +0100
commitb12562fac096c0a1a76fa80942e3ab90d2d33547 (patch)
tree8d68d73e25d1dbfcf240bf5e03f480cb3e7d7546 /selftest/tests.py
parent2b62cafeacf79c83eabab5ba7ad85715997492a7 (diff)
downloadsamba-b12562fac096c0a1a76fa80942e3ab90d2d33547.tar.gz
script: Add test script for traffic_summary.pl
Add the test script for traffic_summary.pl, test data in previous commit. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Wed Mar 1 09:01:07 CET 2017 on sn-devel-144
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index eabe71401fc..103508bdddb 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -130,6 +130,10 @@ planpythontestsuite("none", "samba.tests.kcc.graph_utils")
planpythontestsuite("none", "samba.tests.kcc.kcc_utils")
planpythontestsuite("none", "samba.tests.kcc.ldif_import_export")
plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")])
+plantestsuite(
+ "script.traffic_summary", "none",
+ [os.path.join(srcdir(), "script/tests/test_traffic_summary.sh"),
+ configuration])
if with_cmocka:
plantestsuite("samba.unittests.krb5samba", "none",