Move 4byte_asn scenario test to basic dir
Since a separate job has not been created [0], move the scenario test into the basic directory so that it will be executed there. Set TEMPEST_CONCURRENCY=1 for the basic scenario job in order to avoid resource collisions. [0] https://review.openstack.org/529256 Change-Id: Idbf2739a585473fdf1d364ad1ee263ad359fd750
This commit is contained in:
parent
c7849e1434
commit
4808c72a39
@ -43,6 +43,8 @@
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin"
|
||||
export DEVSTACK_LOCAL_CONFIG
|
||||
# NOTE(frickler): Some tests are failing when running in parallel, likely due collisions in the docker setup
|
||||
export TEMPEST_CONCURRENCY=1
|
||||
|
||||
function gate_hook {
|
||||
bash -xe $BASE/new/neutron-dynamic-routing/neutron_dynamic_routing/tests/contrib/gate_hook.sh dsvm-scenario
|
||||
|
Loading…
Reference in New Issue
Block a user