You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not quite sure what happened, looks like things were successful, but
each fails with:
raise error.TestFail("Unable to login to VM:%s" % detail)
during check_output() because the VM was already shutdown for some
unknown reason (as seen in the trace output). Did something recently
change to cause exit/return from virsh.* calls to stop the vm? In this
case, the test needs to log back into the guest to check some things,
but cannot because it's shutdown.
I did not reproduce this issue when I run virsh.domiflist tests on my F19.
The last commit on my branch is 750874c
Environment:
Lenovo T530, 4 CPUs (dual-core + HT), 8G ram
Latest hand-build of libvirt (almost 1.1.4)
Running as root, SELinux in permissive mode
Default bridge mode networking
Default JeOS 19 x86_64 guest
The text was updated successfully, but these errors were encountered:
On 11/05/2013 03:48 PM, Dongsheng Yang wrote:
Environment:
The text was updated successfully, but these errors were encountered: