diff options
-rw-r--r-- | docker/smoke/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 7bcd53fcc..ce052994c 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -80,7 +80,7 @@ tiers: run: name: tempest_common args: - mode: "(?!.*test_autoscaling)\ + mode: "(?!.*test_autoscaling)(?!.*test_live)\ (^telemetry_tempest_plugin)" services: - aodh diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 70804b05a..b6e29b98a 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -258,7 +258,7 @@ tiers: run: name: tempest_common args: - mode: "(?!.*test_autoscaling)\ + mode: "(?!.*test_autoscaling)(?!.*test_live)\ (^telemetry_tempest_plugin)" services: - aodh |