From 01af8a8ca363f954ebd0f0e7d065592b9916d409 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 27 Feb 2011 15:45:30 +0100 Subject: [PATCH] regress: Add variables in prototype.conf for remote test --- regress/prototype.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/regress/prototype.conf b/regress/prototype.conf index f734facb89..f6d659d504 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -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" -- 2.39.5