summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-03-28 13:24:04 +1100
committerNeilBrown <neilb@suse.de>2011-03-28 13:24:04 +1100
commit76ae48207530dcef54967da2c5fdaba3efe0f5f0 (patch)
treed594d77943be87525d5a3521bc412731dc964dcf
parentaae4c1116639633ad7e48f0fd603f6d6cd39a653 (diff)
test: Don't use dev6 and dev7 together in a non-multipath test
dev6 and dev7 refer to the same storage and are used for multipath testing. So using them both in any other test will be confusing. So change 11spare-migration test 5 to use dev10 rather than dev7 Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--tests/11spare-migration4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/11spare-migration b/tests/11spare-migration
index 1371be90..24b6ec69 100644
--- a/tests/11spare-migration
+++ b/tests/11spare-migration
@@ -165,11 +165,11 @@ dsc "Test 5: Two domains, two containers in each domain"
setupdevs 0 0 1 $platform
setupdevs 1 3 4 $platform
setupdevs 2 5 6 $platform
-setupdevs 3 7 8 $platform
+setupdevs 3 8 10 $platform
# 2 and 9 for spares
createconfig a
createconfig domain-$platform"1" $platform spare 0 1 2 3 4
-createconfig domain-$platform"2" $platform spare 5 6 7 8 9
+createconfig domain-$platform"2" $platform spare 5 6 8 9 10
monitor 0 1 2 3
test5a
test5b