armada/armada/tests/unit/api
anthony.bellino cb57588968 Fix for get manifest
In some use cases, some site level docs are only included in specific
manifests. This is so sites can call out what they want deployed, however
currently Armada is checking for all documents to exist and leads
to an invalid manifest exception.

This PS removes the '.build_charts_deps()' and 'build_chart_groups()' calls
in 'get_manifest()' so that only chart documents, and chart group documents
are built after finding them within 'build_armada_manfiest()' and
'build_chart_group()'. 'build_armada_manifest()' will now throw the
related 'Could not find chart group... exception' for related chart
and chart group issues.  Additional subclass exceptions were added along
with adding traceback to capture the chained exceptions.

Change-Id: Idc8a75b290ac0afb1e177203535b012d589b708f
2018-09-14 15:27:03 +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 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 for get manifest 2018-09-14 15:27:03 +00: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