summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2013-05-15 00:42:35 +0200
committerJeremy Allison <jra@samba.org>2015-03-31 18:40:25 +0200
commit2e9ea9f195d2050d17d3c5748a26c6ca0f6e3ff0 (patch)
tree004c171b7209667254702f4d9a14af5841677016 /selftest/selftesthelpers.py
parent7a96325baa80df515e110c5e110c2cde53a26ede (diff)
downloadsamba-2e9ea9f195d2050d17d3c5748a26c6ca0f6e3ff0.tar.gz
selftest: add snapshot share configuration
Define a share that uses both vfs_shell_snap and fake_snap.pl to create, delete and expose fake snapshots in response to FSRVP requests. Additionally test snapshot enumeration and access via the shadow_copy2 module. Allow for simple testing of FSRVP message sequence timeouts, by specifying an artificially small interval. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r--selftest/selftesthelpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index aa1d2b31b5a..fc2937c4bdd 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -166,6 +166,7 @@ smbtorture4_testsuite_list = subprocess.Popen([smbtorture4, "--list-suites"], st
smbtorture4_options = [
configuration,
+ "--option=\'fss:sequence timeout=1\'",
"--maximum-runtime=$SELFTEST_MAXTIME",
"--basedir=$SELFTEST_TMPDIR",
"--format=subunit"