armada/armada/tests/unit/api
Felipe Monteiro aa07ae72d5 fix: Fix controller enforcing a nonexistent policy
This patch set corrects in an issue in Armada's
"TestReleasesManifestController" in which a nonexistent policy
"armada:tests_manifest" is getting enforced; note that it is
nowhere to be found among Armada's actual policies:

[0] http://codesearch.openstack.org/?q=tests_manifest&i=nope&files=&repos=airship-armada
[1] https://github.com/openstack/airship-armada/blob/master/armada/common/policies/service.py
[2] 9fad5cff0a/etc/armada/policy.yaml (L28)

As [2] demonstrates, the policy is actually called
"armada:test_manifest" NOT "armada:tests_manifest" (with an "s").

The root cause is related to how Armada is calling oslo.policy;
this will be fixed in a follow up (by root cause, the fact that
this issue is allowed to exist in the first place without an
error getting thrown somehwere).

Change-Id: I3e424e657e7d11e7968359d7a9ed13fa5d3e0896
2018-10-12 18:07:12 +01: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 Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_health_controller.py bug(tests): Unskip Armada API unit tests 2017-12-14 17:02:50 -04:00
test_rollback_controller.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_test_controller.py fix: Fix controller enforcing a nonexistent policy 2018-10-12 18:07:12 +01:00
test_tiller_controller.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05: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