Commit 646a8dd1 authored by Spiros Koulouzis's avatar Spiros Koulouzis

addedd test and package scripts

parent e300395a
Pipeline #19 failed with stages
#!/bin/bash
cd drip-manager && mvn -Dmaven.test.skip=true install dockerfile:build
cd ../
cd sure_tosca-flask-server && docker build -t sure-tosca:3.0.0 .
cd ../
cd drip-planner && docker build -t drip-planner:3.0.0 .
......@@ -2,8 +2,8 @@
mvn test
cd drip-planner && venv/bin/python3.7 -m unittest discover
cd ../
cd sure_tosca-flask-server && venv/bin/python3.7 -m unittest discover
cd drip-planner && venv/bin/python3 -m unittest test/test_planner.py
cd sure_tosca-flask-server && venv/bin/python3 -m unittest sure_tosca/test/test_default_controller.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment