Skip to content
Snippets Groups Projects
Commit 4caf6c45 authored by MJB's avatar MJB
Browse files

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

parents 50f76dc4 ce51d597
No related branches found
No related tags found
No related merge requests found
stages: stages:
- test - test
test_job: test_scripts:
stage: test stage: test
before_script: before_script:
- vagrant plugin install vagrant-disksize - vagrant --fixture=scripts -- destroy --force
script: script:
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/" - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest test/scripts/"
- vagrant --fixture=scripts -- destroy --force after_script:
- vagrant --fixture=scripts -- destroy --force
when: manual when: manual
test_streaming_sim:
stage: test
before_script:
- vagrant --fixture=streaming-sim -- destroy --force
script:
- vagrant --fixture=streaming-sim -- up
- vagrant --fixture=streaming-sim -- ssh clmc-service -- -tt "cd /vagrant && pytest test/streaming-sim/"
after_script:
- vagrant --fixture=streaming-sim -- destroy --force
when: manual
test_telegraf_agents:
stage: test
before_script:
- vagrant --fixture=telegraf-agents -- destroy --force
script:
- vagrant --fixture=telegraf-agents -- up
- vagrant --fixture=telegraf-agents -- ssh clmc-service -- -tt "cd /vagrant && pytest test/telegraf-agents/"
after_script:
- vagrant --fixture=telegraf-agents -- destroy --force
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