From f0cac210e048bae9b33180a799af041def5bfb05 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 26 Nov 2020 17:57:23 +0100 Subject: Skip dataplane benchmarkign if no tenant resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It asks for routers for instance. Change-Id: I7c7468b21ecf0578895735b5bc83b90a752813d0 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 1079aa63c..ba4f0d7d4 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -857,7 +857,7 @@ tiers: perform ping connectivity, round trip time measurement (latency) and TCP/UDP throughput dependencies: - - POD_ARCH: '^(?!aarch64$)' + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: vmtp @@ -872,7 +872,7 @@ tiers: is able to deploy OpenStack instances and networks in different topologies. dependencies: - - POD_ARCH: '^(?!aarch64$)' + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: shaker -- cgit 1.2.3-korg