summaryrefslogtreecommitdiffstats
path: root/test-framework/site/host-config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test-framework/site/host-config.cfg')
-rw-r--r--test-framework/site/host-config.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/test-framework/site/host-config.cfg b/test-framework/site/host-config.cfg
new file mode 100644
index 000000000..f500e6fc9
--- /dev/null
+++ b/test-framework/site/host-config.cfg
@@ -0,0 +1,37 @@
+[General]
+vmrun=vmrun
+checkerInstallation=/home/kdab/test/installerfw/installer/test-framework/checker
+testcase0=TestCases/testcase1/testcase1.cfg
+testcase1=TestCases/testcase-linux64/testcase-linux64.cfg
+vm0=VMConfigs/WindowsXp32Bit.cfg
+vm1=VMConfigs/WindowsXp64Bit.cfg
+vm2=VMConfigs/WindowsVista32Bit.cfg
+vm3=VMConfigs/LinuxUbuntu9.1064Bit.cfg
+gui=False
+createErrorSnapshots=False
+
+[Host]
+type=server
+location=https://172.25.167.23:8333/sdk
+username=kdab
+password=kdab
+
+[CDash]
+host=localhost
+location=/CDash
+project=test1
+
+[Source0]
+host=hegel
+path=/projects/ndk/installers/windows
+platform=windows
+
+[Source1]
+host=hegel
+path=/projects/ndk/installers/linux/x32
+platform=linux32
+
+[Source2]
+host=hegel
+path=/projects/ndk/installers/linux/x64
+platform=linux64