diff options
author | Jim McDonough <jmcd@samba.org> | 2008-06-12 07:02:14 -0400 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2008-06-12 07:02:14 -0400 |
commit | 0410dcb32d772ee5022bd3bb507a5650ef6c5071 (patch) | |
tree | 99a646f2df3c2a62d83c5aefb0c3c24727f603f8 /testprogs/blackbox/wintest | |
parent | ce9db767a0b9c73101e79ab29c14777d2ec64918 (diff) | |
download | samba-0410dcb32d772ee5022bd3bb507a5650ef6c5071.tar.gz samba-0410dcb32d772ee5022bd3bb507a5650ef6c5071.tar.bz2 samba-0410dcb32d772ee5022bd3bb507a5650ef6c5071.zip |
Initial automated wintest.
Added a blackbox test which looks for $WINTEST_CONF_DIR,
gets configuration vars from *.conf in that dir, disables
smbwrapper, and runs RAW-OPEN torture test.
Scripts are coming to startup/shutdown vm's.
(This used to be commit 74a0a9bb54b2583dde7a5fbadd4d10858de12ee7)
Diffstat (limited to 'testprogs/blackbox/wintest')
-rw-r--r-- | testprogs/blackbox/wintest/wintest.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testprogs/blackbox/wintest/wintest.conf b/testprogs/blackbox/wintest/wintest.conf new file mode 100644 index 0000000000..d52e660318 --- /dev/null +++ b/testprogs/blackbox/wintest/wintest.conf @@ -0,0 +1,7 @@ +#export WINTEST_STARTUP=/tmp/blah +#export WINTEST_SHUTDOWN=/tmp/blah2 +export DOMAIN="wait" +export USERNAME="administrator" +export PASSWORD="samba" +export SERVER="192.168.213.161" +export SHARE="c\$"
\ No newline at end of file |