diff --git a/.github/workflows/full-integration-test.yml b/.github/workflows/full-integration-test.yml index 854dce23..8f14f187 100644 --- a/.github/workflows/full-integration-test.yml +++ b/.github/workflows/full-integration-test.yml @@ -35,7 +35,7 @@ jobs: run: | echo ansible-test-molecule="[`for x in $(find tests/integration/targets -maxdepth 1 -mindepth 1 -type d -iname "molecule-*" -printf "%f\n"); do echo '{"test":\"'"${x}"'\","name":\"'"${x#*-}\"'"}'; done | tr '\n' ',' | sed '$s/,$//'`]" >> $GITHUB_OUTPUT - echo ansible-test-integration="[`for x in $(find tests/integration/targets -maxdepth 1 -mindepth 1 -type d -not -iname "molecule-*" -printf "%f\n"); + echo ansible-test-integration="[`for x in $(find tests/integration/targets -maxdepth 1 -mindepth 1 -type d -not -iname "molecule-*" -not -iname "*_cloud_stack" -printf "%f\n"); do echo '{"test":\"'"${x}"'\","name":\"'"${x}\"'"}'; done | tr '\n' ',' | sed '$s/,$//'`]" >> $GITHUB_OUTPUT ansible-test-molecule: diff --git a/tests/integration/targets/alert_contact_point/meta/main.yml b/tests/integration/targets/alert_contact_point/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/alert_contact_point/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/alert_notification_policy/meta/main.yml b/tests/integration/targets/alert_notification_policy/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/alert_notification_policy/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/cloud_api_key/meta/main.yml b/tests/integration/targets/cloud_api_key/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/cloud_api_key/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/cloud_plugin/meta/main.yml b/tests/integration/targets/cloud_plugin/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/cloud_plugin/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/dashboard/meta/main.yml b/tests/integration/targets/dashboard/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/dashboard/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/datasource/meta/main.yml b/tests/integration/targets/datasource/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/datasource/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack diff --git a/tests/integration/targets/folder/meta/main.yml b/tests/integration/targets/folder/meta/main.yml new file mode 100644 index 00000000..95427f24 --- /dev/null +++ b/tests/integration/targets/folder/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - create_cloud_stack