From: Stefan Metzmacher Date: Tue, 30 Jan 2018 09:40:36 +0000 (+0100) Subject: selftest: run "samba.tests.common" X-Git-Tag: tevent-0.9.36~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f577cd9e79e8a93b09d0c5f5b4f6842ed847932;p=thirdparty%2Fsamba.git selftest: run "samba.tests.common" BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/selftest/tests.py b/selftest/tests.py index 126e1184230..b2d1a672e67 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -65,6 +65,7 @@ planpythontestsuite("none", "samba.tests.dcerpc.integer") planpythontestsuite("none", "samba.tests.param", py3_compatible=True) planpythontestsuite("none", "samba.tests.upgrade") planpythontestsuite("none", "samba.tests.core", py3_compatible=True) +planpythontestsuite("none", "samba.tests.common") planpythontestsuite("none", "samba.tests.provision") planpythontestsuite("none", "samba.tests.password_quality") planpythontestsuite("none", "samba.tests.samba3")