]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: Add variables in prototype.conf for remote test
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 27 Feb 2011 14:45:30 +0000 (15:45 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:30 +0000 (14:43 +0200)
regress/prototype.conf

index f734facb89c880893737d31446e0586c8734b0e2..f6d659d504802424a2552ebe4e44f8f5b7ef5d9b 100644 (file)
@@ -115,3 +115,26 @@ WIN32_PORT=9102
 WIN32_PASSWORD="zzzzz"
 # Where the win32 client will have to contact the SD
 WIN32_STORE_ADDR="zzzz"
+# To setup autologon and regress-win32.pl start
+# User name
+WIN32_USER=Administrator
+# Admin password
+WIN32_PASS=PasswordWin
+
+#
+# Testing remote FD
+#
+
+# Client name. Note, it must be configured to accept your regress director
+REMOTE_CLIENT="yyyy"
+# Client FQDN or IP address
+REMOTE_ADDR="yyyy"
+# File or Directory to backup.  This is put in the "File" directive 
+#   in the FileSet
+REMOTE_FILE="/tmp"
+# Port of Win32 client
+REMOTE_PORT=9102
+# Win32 Client password
+REMOTE_PASSWORD="zzzzz"
+# Where the win32 client will have to contact the SD
+REMOTE_STORE_ADDR="zzzz"