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

Merge branch 'clmc-service' into 'integration'

Removes redundant installation of clmcservice in test-runner

See merge request FLAME/consortium/3rdparties/flame-clmc!60
parents 91b266f1 c7659ac9
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,7 @@ test:all:
- sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR -c all
- sudo mkdir /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo cp build/clmctest-2.0.3.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo cp build/clmcservice-2.0.3.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.0.3.tar.gz
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmcservice-2.0.3.tar.gz
- sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
when: on_success
......
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