Newer
Older
- test:monitoring
- test:inputs
build:
- stage: build
- python setup.py sdist --dist-dir=build
- vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"
test:monitoring:
- vagrant --fixture=monitoring -- up
- vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/"
- vagrant --fixture=monitoring -- destroy --force
test:inputs:
stage: test:inputs
- vagrant --fixture=inputs -- up
- vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/"
- vagrant --fixture=inputs -- destroy --force