From 08066c18185d936e1f258bd3c5b51b30d8c3074d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 2 Nov 2020 09:26:48 +0200 Subject: [PATCH] Disable manila 2 vms tempest scenario Manila role CI is pretty heavy since is requires ceph with mds and ganesha. So Creating 2 VMs on top of it usually ends up in port creation failure, probably due to OOM (as issue is impermanent). So to increase gates stabilty for manila role we drop most heavy test Change-Id: Ib1f346f96a2905a02b10c96292f0833bd23ab98b Needed-By: https://review.opendev.org/754653 --- .../bootstrap-host/templates/user_variables_manila.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index 9622159daf..3c41a183c3 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -35,6 +35,9 @@ tempest_flavors: tempest_test_whitelist: - manila_tempest_tests.tests.scenario.test_share_basic_ops +tempest_test_blacklist: + - manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFS.test_read_write_two_vms + tempest_run_concurrency: 0 tempest_tempest_conf_overrides: