Not sure about your case,
But i am using sos-ci for my CI
https://github.com/j-griffith/sos-ci
Its running only volume tests:
sos-ci/sos-ci/ansible/tasks/run_tempest.yml ---> /opt/stack/tempest
---> tools/pretty_tox.sh volume | tee -a console.log.out
Regards
Nikesh
On Fri, Feb 6, 20
Hi all,
For the past few days I have been working on running volume test through my
CI, but still I am not getting any solution. I am also using the same
devstack-gate script which has the code for running the tests.
Now, I want that script to run only volume tests. So if anyone can help me
with