summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-21 09:59:27 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-21 13:43:50 +0800
commitb1683c050b3e603378c57a21a7851dac432111b7 (patch)
treea2d83e3fb63a7df3ce8bdc7600905fcf2f0de6b4 /tests/integration
parent6144eac326d14e26bbb849abea51c4cf7f3881b6 (diff)
Cleanup customizable variables of workspace
Change-Id: I00185b7c73692e2aeafb1307cea81f4f2d149c74 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/workspace-create.yml23
1 files changed, 17 insertions, 6 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml
index 0de94d4f..1b473260 100644
--- a/tests/integration/workspace-create.yml
+++ b/tests/integration/workspace-create.yml
@@ -18,13 +18,24 @@
# modify or override variables to customize the workspace
+ # opnfv environment
+
installer: fuel # <fuel|apex>
+ installer_master_host: f5 # make sure you can login it with key authentication
+
+ # set testapi_url to enable reportint to testapi
+
+# testapi_url: http://localhost:8000/api/v1
+
+ # report variables
+
+# project_name: qtip
+# case_name: compute
+# pod_name: "{{ pod_name|default('qtip-pod') }}"
+# scenario: "{{ scenario|default('generic') }}"
+# version: master
+# scenario: demo
- # test api settings
- testapi_url: http://localhost:8000/api/v1
- pod_name: qtip-pod # pod name for testapi
- scenario: default # scenario for testapi
+ # qtip settings
- # local settings
- installer_master: f5 # hostname of installer master, make sure you can login it with key authentication
qtip_package: ../../.. # relative path from **workspace**, not current directory