Cleanup integration test inventory. (#50753)

* Move var_blending test inventory into test.
* Remove Amazon specific inventory entry for tests.
* Remove Azure specific inventory entry for tests.
* Move var_precedence test inventory into test.
* Move unicode test inventory into test.
* Remove unused inventory entry.
* Move gathering_facts test inventory into test.
* Move delegate_to test inventory into test.
* Clean up inventory for binary_modules test.
* Clean up integration test inventory.
This commit is contained in:
Matt Clay
2019-01-10 14:45:12 -08:00
committed by GitHub
parent 476a7fc27d
commit e5094e8071
17 changed files with 72 additions and 84 deletions

View File

@@ -23,6 +23,6 @@ ansible_winrm_server_cert_validation=ignore
[winrm:children]
windows
# support winrm binary module tests (temporary solution)
[testhost_binary_modules:children]
# support tests that target testhost
[testhost:children]
windows