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

added new ci tests

parent 87a0b50b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
## Created By : Michael Boniface ## Created By : Michael Boniface
## Created Date : 21-03-2018 ## Created Date : 21-03-2018
## Created for Project : FLAME ## Created for Project : FLAME
stages: stages:
- build - build
- test - test
...@@ -46,6 +45,8 @@ test:all: ...@@ -46,6 +45,8 @@ test:all:
dependencies: dependencies:
- build:tests - build:tests
script: script:
- echo "REPO_USER=${REPO_USER}" >> reporc
- echo "REPO_PASS=${REPO_PASS}" >> reporc
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz" - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz"
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts" - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
......
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