From: Ondrej Lichtner olichtne@redhat.com
Changes in v2: * added 4th patch that fixes #175 * Fixed float and int conversion in patch 3/4 in the Netperf module, thanks to jtluka for noticing
Ondrej Lichtner (4): NmConfigDevice: don't crash when deactivating an inactive connection NetTest{Slave, Controller}: add is_installed tcpdump check Netperf: fix confidence parsing when result is 0 NetConfigDevice: skip undefined ovs internal port options
lnst/Controller/NetTestController.py | 11 +++++++++-- lnst/Slave/NetConfigDevice.py | 9 +++++---- lnst/Slave/NetTestSlave.py | 4 ++++ lnst/Slave/NmConfigDevice.py | 10 +++++++++- test_modules/Netperf.py | 13 +++++++++---- 5 files changed, 36 insertions(+), 11 deletions(-)