Set concurrency to 1 for OSC tempest tests
It looks OSC tests were not designed to run in parallel because there are some race condition between tests. The gate had a few intermittent failure due to that. This commit temporarily disable parallel execution of test cases. Change-Id: Id912b1e21f35b95d70571ab8adc030572294910c
This commit is contained in:
parent
209fbdf44c
commit
3460834244
@ -26,4 +26,4 @@ os_service_type=container
|
||||
os_endpoint_type=public
|
||||
END
|
||||
fi
|
||||
tox -e functional
|
||||
tox -e functional -- --concurrency=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user