From 6fc95333b5a71d6a270d49d34918edb0b175ae13 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 5 Sep 2016 10:55:04 -0400 Subject: [PATCH] Run functional tests against 127.0.0.2 Both connection local and 127.0.0.1 have special meaning for ansible, where will use the local filesystem vs SSH to the loopback adapter. So, we use 127.0.0.2 to force ansible to make an SSH connection. Change-Id: I7c7942e24549453b32a6d904a598b7d6ef74bd81 Signed-off-by: Paul Belanger --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inventory b/tests/inventory index 65db56b..e512180 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,2 +1,2 @@ [test] -test01 ansible_host=localhost +test01 ansible_host=127.0.0.2