autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

16 Failures of dumpxml #1012

Closed cevich closed 10 years ago

cevich commented 10 years ago

On 11/05/2013 03:48 PM, Dongsheng Yang wrote:

On 11/04/2013 07:45 PM, John Ferlan wrote:

  16 dumpxml

UnboundLocalError: local variable 'output' referenced before assignment.

I think if a "output = cmd_result.stdout.strip()" is added after the " cmd_result = virsh.dumpxml(vm_ref, extra=options_ref)", then things will be OK. That seems to pan out in an 'extra' test I just ran... Thanx, watching for your pull request.

Environment:

cevich commented 10 years ago

Pull #1004 applied.