From b1683c050b3e603378c57a21a7851dac432111b7 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 21 Apr 2017 09:59:27 +0800 Subject: Cleanup customizable variables of workspace Change-Id: I00185b7c73692e2aeafb1307cea81f4f2d149c74 Signed-off-by: Yujun Zhang --- tests/integration/workspace-create.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'tests/integration') 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 # + 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 -- cgit 1.2.3-korg