From: Ondrej Lichtner olichtne@redhat.com
Before applying the following patch, please review and provide feedback if it makes sense...
Ondrej Lichtner (1): NetTestCommand: fix signal handling for bg commands
lnst/Common/NetTestCommand.py | 13 +--- lnst/Common/TestsCommon.py | 14 ++-- regression-tests/tests/25/lnst-ctl.conf | 2 - regression-tests/tests/25/recipe2.xml | 20 +++--- regression-tests/tests/25/recipe3.xml | 53 --------------- regression-tests/tests/25/run.sh | 9 +-- regression-tests/tests/25/test_modules/IcmpPing.py | 75 ---------------------- 7 files changed, 21 insertions(+), 165 deletions(-) delete mode 100644 regression-tests/tests/25/lnst-ctl.conf delete mode 100644 regression-tests/tests/25/recipe3.xml delete mode 100644 regression-tests/tests/25/test_modules/IcmpPing.py