From: Cédric Ollivier Date: Tue, 14 Aug 2018 10:56:15 +0000 (+0200) Subject: Disable Vmtp if POD_ARCH = aarch64 X-Git-Tag: opnfv-7.0.0~123 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5beb864bf6e1409e367a3fdf33289cb5386079fa;p=functest.git Disable Vmtp if POD_ARCH = aarch64 Vmtp package delivers amd64 binaries in both architectures. JIRA: ARMBAND-396 Change-Id: I4c6e010e47c8aa9adfafb373c261262d23ef382a Signed-off-by: Cédric Ollivier --- diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 65190f414..18b7ed01b 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -96,6 +96,8 @@ tiers: VMTP is a small python application that will automatically perform ping connectivity, round trip time measurement (latency) and TCP/UDP throughput + dependencies: + - POD_ARCH: '^(?!aarch64$)' run: module: 'functest.opnfv_tests.openstack.vmtp.vmtp' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index bff4da191..32fbacd51 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -287,6 +287,8 @@ tiers: VMTP is a small python application that will automatically perform ping connectivity, round trip time measurement (latency) and TCP/UDP throughput + dependencies: + - POD_ARCH: '^(?!aarch64$)' run: module: 'functest.opnfv_tests.openstack.vmtp.vmtp'