os-faults/os_faults/tests/unit
Ilya Shakhat b2ca946296 Do not link with Ansible code
Ansible is distributed under GPL-3.0 license and certain restrictions
are applied when its code is imported as Python library. The only safe
way to call GPL code is via general interface, e.g. CLI.

This patch removes all direct linking of Ansible code and executes
all actions via command line. It is now user responsibility to install
Ansible executable on the system.

Change-Id: If879e4ce59bcdac84bc51ea0ac9277783777c80b
2018-11-26 16:56:22 +04:00
..
ansible Do not link with Ansible code 2018-11-26 16:56:22 +04:00
api Implement stress injection 2017-08-30 15:09:49 +02:00
cmd [CLI] Add os-faults discover command 2017-04-25 11:08:27 +03:00
drivers Universal cloud management driver 2017-10-04 11:30:45 +02:00
__init__.py Move unit tests from os_faults/tests/ to os_faults/tests/unit/ 2016-09-27 15:13:54 +03:00
fakes.py Move unit tests from os_faults/tests/ to os_faults/tests/unit/ 2016-09-27 15:13:54 +03:00
test.py Move unit tests from os_faults/tests/ to os_faults/tests/unit/ 2016-09-27 15:13:54 +03:00
test_os_faults.py Group drivers modules by type 2017-09-05 11:06:38 +02:00
test_registry.py [Core] Services as drivers 2017-04-17 17:20:27 +03:00
test_utils.py Allow adding libvirt name for node 2017-04-25 08:49:36 +00:00