Merge "Skip NFS and Ceph in live migration job test run"

This commit is contained in:
Jenkins 2016-06-14 19:48:45 +00:00 committed by Gerrit Code Review
commit cc9e884106
1 changed files with 18 additions and 16 deletions

View File

@ -29,27 +29,29 @@ echo '1. test with all local storage (use default for volumes)'
run_tempest "block migration test"
echo '2. test with NFS for root + ephemeral disks'
echo '2. NFS testing is skipped due to setup failures with Ubuntu 16.04'
#echo '2. test with NFS for root + ephemeral disks'
nfs_setup
nfs_configure_tempest
nfs_verify_setup
run_tempest "NFS shared storage test"
nfs_teardown
#nfs_setup
#nfs_configure_tempest
#nfs_verify_setup
#run_tempest "NFS shared storage test"
#nfs_teardown
echo '3. test with Ceph for root + ephemeral disks'
echo '3. Ceph testing is skipped due to setup failures with Ubuntu 16.04'
#echo '3. test with Ceph for root + ephemeral disks'
source $BASE/new/devstack/lib/ceph
#source $BASE/new/devstack/lib/ceph
#reset output
set -xe
#set -xe
setup_ceph_cluster
configure_and_start_glance
configure_and_start_nova
run_tempest "Ceph nova&glance test"
#setup_ceph_cluster
#configure_and_start_glance
#configure_and_start_nova
#run_tempest "Ceph nova&glance test"
echo '4. test with Ceph for volumes and root + ephemeral disk'
#echo '4. test with Ceph for volumes and root + ephemeral disk'
configure_and_start_cinder
run_tempest "Ceph nova&glance&cinder test"
#configure_and_start_cinder
#run_tempest "Ceph nova&glance&cinder test"