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

sudo updates

parent fc74942d
Branches
Tags
No related merge requests found
......@@ -49,8 +49,10 @@ test:all:
- echo "REPO_USER=${REPO_USER}" > $CI_PROJECT_DIR/reporc
- echo "REPO_PASS=${REPO_PASS}" >> $CI_PROJECT_DIR/reporc
- sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR
- sudo lxc-attach -n test-runner -- pip3 install $CI_PROJECT_DIR//build/clmctest-SNAPSHOT.tar.gz
- sudo lxc-attach -n test-runner -- pip3 install $CI_PROJECT_DIR/clmcservice-SNAPSHOT.tar.gz
- sudo lxc-attach -n test-runner -- cd /vagrant/src/test && python setup.py sdist --dist-dir=/vagrant/build
- sudo lxc-attach -n test-runner -- cd /vagrant/src/service && python setup.py sdist --dist-dir=/vagrant/build
- sudo lxc-attach -n test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz
- sudo lxc-attach -n test-runner -- pip3 install /vagrant/clmcservice-SNAPSHOT.tar.gz
- sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.scripts
- sudo lxc-attach -n test-runner -- pytest -s --pyargs clmcservice.tests
- sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment