shipyard/tests/unit
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
..
control Refactor UCP Health Check Operator 2017-12-18 17:24:28 +00:00
dags Add update_site dag, concurrency check 2017-08-23 21:53:50 -05:00
plugins Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
__init__.py Initial testing framework 2017-08-15 06:50:47 -04:00
test_errors.py Updates the Shipyard error responses to match the modified structure 2017-10-04 18:02:02 -05:00