ldap: Add a database open after fork to speed-up prefork binds
[bbaumbach/samba-autobuild/.git] / selftest / no-python-tests.txt
1 # A small subset of tests/testenvs to run as a sanity-check when samba
2 # is built with --disable-python. One test-suite for each s3 testenv was
3 # selected from 'python source3/selftest/tests.py' (and manually edited to
4 # remove the filter-subunit portion of the command).
5 # Notes:
6 # - you cannot add knownfail tests to this list.
7 # - only .sh tests supported here, and they must set and return $failed
8 #   appropriately
9 -- TEST --
10 samba3.blackbox.smb2.not_casesensitive (fileserver)(fileserver)
11 fileserver
12 ./source3/script/tests/test_smb2_not_casesensitive.sh //$SERVER/tmp $SERVER_IP $USERNAME $PASSWORD $LOCAL_PATH bin/smbclient || exit 1
13 -- TEST --
14 samba3.blackbox.rpcclient_srvsvc(simpleserver)
15 simpleserver
16 ./source3/script/tests/test_rpcclientsrvsvc.sh $USERNAME $PASSWORD $SERVER bin/rpcclient tmp || exit 1
17 -- TEST --
18 samba3.blackbox.smbclient_large_file  krb5(ktest:local)
19 ktest:local
20 ./source3/script/tests/test_smbclient_large_file.sh $PREFIX/ktest/krb5_ccache-3 bin/smbclient $SERVER $PREFIX  -k --configfile=$SMB_CONF_PATH || exit 1
21 -- TEST --
22 samba3.blackbox.smbclient_auth.plain (maptoguest) local creds(maptoguest)
23 maptoguest
24 ./source3/script/tests/test_smbclient_auth.sh $SERVER $SERVER_IP $USERNAME $PASSWORD bin/smbclient --configfile=$SMB_CONF_PATH --option=clientntlmv2auth=no --option=clientlanmanauth=yes || exit 1
25 -- TEST --
26 samba3.blackbox.smbclient_auth.plain (nt4_dc) (nt4_dc)
27 nt4_dc
28 ./source3/script/tests/test_smbclient_auth.sh $SERVER $SERVER_IP $DC_USERNAME $DC_PASSWORD bin/smbclient --configfile=$SMB_CONF_PATH  || exit 1
29 -- TEST --
30 samba3.blackbox.net_cred_change.(nt4_member:local)(nt4_member:local)
31 nt4_member:local
32 ./source3/script/tests/test_net_cred_change.sh --configfile=$SMB_CONF_PATH || exit 1