Comment 1 for bug 1580801

Revision history for this message
Artem Panchenko (apanchenko-8) wrote :

Tests are using fuel-devops which configures the following devices boot order:

hd
cdrom

At first VM boot HDD is empty, so it boots from iso and Fuel installation is being started. When you kill deployment during CentOS provisioning on master node, partition table is created and something is already written to MBR (most probably boot flag is set), but GRUB isn't installed. So during next boot (new test run) master node VM tries to boot from HDD and hangs (I believe it's a bug in BIOS used by qemu).

The easiest way to workaround this issue is set KEEP_BEFORE=no [0] or manually erase environment before restarting tests.

[0] https://github.com/openstack/fuel-qa/blob/eaea19b42fcfb84e8936187852f0355ebda88a17/utils/jenkins/system_tests.sh#L183-L184