-
Notifications
You must be signed in to change notification settings - Fork 346
[WIP] Prepare integration tests: Substitute vmware.vmware_rest #2387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Prepare integration tests: Substitute vmware.vmware_rest #2387
Conversation
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 43s |
8533c99
to
aadc78f
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 6m 05s |
aadc78f
to
096220d
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 25s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 02s |
d0dde3c
to
cc7ccc5
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 00s |
cc7ccc5
to
e4901f1
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 30s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 4m 53s |
Depends-On: ansible/ansible-zuul-jobs#1905
SUMMARY
It looks like preparing the environment for the integration tests fails when testing with ansible-core 2.19 (#2378). It looks like
vmware.vmware_rest
isn't compatible with 2.19 (yet). So we should try and prepare the integration tests without modules from this collection.ISSUE TYPE
COMPONENT NAME
tests/integration/targets/prepare_vmware_tests/tasks/*
ADDITIONAL INFORMATION
At the end of the day, I think that the root cause is
cloud.common
which is used byvmware.vmware_rest
: ansible-collections/cloud.common#165