diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/workspace-create.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/integration/workspace-create.yml b/tests/integration/workspace-create.yml index 194747f3..741d1df0 100644 --- a/tests/integration/workspace-create.yml +++ b/tests/integration/workspace-create.yml @@ -15,28 +15,28 @@ vars_prompt: - name: pod_name - prompt: 'name of the pod under test:' + prompt: 'name of the pod under test (used in reporting)' default: qtip-pod private: no - name: scenario prompt: 'scenario deployed in the pod:' - default: generic + default: default private: no - name: installer - prompt: 'installer type of the pod (apex|fuel):' + prompt: 'installer type of the pod (apex|fuel|other)' default: fuel private: no - name: installer_master_host - prompt: 'master host of the installer:' - default: master + prompt: 'master host/vm of the installer (accessible by `ssh <hostname>`)' private: no - name: workspace - prompt: 'workspace name:' + prompt: 'workspace name (new directory will be created)' default: workspace + private: no roles: |