Skip to content
Snippets Groups Projects
Commit 128e8cb0 authored by Michael Boniface's avatar Michael Boniface
Browse files

Update .gitlab-ci.yml

parent 60e111f8
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ test_scripts: ...@@ -5,7 +5,7 @@ test_scripts:
stage: test stage: test
script: script:
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh -- -tt "cd /vagrant && pytest test/scripts/" - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest test/scripts/"
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: manual when: manual
...@@ -13,7 +13,7 @@ test_streaming_sim: ...@@ -13,7 +13,7 @@ test_streaming_sim:
stage: test stage: test
script: script:
- vagrant --fixture=streaming-sim -- up - vagrant --fixture=streaming-sim -- up
- vagrant --fixture=streaming-sim -- ssh -- -tt "cd /vagrant && pytest test/streaming-sim/" - vagrant --fixture=streaming-sim -- ssh clmc-service -- -tt "cd /vagrant && pytest test/streaming-sim/"
- vagrant --fixture=streaming-sim -- destroy --force - vagrant --fixture=streaming-sim -- destroy --force
when: manual when: manual
...@@ -21,7 +21,7 @@ test_telegraf_agents: ...@@ -21,7 +21,7 @@ test_telegraf_agents:
stage: test stage: test
script: script:
- vagrant --fixture=telegraf-agents -- up - vagrant --fixture=telegraf-agents -- up
- vagrant --fixture=telegraf-agents -- ssh -- -tt "cd /vagrant && pytest test/telegraf-agents/" - vagrant --fixture=telegraf-agents -- ssh -- clmc-service -tt "cd /vagrant && pytest test/telegraf-agents/"
- vagrant --fixture=telegraf-agents -- destroy --force - vagrant --fixture=telegraf-agents -- destroy --force
when: manual when: manual
......
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