diff options
author | Björn Baumbach <bb@sernet.de> | 2011-11-02 20:02:35 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-04 00:28:08 +0100 |
commit | 2e1f7e137d87de5a05985bfe05dc69f1b1b87f45 (patch) | |
tree | d06d949f7097276fb0ef84f0c1704c8f7e92e19f /source3 | |
parent | 2f9b453635215774d2bf6a47db5ba26642b25b8e (diff) | |
download | samba-2e1f7e137d87de5a05985bfe05dc69f1b1b87f45.tar.gz samba-2e1f7e137d87de5a05985bfe05dc69f1b1b87f45.tar.bz2 samba-2e1f7e137d87de5a05985bfe05dc69f1b1b87f45.zip |
s3-selftest: add new registry upgrade test to test list
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 02afde5829..5906cf4c41 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -51,6 +51,8 @@ plantestsuite("samba3.blackbox.failure", "s3dc:local", [os.path.join(samba3srcdi plantestsuite("samba3.local_s3", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_local_s3.sh")]) +plantestsuite("samba3.blackbox.registry.upgrade", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_registry_upgrade.sh"), binpath('net'), binpath('dbwrap_tool')]) + tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "LOCK9", "UNLINK", "BROWSE", "ATTR", "TRANS2", "TORTURE", "OPLOCK1", "OPLOCK2", "OPLOCK4", "STREAMERROR", |