diff options
Diffstat (limited to 'tests/integration/workspace-create.yml')
-rw-r--r-- | tests/integration/workspace-create.yml | 23 |
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 |