Skip to content
Snippets Groups Projects
Commit 389a0c2d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Arranged GitLab CI/CD for PathComp component

parent 98a29fbf
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -89,7 +89,7 @@ unit test pathcomp-backend:
- docker ps -a
- docker logs ${IMAGE_NAME}-backend
- sleep 5
- docker exec -i ${IMAGE_NAME}-backend bash -c "curl -0 -v -X POST -H 'Expect:' -H 'Content-Type: application/json' http://127.0.0.1:8081/pathComp/api/v1/compRoute -d @/var/teraflow/tests/pc-req.json"
- docker exec -i ${IMAGE_NAME}-backend bash -c "curl -0 -v -X POST -H 'Expect:' -H 'Content-Type:\ application/json' http://127.0.0.1:8081/pathComp/api/v1/compRoute -d @/var/teraflow/tests/pc-req.json"
- sleep 5
- docker exec -i ${IMAGE_NAME}-backend bash -c "killall -USR1 pathComp-cvr"
- sleep 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment