You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal
Gonéri Le Bouder 5ecbe9cbbb vcenter provider: Only rely on VMWARE_TEST_PLATFORM
Until now, the vcenter provider was switching between `static` and
`govcsim` depending on the presence of the following configuration file:
`test/integration/cloud-config-vcenter.ini`.

This was not consistent with Worldstream, which we enable with the
`VMWARE_TEST_PLATFORM` environment variable.

We now only rely on `VMWARE_TEST_PLATFORM` to know which platform should be
used. `govcsim` is still the default, this to preserve the original
behaviour.

This commit also rename the following variables to be consistent with the rest
of the code base. It also ensures they are alway defined, even with `govcsim`:

- `VCENTER_HOSTNAME`
- `VCENTER_USERNAME`
- `VCENTER_PASSWORD`
5 years ago
..
cloud vcenter provider: Only rely on VMWARE_TEST_PLATFORM 5 years ago
integration Update collections integration targets path. (#61523) 5 years ago
provider Fix ansible-test to ignore `tests/output/`. (#62084) 5 years ago
sanity Fix ansible-doc traceback and sanity test. (#62040) 5 years ago
units Fix ansible-test pytest plugin loading. (#62119) 5 years ago
__init__.py
ansible_util.py
cache.py
changes.py
classification.py Fix ansible-test collections requirements installation. (#62181) 5 years ago
cli.py Redact sensitive values by default in ansible-test 5 years ago
config.py
constants.py
core_ci.py
cover.py Fix ansible-test coverage --all (#62115) 5 years ago
coverage_util.py Properly exclude tests/output/ from code coverage. 5 years ago
csharp_import_analysis.py
data.py
delegation.py Redact sensitive values by default in ansible-test 5 years ago
diff.py
docker_util.py
env.py
executor.py Fix ansible-test collections requirements installation. (#62181) 5 years ago
git.py ansible-test - Continue if the git command returns an error (#61605) 5 years ago
http.py
import_analysis.py
init.py
manage_ci.py
metadata.py
payload.py
powershell_import_analysis.py
target.py Update collections integration targets path. (#61523) 5 years ago
test.py Fix display of sanity test doc links. 5 years ago
thread.py
types.py
util.py Redact sensitive values by default in ansible-test 5 years ago
util_common.py Redact sensitive values by default in ansible-test 5 years ago
venv.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago