diff options
author | Matt Clay <mclay@redhat.com> | 2020-02-11 01:41:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 01:41:45 +0100 |
commit | 89c8eb5a085552b544c4da9b1c1f272b645c64d9 (patch) | |
tree | b4b60c5c435e52aa1c83befec8f13886bea3b88c /test/integration/targets/lookup_url/meta/main.yml | |
parent | ansible-test - add constraint for virtualenv (#67289) (diff) | |
download | ansible-89c8eb5a085552b544c4da9b1c1f272b645c64d9.tar.xz ansible-89c8eb5a085552b544c4da9b1c1f272b645c64d9.zip |
Split up lookup integration tests. (#67294)
* Split up lookup integration tests.
* Rename lookup_paths integration test.
This will avoid confusing it for a test of the `paths` lookup plugin, which does not exist.
* Fix lookup_pipe integration test.
The test now verifies it receives the correct output.
Adding a second task also causes code coverage to be properly registered for the lookup plugin.
* Rename ini lookup test to match plugin name.
* Update sanity ignore path.
Diffstat (limited to 'test/integration/targets/lookup_url/meta/main.yml')
-rw-r--r-- | test/integration/targets/lookup_url/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_url/meta/main.yml b/test/integration/targets/lookup_url/meta/main.yml new file mode 100644 index 0000000000..374b5fdf25 --- /dev/null +++ b/test/integration/targets/lookup_url/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - prepare_http_tests |