SKA-ScienceDataProcessor / integration-prototype

SDP Integration Prototype
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

TSK-2771 - modify scripts to work with modified flask interface #95

Closed apmcd42 closed 5 years ago

apmcd42 commented 5 years ago

Description:

Made changes to the scripts so that they work with the current flask interface.

Testing instructions:

First start the services for the Configuration Database, Execution Control Master Controller and Flask SDP Master. This can be done with the provided docker-compose file found in the sip/tango_control/flask_master folder:

docker stack deploy -c sip/tango_control/flask_master/docker-compose.yml test

where test is the Docker Swarm stack name.

Once this has been started, please follow the instructions in the README.md file found in the sip/tango_control/flask_master/utils folder.

Types of changes

Checklist:

codecov[bot] commented 5 years ago

Codecov Report

Merging #95 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   84.04%   84.04%           
=======================================
  Files          61       61           
  Lines        2846     2846           
  Branches      237      237           
=======================================
  Hits         2392     2392           
  Misses        402      402           
  Partials       52       52

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2620a5...655a5d8. Read the comment docs.