From 78e78a4092569978e79a661bcd6e6631e4868245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Wed, 20 Mar 2019 17:17:05 +0100 Subject: samba-tool tests: add tests for contact management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 67e33fc37dc..6216ee52150 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -659,11 +659,12 @@ planpythontestsuite("none", "samba.tests.samba_tool.visualize") for env in all_fl_envs: planpythontestsuite(env + ":local", "samba.tests.samba_tool.fsmo") -# test samba-tool user, group and computer edit command +# test samba-tool user, group, contact and computer edit command for env in all_fl_envs: env += ":local" plantestsuite("samba.tests.samba_tool.user_edit", env, [os.path.join(srcdir(), "python/samba/tests/samba_tool/user_edit.sh"), '$SERVER', '$USERNAME', '$PASSWORD']) plantestsuite("samba.tests.samba_tool.group_edit", env, [os.path.join(srcdir(), "python/samba/tests/samba_tool/group_edit.sh"), '$SERVER', '$USERNAME', '$PASSWORD']) + plantestsuite("samba.tests.samba_tool.contact_edit", env, [os.path.join(srcdir(), "python/samba/tests/samba_tool/contact_edit.sh"), '$SERVER', '$USERNAME', '$PASSWORD']) plantestsuite("samba.tests.samba_tool.computer_edit", env, [os.path.join(srcdir(), "python/samba/tests/samba_tool/computer_edit.sh"), '$SERVER', '$USERNAME', '$PASSWORD']) # We run this test against both AD DC implementations because it is -- cgit v1.2.1