mirror of
https://opendev.org/openstack/neutron.git
synced 2026-01-16 23:11:58 +00:00
[Functional job] Switch test order to avoid memory issue
Until we handle the keepalived-state-change script properly let's workaround the issue with some CI node to run the problematic test in the end. Related-Bug: #2091855 Change-Id: I51c8df10d4efe2da0a66a18c0262cb1dbfb1eb9e
This commit is contained in:
parent
b7beb59fe1
commit
3dfaa1dbbc
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -87,9 +87,9 @@ setenv = {[testenv:dsvm-functional]setenv}
|
|||
deps = {[testenv:dsvm-functional]deps}
|
||||
commands =
|
||||
bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
|
||||
stestr run --slowest --exclude-regex (.*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*) neutron.tests.functional.agent.l3 {posargs}
|
||||
stestr run --slowest --combine --exclude-regex (.*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|neutron.tests.functional.agent.l3.*|.*TestOvnNbSync.*) {posargs}
|
||||
stestr run --slowest --exclude-regex (.*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|neutron.tests.functional.agent.l3.*|.*TestOvnNbSync.*) {posargs}
|
||||
stestr run --slowest --combine --concurrency 1 (.*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*) {posargs}
|
||||
stestr run --slowest --combine --exclude-regex (.*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*) neutron.tests.functional.agent.l3 {posargs}
|
||||
|
||||
[testenv:dsvm-fullstack]
|
||||
description =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue