From: Michael Goldish <[email protected]> The hard disk name is different for ide, scsi and virtio-blk. Thus including it in a step file breaks guest installations for disk-types different than the one used to generate the step file.
Also fix another slightly risky barrier. Signed-off-by: Michael Goldish <[email protected]> Signed-off-by: Uri Lublin <[email protected]> diff --git a/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps b/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps index 4c84234..96ba87e 100644 --- a/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps +++ b/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps @@ -51,7 +51,7 @@ key alt-o step 80.63 screendump 20080101_000007_fe35ff18ee4c7b5e4d999addf67d1dad.ppm # partition table warning -barrier_2 113 31 245 200 35bfe6c115f22fe0b528baf415d64428 39 +barrier_2 419 84 217 339 c3d6140bedee0c53242d5714c6874056 39 # Sending keys: alt-y key alt-y # -------------------------------- @@ -241,7 +241,7 @@ key alt-f step 1050.70 screendump 20080101_000028_6ee83897623b1f97087da2a66c65d24f.ppm # username -barrier_2 117 23 58 360 77f1f820d8f173c91c20576eae947161 144 +barrier_2 107 23 62 356 4f22d37887ce59546f605c8d73a5967c 144 # Sending keys: r o o t key r key o -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
