From d59bc9ae48875da9ffe2153587c32fd998a197fc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 11 Jan 2019 15:12:06 -0800 Subject: [PATCH] Move unrelated connection test to separate target. --- .../targets/{connection => error_from_connection}/aliases | 0 .../targets/{connection => error_from_connection}/inventory | 0 .../targets/{connection => error_from_connection}/play.yml | 0 .../targets/{connection => error_from_connection}/plugin/dummy.py | 0 .../targets/{connection => error_from_connection}/runme.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/targets/{connection => error_from_connection}/aliases (100%) rename test/integration/targets/{connection => error_from_connection}/inventory (100%) rename test/integration/targets/{connection => error_from_connection}/play.yml (100%) rename test/integration/targets/{connection => error_from_connection}/plugin/dummy.py (100%) rename test/integration/targets/{connection => error_from_connection}/runme.sh (100%) diff --git a/test/integration/targets/connection/aliases b/test/integration/targets/error_from_connection/aliases similarity index 100% rename from test/integration/targets/connection/aliases rename to test/integration/targets/error_from_connection/aliases diff --git a/test/integration/targets/connection/inventory b/test/integration/targets/error_from_connection/inventory similarity index 100% rename from test/integration/targets/connection/inventory rename to test/integration/targets/error_from_connection/inventory diff --git a/test/integration/targets/connection/play.yml b/test/integration/targets/error_from_connection/play.yml similarity index 100% rename from test/integration/targets/connection/play.yml rename to test/integration/targets/error_from_connection/play.yml diff --git a/test/integration/targets/connection/plugin/dummy.py b/test/integration/targets/error_from_connection/plugin/dummy.py similarity index 100% rename from test/integration/targets/connection/plugin/dummy.py rename to test/integration/targets/error_from_connection/plugin/dummy.py diff --git a/test/integration/targets/connection/runme.sh b/test/integration/targets/error_from_connection/runme.sh similarity index 100% rename from test/integration/targets/connection/runme.sh rename to test/integration/targets/error_from_connection/runme.sh