Disable Vmtp if POD_ARCH = aarch64 27/60927/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Aug 2018 10:56:15 +0000 (12:56 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Aug 2018 10:56:15 +0000 (12:56 +0200)
Vmtp package delivers amd64 binaries in both architectures.

JIRA: ARMBAND-396

Change-Id: I4c6e010e47c8aa9adfafb373c261262d23ef382a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke/testcases.yaml
functest/ci/testcases.yaml

index 65190f4..18b7ed0 100644 (file)
@@ -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'
index bff4da1..32fbacd 100644 (file)
@@ -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'