On Thu, Jul 26, 2018 at 02:09:57PM +0200, Katerina Koukiou wrote:
* node_device_create was a fixture but we were calling it as normal function,
thus it got triggered twice.
* interface_create was not a fixture.

This patch makes sure that the setup work these two functions are doing, will
run before the actual test call phase.

Signed-off-by: Katerina Koukiou <kkouk...@redhat.com>
---
tests/libvirttest.py    |  1 +
tests/test_connect.py   |  9 +++++----
tests/test_interface.py | 22 ++++++++++++----------
tests/test_nodedev.py   | 16 ++++++++--------
4 files changed, 26 insertions(+), 22 deletions(-)


Reviewed-by: Ján Tomko <jto...@redhat.com>

Jano

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to