From abc7f130ed97928034a08caa8b3474d7ec24eea6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 15 Dec 2018 11:32:17 +0100 Subject: Temporarily disable rally_jobs and patrole subtests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The public network now seems hardcoded (public) [1] which doesn't fit the OPNFV model [2]. Neutron also stops publishing policy.json [3]. Upstream files have to be updated or fixed in Functest. [1] http://artifacts.opnfv.org/functest/opnfv-functest-smoke-rally_jobs-latest-run-25/functest.log [2] https://review.openstack.org/#/c/620952/ [3] https://review.openstack.org/#/c/585037/ Change-Id: Ibae4ce71a45afa3ed4a987577937220b8a3a89f9 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 095e2f955..e209e1f80 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -227,6 +227,7 @@ tiers: - case_name: rally_jobs project_name: functest + enabled: false criteria: 100 blocking: false description: >- @@ -262,7 +263,6 @@ tiers: role: 'admin' includes: - 'image' - - 'network' excludes: - 'test_networks_multiprovider_rbac' - 'test_auto_allocated_topology_rbac' -- cgit 1.2.3-korg