diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-06-28 04:37:37 +0300 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-06-28 04:43:29 +0300 |
commit | a0bb31df5d48ddd346728971ff4e0506b8304d9a (patch) | |
tree | c1a039824b6cad16b4cfe52575ceb64c2c249fe8 | |
parent | 431386f3278bfa6fa9b74db9a8a40fd300621c2b (diff) | |
download | samba-a0bb31df5d48ddd346728971ff4e0506b8304d9a.tar.gz samba-a0bb31df5d48ddd346728971ff4e0506b8304d9a.tar.bz2 samba-a0bb31df5d48ddd346728971ff4e0506b8304d9a.zip |
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)
-rwxr-xr-x | source4/selftest/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |