Adds attached migration to multibackend-matrix

This test was left behind as it wasn't passing the LVM -> NFS
migration setup. As it wasn't possible to reproduce and fix localy,
let's add this to the gate so we can reproduce the error scenario.
Additionaly to that, some bug fixes need this to be fully tested.

Change-Id: Icd9138c1bc1335e9465184749bf6dd5733c605a3
This commit is contained in:
Erlon R. Cruz 2017-01-25 08:05:30 -02:00
parent 455df6a96f
commit 91229faf59

@ -41,9 +41,7 @@ function configure_tempest_backends {
}
BACKENDS='lvm ceph nfs'
# NOTE(erlon): Skipping test_volume_migrate_attached while bug #1644214 is not
# fixed.
RGEX="(.*test_volume_retype_with_migration.*)"
RGEX="(.*test_volume_retype_with_migration.*|.*test_volume_migrate_attached.*)"
final_result=0
final_message='Migrations tests finished SUCCESSFULLY!'
declare -A TEST_RESULTS