From f51e626c329e4fc79a82f2e5287f91c221e8867c Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 30 Jul 2025 12:25:13 -0500 Subject: [PATCH] Move the shell target to group4 controller (#85594) * Move the shell target to group4 controller * rename shell target to shell-plugins --- .../{shell => shell-plugins}/action_plugins/test_shell.py | 0 test/integration/targets/shell-plugins/aliases | 2 ++ .../connection_plugins/test_connection_default.py | 0 .../connection_plugins/test_connection_override.py | 0 test/integration/targets/{shell => shell-plugins}/meta/main.yml | 0 .../targets/{shell => shell-plugins}/tasks/command-building.yml | 0 .../integration/targets/{shell => shell-plugins}/tasks/main.yml | 0 .../{shell => shell-plugins}/test-command-building-playbook.yml | 0 test/integration/targets/shell/aliases | 1 - 9 files changed, 2 insertions(+), 1 deletion(-) rename test/integration/targets/{shell => shell-plugins}/action_plugins/test_shell.py (100%) create mode 100644 test/integration/targets/shell-plugins/aliases rename test/integration/targets/{shell => shell-plugins}/connection_plugins/test_connection_default.py (100%) rename test/integration/targets/{shell => shell-plugins}/connection_plugins/test_connection_override.py (100%) rename test/integration/targets/{shell => shell-plugins}/meta/main.yml (100%) rename test/integration/targets/{shell => shell-plugins}/tasks/command-building.yml (100%) rename test/integration/targets/{shell => shell-plugins}/tasks/main.yml (100%) rename test/integration/targets/{shell => shell-plugins}/test-command-building-playbook.yml (100%) delete mode 100644 test/integration/targets/shell/aliases diff --git a/test/integration/targets/shell/action_plugins/test_shell.py b/test/integration/targets/shell-plugins/action_plugins/test_shell.py similarity index 100% rename from test/integration/targets/shell/action_plugins/test_shell.py rename to test/integration/targets/shell-plugins/action_plugins/test_shell.py diff --git a/test/integration/targets/shell-plugins/aliases b/test/integration/targets/shell-plugins/aliases new file mode 100644 index 00000000000..498fedd558e --- /dev/null +++ b/test/integration/targets/shell-plugins/aliases @@ -0,0 +1,2 @@ +shippable/posix/group4 +context/controller diff --git a/test/integration/targets/shell/connection_plugins/test_connection_default.py b/test/integration/targets/shell-plugins/connection_plugins/test_connection_default.py similarity index 100% rename from test/integration/targets/shell/connection_plugins/test_connection_default.py rename to test/integration/targets/shell-plugins/connection_plugins/test_connection_default.py diff --git a/test/integration/targets/shell/connection_plugins/test_connection_override.py b/test/integration/targets/shell-plugins/connection_plugins/test_connection_override.py similarity index 100% rename from test/integration/targets/shell/connection_plugins/test_connection_override.py rename to test/integration/targets/shell-plugins/connection_plugins/test_connection_override.py diff --git a/test/integration/targets/shell/meta/main.yml b/test/integration/targets/shell-plugins/meta/main.yml similarity index 100% rename from test/integration/targets/shell/meta/main.yml rename to test/integration/targets/shell-plugins/meta/main.yml diff --git a/test/integration/targets/shell/tasks/command-building.yml b/test/integration/targets/shell-plugins/tasks/command-building.yml similarity index 100% rename from test/integration/targets/shell/tasks/command-building.yml rename to test/integration/targets/shell-plugins/tasks/command-building.yml diff --git a/test/integration/targets/shell/tasks/main.yml b/test/integration/targets/shell-plugins/tasks/main.yml similarity index 100% rename from test/integration/targets/shell/tasks/main.yml rename to test/integration/targets/shell-plugins/tasks/main.yml diff --git a/test/integration/targets/shell/test-command-building-playbook.yml b/test/integration/targets/shell-plugins/test-command-building-playbook.yml similarity index 100% rename from test/integration/targets/shell/test-command-building-playbook.yml rename to test/integration/targets/shell-plugins/test-command-building-playbook.yml diff --git a/test/integration/targets/shell/aliases b/test/integration/targets/shell/aliases deleted file mode 100644 index a6dafcf8cd8..00000000000 --- a/test/integration/targets/shell/aliases +++ /dev/null @@ -1 +0,0 @@ -shippable/posix/group1