rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Fix QEMU test with domain interfaces #88

Closed vincentbernat closed 8 years ago

vincentbernat commented 8 years ago

When spawning a new domain without specifying any network interface, we don't expect to have any interface configured. The test was expecting 2.

Also gofmt the corresponding test file.