Don't run OsmoPCU tests in parallel

The vty and ctrl tests are enabled by default and are run on hard-coded
ports. This causes some builds to fail when run in parallel.

Change-Id: I23d5b75825a667e4f043d16a12b841cd8f01af5e
This commit is contained in:
Max 2018-01-17 16:22:17 +01:00
parent a28b789022
commit 5dbe9a4617
2 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@
a2: !!python/tuple [True, False]
a3_name: with_dsp
a3: !!python/tuple [sysmo, lc15, none]
sequential: true
combination_filter: >
(with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||

View File

@ -207,6 +207,7 @@
a2: !!python/tuple [True, False]
a3_name: with_dsp
a3: !!python/tuple [sysmo, lc15, none]
sequential: true
combination_filter: >
(with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||