Skip to content
Snippets Groups Projects
Commit 71cd8eb2 authored by MJB's avatar MJB
Browse files

Merge branch 'integration' of gitlab.it-innovation.soton.ac.uk:FLAME/flame-clmc into integration

parents c8e9fb82 c92177d6
No related branches found
No related tags found
No related merge requests found
stages: stages:
- test - test:scripts
- test:streaming_sim
test_scripts: - test:telegraf_agents
stage: test
test:scripts:
stage: test:scripts
before_script: before_script:
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
script: script:
...@@ -12,24 +14,24 @@ test_scripts: ...@@ -12,24 +14,24 @@ test_scripts:
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: manual when: manual
test_streaming_sim: test:streaming_sim:
stage: test stage: test:streaming_sim
before_script: before_script:
- vagrant --fixture=streaming-sim -- destroy --force - vagrant --fixture=streaming-sim -- destroy --force
script: script:
- vagrant --fixture=streaming-sim -- up - vagrant --fixture=streaming-sim -- up
- vagrant --fixture=streaming-sim -- ssh clmc-service -- -tt "cd /vagrant && pytest test/streaming-sim/" - vagrant --fixture=streaming-sim -- ssh test-runner -- -tt "cd /vagrant && pytest test/streaming-sim/"
after_script: after_script:
- vagrant --fixture=streaming-sim -- destroy --force - vagrant --fixture=streaming-sim -- destroy --force
when: manual when: manual
test_telegraf_agents: test:telegraf_agents:
stage: test stage: test:telegraf_agents
before_script: before_script:
- vagrant --fixture=telegraf-agents -- destroy --force - vagrant --fixture=telegraf-agents -- destroy --force
script: script:
- vagrant --fixture=telegraf-agents -- up - vagrant --fixture=telegraf-agents -- up
- vagrant --fixture=telegraf-agents -- ssh clmc-service -- -tt "cd /vagrant && pytest test/telegraf-agents/" - vagrant --fixture=telegraf-agents -- ssh test-runner -- -tt "cd /vagrant && pytest test/telegraf-agents/"
after_script: after_script:
- 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