From 7455eb762165d336e81ca901885dc9b45fa7cced Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 19 Apr 2017 22:03:52 +0800 Subject: Create workspace by ansible playbook Change-Id: Ia79353e686240c5915e40b8202d3fdc289df2158 Signed-off-by: Yujun Zhang --- tests/integration/hosts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/integration/hosts (limited to 'tests/integration/hosts') diff --git a/tests/integration/hosts b/tests/integration/hosts new file mode 100644 index 00000000..2302edae --- /dev/null +++ b/tests/integration/hosts @@ -0,0 +1 @@ +localhost ansible_connection=local -- cgit