From a6d8313b300453c15e7c2438979db6253b6e6819 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 20 Apr 2017 18:08:42 +0800 Subject: Fix workspace creator - handle relative path in workspace - handle differences between installers - create working directories Change-Id: I5fbe66c1218c29db0fafd87085a6cf5c15a91dc5 Signed-off-by: Yujun Zhang --- tests/integration/roles | 1 - tests/integration/workspace-create.yml | 9 ++++++++- 2 files changed, 8 insertions(+), 2 deletions(-) delete mode 120000 tests/integration/roles (limited to 'tests/integration') 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 -- cgit 1.2.3-korg