
libvirt-cim-bounces@redhat.com wrote on 2008-07-22 00:38:46:
Guo Lian Yun wrote:
libvirt-cim-bounces@redhat.com wrote on 2008-07-07 23:14:43:
ComputerSystem - 04_defineStartVS.py: FAIL ERROR - Error: property values are not set for VS domguest
I'm not sure why it fails sometimes, it pass on for me on the
next
running.
Have you run the test with the provider debug enabled? Does the provider debug give any hints?
This fails because the defined domain isn't started successfully every time. If it can't be started, the EnabledState still equals to 3 not 2. Below is part of test case code.
...... enabState = cs.EnabledState if enabState == 2: status = PASS break .......
I try to export the debug info, it seems that there is not much useful
info.
The guest isn't starting because the console is defined in the following
manner:
<console>/dev/ptmx</console>
It should be defined as:
<console tty='/dev/ptmx'/>
Daisy, can you work up a patch for this?
Sure, good catch!
Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim