From 2fa6b511f1a6c1a3372aacdacf7b6f68a4c72ddf Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 12 Apr 2017 19:44:00 +0800 Subject: Move YAML resources to /resources. - replacing the content of /benchmarks will break current module like api/cli - migration required before surpressing the current benchmarks/ folder Change-Id: I8bd04eeb18aaa3c966330ff7adbe85a267680fc1 Signed-off-by: Yujun Zhang --- tests/integration/hosts.default | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/integration/hosts.default (limited to 'tests/integration/hosts.default') diff --git a/tests/integration/hosts.default b/tests/integration/hosts.default new file mode 100644 index 00000000..9b91eea6 --- /dev/null +++ b/tests/integration/hosts.default @@ -0,0 +1,6 @@ +[fuel-master] +fuel-master + +[local] +localhost ansible_connection=local + -- cgit 1.2.3-korg