From: Cédric Ollivier Date: Sun, 15 Dec 2019 12:20:59 +0000 (+0100) Subject: Blacklist few Rally tests when verifying Airship X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F69352%2F1;p=releng.git Blacklist few Rally tests when verifying Airship Airship doesn't support live migration and resize server. It blacklists them even if all other OPNFV installers have always supported these capabilities. They are still listed as mandatory in CNTT then they are kept in CNTT RI compliance. Here are the Rally tests blacklisted here: - 'NovaServers.boot_and_live_migrate_server' - 'NovaServers.boot_server_attach_created_volume_and_live_migrate' - 'NovaServers.boot_server_from_volume_and_live_migrate' - 'NovaServers.boot_and_migrate_server' - 'NovaServers.resize_server' Change-Id: I26f69fadf0e632f1e3b5dcd14baf7fccd694550b Signed-off-by: Cédric Ollivier --- diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 9a3a0e78e..21cc45df8 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -97,6 +97,8 @@ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python2.7/\ site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \ + -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python2.7/\ + site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \ $image run_tests -t {test} -r -p - builder: