armada/armada
Felipe Monteiro 394819c344 Add test for GET '/api/v1.0/test/{release}' endpoint
This adds falcon-based unit tests for
GET '/api/v1.0/test/{release}' endpoint.

This also renames the Test controllers into more specific names
in order to disambiguate the controller names.

Finally, the condition for returning whether a test passed
was changed to be `test_status.result[0].status == 'PASSED'`
as the default cause of 'FAILED' also passes the previous condition:
`test_status.result[0].status` which is wrong.

Change-Id: Ib84bc0b3baf5271cd7417000bbfed56b18840eed
2018-02-25 17:57:57 -05:00
..
api Add test for GET '/api/v1.0/test/{release}' endpoint 2018-02-25 17:57:57 -05:00
cli Improved document validation 2018-02-23 11:11:09 -05:00
common [Bug] Fix to setup policy 2018-02-21 22:38:11 -08:00
conf feat(source): Add support for SSH key authentication 2018-02-13 16:10:34 -05:00
exceptions Add validation logic to Test endpoints 2018-02-25 17:57:04 -05:00
handlers Add unit tests for Tiller handler 2018-02-23 15:12:43 -05:00
schemas Improved document validation 2018-02-23 11:11:09 -05:00
tests Add test for GET '/api/v1.0/test/{release}' endpoint 2018-02-25 17:57:57 -05:00
utils Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00
const.py bug(tests): Unskip Armada API unit tests 2017-12-14 17:02:50 -04:00
errors.py bug(manifest): Allow specific manifest to be specified 2018-01-25 16:29:18 -05:00
shell.py style(armada): quality of life and cleanup 2018-02-12 10:27:11 -05:00
version.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00