Handle non-target file deps for integration tests.

Some integration test targets have dependencies on files outside
the `test/integration/targets/` directory tree. Changes to these
dependencies can result in unexpected test failures since they do
not trigger integration tests which depend on them.
This commit is contained in:
Matt Clay
2019-01-12 00:18:17 -08:00
parent 3db6b9b416
commit 6a0452559b
7 changed files with 53 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
shippable/cloud/group1
cloud/foreman
needs/file/contrib/inventory/foreman.py

View File

@@ -1,3 +1,4 @@
shippable/posix/group2
destructive
needs/target/setup_openssl
needs/file/test/runner/requirements/constraints.txt

View File

@@ -0,0 +1 @@
needs/file/test/runner/requirements/constraints.txt

View File

@@ -1 +1,3 @@
shippable/posix/group3
needs/file/hacking/test-module
needs/file/lib/ansible/modules/system/ping.py

View File

@@ -1,3 +1,4 @@
destructive
shippable/posix/group1
needs/httptester
needs/file/test/runner/requirements/constraints.txt