aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-21 03:45:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-21 03:45:45 +0000
commit441dea324dc2442b746528e0337a539c18b85b2f (patch)
treebcd4d5f1c7982b18cda123246007fa9314a10bd2 /tests
parent1227dc7e737e9946f316c7693232a9f5cbe166ed (diff)
parenta6d8313b300453c15e7c2438979db6253b6e6819 (diff)
Merge "Fix workspace creator"
Diffstat (limited to 'tests')
l---------tests/integration/roles1
-rw-r--r--tests/integration/workspace-create.yml9
2 files changed, 8 insertions, 2 deletions
diff --git a/tests/integration/roles b/tests/integration/roles
deleted file mode 120000
index a2363eeb..00000000
--- a/tests/integration/roles
+++ /dev/null
@@ -1 +0,0 @@
-../../resources/roles \ No newline at end of file
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml
index 83e0fadd..71fd08da 100644
--- a/tests/integration/workspace-create.yml
+++ b/tests/integration/workspace-create.yml
@@ -10,4 +10,11 @@
---
- hosts: localhost
roles:
- - { role: qtip-bootstrap, installer: fuel }
+ - role: qtip-bootstrap
+ installer: fuel # fuel|apex
+ pod_name: qtip-pod
+ scenario: default
+ version: master
+ testapi_url: http://localhost:8000/api/v1
+ installer_master: f5 # hostname of installer master
+ qtip_package: ../../.. # note the relative path in workspace might be different from current working directory