summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-05-11 11:29:25 +0200
committerJeremy Allison <jra@samba.org>2017-06-06 18:36:06 +0200
commit90b69ba95d5ea53f5aadf3e3c271e8c4d50d21b5 (patch)
tree12ff0f310b70d49312d67658d865227b022ef773 /selftest/tests.py
parent0aadb5068f7565c0c05837c577003c5f9d6667a3 (diff)
downloadsamba-90b69ba95d5ea53f5aadf3e3c271e8c4d50d21b5.tar.gz
unittest: Add testsuite for is_known_pipename()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12780 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index e3dd91414d9..9f298a6f734 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -145,3 +145,5 @@ if with_pam:
if with_cmocka:
plantestsuite("samba.unittests.krb5samba", "none",
[os.path.join(bindir(), "default/testsuite/unittests/test_krb5samba")])
+ plantestsuite("samba.unittests.sambafs_srv_pipe", "none",
+ [os.path.join(bindir(), "default/testsuite/unittests/test_sambafs_srv_pipe")])