1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

Start testing a few more things out of smbtorture in the build farm.

Andrew Bartlett
(This used to be commit 273a9bd7aa608d37b127b61d41773ba8135e38f7)
This commit is contained in:
Andrew Bartlett 2003-04-23 08:46:39 +00:00
parent 2206df6b30
commit db3f4d3eed
11 changed files with 25 additions and 5 deletions

@ -6,11 +6,13 @@ basicsmb-hostsdeny basicsmb-remote-pass-change \
basicsmb-preexec \
torture-FDPASS torture-LOCK1 torture-LOCK2 \
torture-LOCK3 torture-LOCK4 torture-LOCK5 \
torture-LOCK6 torture-LOCK7 \
torture-UNLINK torture-BROWSE torture-ATTR \
torture-TRANS2 torture-TORTURE torture-OPLOCK1 \
torture-OPLOCK3 torture-DIR torture-DENY1 \
torture-DENY2 torture-TCON torture-RW1 \
torture-RW2 torture-OPEN torture-RENAME \
torture-DELETE"
torture-OPLOCK3 torture-DIR torture-DIR1 torture-DENY1 \
torture-DENY2 torture-TCON torture-TCON2 torture-TCONDEV \
torture-RW1 torture-RW2 torture-OPEN torture-XCOPY \
torture-RENAME torture-DELETE torture-PROPERTIES \
torture-MANGLE torture-FDSESS"
#basicsmb-serversec

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "DIR1"

@ -1,2 +1,2 @@
. torture_setup.fns
test_torture "FDPASS"
test_torture "FDSESS"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "LOCK6"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "LOCK7"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "MANGLE"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "PROPERTIES"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "TCON1"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "TCON2"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "TCONDEV"

@ -0,0 +1,2 @@
. torture_setup.fns
test_torture "XCOPY"