
26 Jul
2018
26 Jul
'18
2:33 p.m.
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 <kkoukiou@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 <jtomko@redhat.com> Jano