Skip the ceph based live migration testing

While moving the legacy jobs on Bionic[1], it is found
that ceph pckg hammer is not available to download
on bionic and it error with 404. Due to that job testing the
live migration on ceph not working:
-  nova-live-migration skip the ceph live migration testing[2]
-  nova-grenade-live-migration fail due to no ceph pckg[3]

To proceed further on Bionic migration which is blocked by these failure,
this commit temporary skip the ceph live migration testing until
bug#1819944 is fixed.

Related-Bug: 1819944
[1] https://review.openstack.org/#/c/639017
[2] http://logs.openstack.org/17/639017/8/check/nova-live-migration/87084aa/logs/devstack-gate-post_test_hook.txt.gz#_2019-03-13_14_34_20_967
[3] http://logs.openstack.org/17/639017/8/check/nova-grenade-live-migration/735242b/logs/devstack-gate-post_test_hook.txt.gz#_2019-03-13_15_00_32_310

Change-Id: I05182d8fd0df5e8f3f9f4fb11feed074990cdb9f
This commit is contained in:
ghanshyam 2019-03-13 17:55:16 +00:00
parent 482f4fed65
commit f8b578b2ac
1 changed files with 8 additions and 6 deletions

View File

@ -43,13 +43,15 @@ echo '2. NFS testing is skipped due to setup failures with Ubuntu 16.04'
#run_tempest "NFS shared storage test" "live_migration"
#nfs_teardown
echo '3. test with Ceph for root + ephemeral disks'
prepare_ceph
GLANCE_API_CONF=${GLANCE_API_CONF:-/etc/glance/glance-api.conf}
configure_and_start_glance
# TODO(gmann): unskip the ceph live migration testing once bug#1819944
# is fixed for Bionic setup.
#echo '3. test with Ceph for root + ephemeral disks'
#prepare_ceph
#GLANCE_API_CONF=${GLANCE_API_CONF:-/etc/glance/glance-api.conf}
#configure_and_start_glance
configure_and_start_nova
run_tempest "Ceph nova&glance test" "^.*test_live_migration(?!.*(test_volume_backed_live_migration))"
#configure_and_start_nova
#run_tempest "Ceph nova&glance test" "^.*test_live_migration(?!.*(test_volume_backed_live_migration))"
set +e
#echo '4. test with Ceph for volumes and root + ephemeral disk'