diff options
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 65190f414..167471959 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' @@ -129,8 +131,6 @@ tiers: this functionality. When the config value of snaps.use_keystone is True, functest must have access to the cloud's private network. - dependencies: - - DEPLOY_SCENARIO: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.snaps.smoke' class: 'SnapsSmoke' |