From 33dd431d9c17708a13b3b26873d552a69bc81413 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 14 Jul 2020 15:19:59 +0200 Subject: Enable back RemoteStack testing from tempest_heat_cntt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Baraque selects Train: https://github.com/cntt-n/CNTT/pull/1782 https://github.com/cntt-n/CNTT/pull/1783 Change-Id: I9650f5b9041a59b68af34c7410c64515e498a226 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 43e86e3ed..a73ee9409 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -594,7 +594,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 120 + tests_count: 119 description: >- This test case runs the Tempest suite proposed by the Heat project. @@ -602,6 +602,7 @@ tiers: name: tempest_heat args: mode: "(?!.*functional.test_lbaasv2)\ + (?!.*functional.test_encryption_vol_type)\ (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\ (?!.*scenario.test_aodh_alarm)\ (?!.*tests.scenario.test_autoscaling_lb)\ -- cgit 1.2.3-korg