the following tests
samba3.base.delaywrite
samba3.base.deny1
samba3.base.deny2
have been moved to fileserver_smb1 env and removed from skip_file
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
^samba3.base.createx_access\(ad_dc\)
^samba3.base.defer_open\(ad_dc\)
^samba3.base.defer_open\(nt4_dc\)
-^samba3.base.delaywrite\(fileserver\)
^samba3.base.delete\(ad_dc\)
^samba3.base.delete\(nt4_dc\)
-^samba3.base.deny1\(fileserver\)
-^samba3.base.deny2\(fileserver\)
^samba3.base.deny3\(ad_dc\)
^samba3.base.deny3\(nt4_dc\)
^samba3.base.denydos\(ad_dc\)
for t in tests:
if t == "base.delaywrite" or t == "base.deny1" or t == "base.deny2":
- plansmbtorture4testsuite(t, "fileserver", '//$SERVER/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900')
+ plansmbtorture4testsuite(t, "fileserver_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900')
elif t == "base.createx_access":
plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900')
elif t == "rap.sam":