diff options
author | 2019-12-15 13:20:59 +0100 | |
---|---|---|
committer | 2019-12-15 13:24:35 +0100 | |
commit | 70a61daa082a249542cceaf33b796954625118a1 (patch) | |
tree | 1f9c4d00680fb8e3e7a94f21e14c842e11cdb02f | |
parent | 47fda3149de3d0abd9fca45e552cc67129e7d24c (diff) |
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 <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/airship/airship.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |