diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-17 10:37:19 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-17 22:27:14 +0800 |
commit | f52fba6b8c062337708bfd429fbb845487f3d4c9 (patch) | |
tree | 3692adad2a4c29f9bcce928b86a189e6603a1d5a /tests/integration/host_vars/localhost | |
parent | 6bec7f3a38497222217cf899965bc6d4d5c0c545 (diff) |
Add testapi setup task
Change-Id: I7b4d3186afd724ec5a30cf630baee79875e426bb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/host_vars/localhost')
-rw-r--r-- | tests/integration/host_vars/localhost | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/host_vars/localhost b/tests/integration/host_vars/localhost new file mode 100644 index 00000000..18d764cc --- /dev/null +++ b/tests/integration/host_vars/localhost @@ -0,0 +1,7 @@ +testapi_url: http://localhost:8000/api/v1 +project_name: qtip +case_name: compute +pod_name: internal +installer: fuel +version: master +scenario: demo |