diff options
Diffstat (limited to 'tests/integration/workspace-create.yml')
-rw-r--r-- | tests/integration/workspace-create.yml | 9 |
1 files changed, 8 insertions, 1 deletions
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 |