Skip to content
Snippets Groups Projects
Commit 5bf9b6e3 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Changes pytest reporting

parent 490041f5
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,10 @@ test:all:
- sudo cp build/clmcservice-SNAPSHOT.tar.gz /var/lib/lxc/test-runner/rootfs/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/build/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
- sudo lxc-attach -n test-runner -- pytest -s --pyargs clmctest.monitoring
- sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.scripts
- sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmcservice.tests
- sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.inputs
- sudo lxc-attach -n test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.monitoring
when: on_success
clean:
......
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