kolla-ansible/tests
Will Szumski 4fcbdd7740 Stop mocking ansible modules globally
This causes non-local side effects that are hard to track down. E.g:

--- import errors ---
Failed to import test module: tests.test_merge_yaml
Traceback (most recent call last):
  File "/home/will/.pyenv/versions/3.7.7/lib/python3.7/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/home/will/.pyenv/versions/3.7.7/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/home/will/code/kolla-ansible/tests/test_merge_yaml.py", line 19, in <module>
    from ansible.errors import AnsibleModuleError
ModuleNotFoundError: No module named 'ansible.errors'; 'ansible' is not a package

This `'ansible' is not a package` message occurs because ansible is a Mock.

Depends-On: https://review.opendev.org/#/c/726768/
Change-Id: Iddbdd3d855daadbf12536cc990559e6b8e123051
2020-05-11 13:47:12 +01:00
..
templates Zun: Add zun-cni-daemon to compute node 2020-04-30 02:22:20 +00:00
__init__.py Add py27 py34 pypy unittest 2016-01-13 13:47:49 +08:00
check-config.sh Add support for encrypting backend Keystone HAProxy traffic 2020-04-09 09:22:55 +00:00
check-failure.sh Refactor CI testing scripts 2018-11-06 16:43:19 +00:00
check-logs.sh CI: Ignore neutron-server CRITICAL about WSREP 2020-03-16 10:00:46 +00:00
deploy-bifrost.sh CI: Keep stderr in ansible logs 2019-07-02 20:44:33 +02:00
deploy-ceph-ansible.sh Remove support for CentOS 7 2020-04-08 17:05:10 +01:00
deploy.sh CI: Replace dummy interface (fake for neutron external) with VXLAN 2020-02-21 08:56:26 +00:00
get_logs.sh Zun: Add zun-cni-daemon to compute node 2020-04-30 02:22:20 +00:00
init-core-openstack.sh CI: Debug init-runonce 2020-03-01 09:57:35 +01:00
init-swift.sh CI: Make bashate happy 2020-04-24 15:57:55 +02:00
post.yml Improve CI ansible plays to pass ansible-lint 2020-04-21 18:05:42 +00:00
pre.yml CI: Fix Debian aarch64 jobs 2020-04-28 19:15:06 +02:00
reconfigure.sh CI: Keep stderr in ansible logs 2019-07-02 20:44:33 +02:00
run.yml Merge "Remove support for CentOS 7" 2020-04-20 16:57:53 +00:00
setup_disks.sh Remove kolla-ceph 2020-02-11 11:42:06 +01:00
setup_gate.sh Convert gate to file backend rather than partition 2016-01-21 22:59:13 +00:00
test-bifrost.sh Remove RabbitMQ support from Bifrost 2019-04-10 11:30:50 +01:00
test-core-openstack.sh CI: do 12 attempts to connect to test instance 2020-04-10 16:50:04 +00:00
test-dashboard.sh CI: Add TLS tests 2020-01-28 14:03:33 -08:00
test-ironic.sh CI: clean up requirements installation 2019-07-16 20:43:22 +02:00
test-kolla-toolbox.yml Catch errors and changes in kolla_toolbox module 2019-09-16 14:34:11 +01:00
test-mariadb.sh CI: Add mariadb test 2019-11-07 18:03:07 +00:00
test-masakari.sh Testing Masakari role in gate 2019-08-14 12:32:51 -04:00
test-ovn.sh OVN IPv6 2020-05-01 18:03:14 +02:00
test-scenario-nfv.sh CI: clean up requirements installation 2019-07-16 20:43:22 +02:00
test-swift.sh CI: Test Swift 2019-12-10 13:19:17 +00:00
test-zun.sh Zun: Add zun-cni-daemon to compute node 2020-04-30 02:22:20 +00:00
test_fernet_rotate_cron_generator.py Fix keystone fernet key rotation scheduling 2019-05-17 14:05:48 +01:00
test_kolla_docker.py Stop mocking ansible modules globally 2020-05-11 13:47:12 +01:00
test_merge_config.py Stop mocking ansible modules globally 2020-05-11 13:47:12 +01:00
test_merge_yaml.py Support merging nested yaml config 2018-11-05 18:09:22 +00:00
upgrade-bifrost.sh CI: Keep stderr in ansible logs 2019-07-02 20:44:33 +02:00
upgrade.sh CI: Fix TLS upgrade test 2020-02-25 10:08:54 -08:00