From f52fba6b8c062337708bfd429fbb845487f3d4c9 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 17 Apr 2017 10:37:19 +0800 Subject: Add testapi setup task Change-Id: I7b4d3186afd724ec5a30cf630baee79875e426bb Signed-off-by: Yujun Zhang --- tests/integration/host_vars/localhost | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/integration/host_vars/localhost (limited to 'tests/integration/host_vars') 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 -- cgit 1.2.3-korg