shipyard/tests/unit/control
Anthony Lin 768981df44 Refactor UCP Health Check Operator
There has been significant changes to the Shipyard code base
since the last major update to the UCP Health Check Operator.
This patch set is meant to align its implementation with the
rest of the Operators.

It removes the usage of 'urlopen' which can be a security
risk and make use of the python 'requests' module instead.

We are also adding 'timeout' parameters to the other Operators
that are using 'requests.get' as failure to do so can cause
the Operator(s) to hang indefinitely. The default time out
has been set to 30 seconds. It is noted that nearly all production
code should use this parameter in nearly all requests.

Change-Id: I1205aab38ff120cd239c236dc9bdffd1660c9afb
2017-12-18 17:24:28 +00:00
..
af_monitoring Unit Test for WorkflowResource and WorkflowIdResource 2017-12-05 11:43:26 -06:00
__init__.py Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
common.py Unit Tests for ActionsIdResource 2017-12-01 10:06:02 -06:00
conftest.py Fix response code for get configdocs API 2017-11-21 09:20:15 -06:00
fake_response.py Document staging api 2017-10-18 18:39:24 -05:00
test.conf Refactor UCP Health Check Operator 2017-12-18 17:24:28 +00:00
test_action_helper.py Action lifecycle mapping include unknown 2017-11-07 10:45:24 -06:00
test_actions_api.py Unit Tests for ActionsResource 2017-11-30 08:44:32 -06:00
test_actions_control_api.py Refactor API to organize directories 2017-10-19 15:54:06 -05:00
test_actions_id_api.py Unit Tests for ActionsIdResource 2017-12-01 10:06:02 -06:00
test_actions_steps_id_api.py Unit Test for ActionsStepsResource 2017-12-06 10:45:02 -06:00
test_actions_validations_id_api.py ActionsValidationsResource and VersionsResource Unit Tests 2017-12-06 13:27:18 -06:00
test_api.py ActionsValidationsResource and VersionsResource Unit Tests 2017-12-06 13:27:18 -06:00
test_base_resource.py Unit Tests for ActionsIdResource 2017-12-01 10:06:02 -06:00
test_configdocs_api.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
test_configdocs_helper.py Defect fix validation calls to UCP components 2017-12-05 13:34:44 -06:00
test_rendered_configdocs_api.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
test_shipyard_request_context.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00