Temporarily limit SFC testing concurrency

Tests mostly run in parallel now, but this is not perfect yet. Set
concurrency to 1 until relatd bug is properly fixed

Change-Id: Ic3ed0c56c71a16cc6dcd2fc6f3c144c18e5be0ed
Related-Bug: #1851500
Related-Bug: #1660366
This commit is contained in:
Bernard Cafarelli 2019-11-20 15:01:13 +01:00
parent cb763141d1
commit f2beb170b2
No known key found for this signature in database
GPG Key ID: 9531F08245465A52
1 changed files with 4 additions and 0 deletions

View File

@ -1001,6 +1001,10 @@
- sfc
devstack_localrc:
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
# TODO(bcafarel): tests still fail from time to time in parallel
# https://bugs.launchpad.net/neutron/+bug/1851500
# https://bugs.launchpad.net/networking-sfc/+bug/1660366
tempest_concurrency: 1
- job:
name: neutron-tempest-plugin-sfc-train