summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/smoke/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
2 files changed, 4 insertions, 0 deletions
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'