From a0bb31df5d48ddd346728971ff4e0506b8304d9a Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 28 Jun 2010 04:37:37 +0300 Subject: s4/test: Run DrsDeleteObjectTestCase as part of S4 testing I put this test in the end of the list of tests as it runs with 'vampire_dc' environment running. Currently there are tests that are failing when we have 2 DCs constantly replicating in the test environment (this, of course, should be fixed in the near future) --- source4/selftest/tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 4181d83ba2..767d908a25 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -518,3 +518,6 @@ plantestsuite "blackbox.setpassword.py" none PYTHON="$PYTHON" $samba4srcdir/setu plantestsuite "blackbox.newuser.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_newuser.sh "$PREFIX/provision" plantestsuite "blackbox.group.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_group.sh "$PREFIX/provision" plantestsuite_loadlist "blaat" none PYTHON="$PYTHON" "$samba4srcdir/record.py" + +# DRS python tests +plantestsuite "drs_delete_object.python" vampire_dc PYTHONPATH="$PYTHONPATH:$samba4srcdir/torture/drs/python" DC1=\$DC_SERVER DC2=\$VAMPIRE_DC_SERVER $SUBUNITRUN delete_object -U"\$DOMAIN/\$DC_USERNAME"%"\$DC_PASSWORD" -- cgit