armada/armada/tests/unit/api
Drew Walters adfe3ae505 test: Refactor test handler
While authoring [0], it was discovered that Armada has duplicate logic
for deciding if Helm test cleanup should be enabled as well as the tests
themselves. Because of this, changes to test logic (e.g. adding pre-test
actions), requires changing all traces of the repeated logic, which can
lead to inconsistent behavior if not properly addressed. This change
moves all test decision logic to a singular Test handler, implemented by
the `Test` class. This change does NOT change the expected behavior of
testing during upgrades; however, tests initiated from the API and CLI
will not execute when testing a manifest if they are disabled in a
chart, unless using the `--enable-all` flag.

[0] https://review.openstack.org/617834

Change-Id: I1530d7637b0eb6a83f048895053a5db80d033046
2018-11-29 17:30:57 +00:00
..
__init__.py testing-utils-lib 2017-06-28 12:47:26 -05:00
base.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_api_initialization.py Remove duplicate option certfile from Armada config 2018-06-13 19:35:25 +01:00
test_armada_controller.py Implement tiller gRPC channel clean up 2018-11-12 13:32:52 -06:00
test_health_controller.py bug(tests): Unskip Armada API unit tests 2017-12-14 17:02:50 -04:00
test_rollback_controller.py Implement tiller gRPC channel clean up 2018-11-12 13:32:52 -06:00
test_test_controller.py test: Refactor test handler 2018-11-29 17:30:57 +00:00
test_tiller_controller.py Implement tiller gRPC channel clean up 2018-11-12 13:32:52 -06:00
test_validation_controller.py [TrivialFix] Fix documentation job failing on underline. 2018-01-10 23:20:08 -04:00
test_versions_controller.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00