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/units
Tom Melendez d09ad82e71 Add regex support to gce_tag module, add unit tests and update integration test. (#19087)
The gce_tag module can support updating tags on multiple instances via an instance_pattern field.  Full Python regex is supported in the instance_pattern field.

'instance_pattern' and 'instance_name' are mutually exclusive and one must be specified.

The integration test for the gce_tag module has been updated to support the instance_pattern parameter.  Unit tests have been added to test the list-manipulation functionality.

Run the integration test with:

TEST_FLAGS='--tags "test_gce_tag"' make gce

Run the unit tests with:

python test/units/modules/cloud/google/test_gce_tag.py
8 years ago
..
cli testing GalaxyCLI.run() does what is expected 8 years ago
contrib skip vmware inventory when missing lib 8 years ago
errors Add empty-init code-smell script. (#18406) 8 years ago
executor Add empty-init code-smell script. (#18406) 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock Add empty-init code-smell script. (#18406) 8 years ago
module_utils let chdir support relative path in more modules (#16736) 8 years ago
modules Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 8 years ago
parsing Fix unit test dirs to match code under test. 8 years ago
playbook unit tests for playbook/conditional.py (#18586) 8 years ago
plugins Lastpass lookup plugin (#16285) 8 years ago
template Add empty-init code-smell script. (#18406) 8 years ago
utils FEATURE: adding variable serial batches 8 years ago
vars ansible_playbook_python (#18530) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago