mirror of https://github.com/ansible/ansible.git
[stable-2.9] Fix ansible-test vcenter test filtering.
The default behavior of the ansible-test vcenter plugin is to use the govcsim container to run tests.
However, unless the govcsim mode was specified using the VMWARE_TEST_PLATFORM environment variable, the filter code would skip the tests unless the tests ran on Shippable or the user had an ansible-core-ci key.
Now the filter correctly recognizes that govcsim is the default.
(cherry picked from commit cd4882e
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/62378/head
parent
c59cf1d148
commit
e424b1b847
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- ansible-test now properly activates the vcenter plugin for vcenter tests when docker is available
|
Loading…
Reference in New Issue