From 0410dcb32d772ee5022bd3bb507a5650ef6c5071 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 12 Jun 2008 07:02:14 -0400 Subject: 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) --- testprogs/blackbox/wintest/wintest.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testprogs/blackbox/wintest/wintest.conf (limited to 'testprogs/blackbox/wintest/wintest.conf') 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 -- cgit From f3fb381952e6afd4b3d15758eaf3aaf29a112eec Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 12 Jun 2008 07:06:07 -0400 Subject: Missed these on the last commit (This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725) --- testprogs/blackbox/wintest/wintest.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testprogs/blackbox/wintest/wintest.conf') diff --git a/testprogs/blackbox/wintest/wintest.conf b/testprogs/blackbox/wintest/wintest.conf index d52e660318..d1403662f9 100644 --- a/testprogs/blackbox/wintest/wintest.conf +++ b/testprogs/blackbox/wintest/wintest.conf @@ -1,6 +1,6 @@ -#export WINTEST_STARTUP=/tmp/blah -#export WINTEST_SHUTDOWN=/tmp/blah2 -export DOMAIN="wait" +#export WINTEST_STARTUP="/tmp/startup client" +#export WINTEST_SHUTDOWN=/tmp/shutdown client" +export DOMAIN="client" export USERNAME="administrator" export PASSWORD="samba" export SERVER="192.168.213.161" -- cgit