Refactor remote command execution in pktgen 11/57311/5
authorMiikka Koistinen <miikka.koistinen@nokia.com>
Wed, 9 May 2018 14:25:51 +0000 (17:25 +0300)
committerMiikka Koistinen <miikka.koistinen@nokia.com>
Tue, 19 Jun 2018 06:30:49 +0000 (09:30 +0300)
commit724e49770c517782e269ccdb2320f4a7eb5d87d5
treed3e74e54e3df2f0114c14b9723aaaae1ce7a20db
parent772d13797e7c84cbc0f8b7ac9005c97b8111cfa8
Refactor remote command execution in pktgen

Some remote commands in Pktgen are executed without checking the exit
status. This patch makes all remote commands check exit value, and
removes unused variables that are captured from remote command
executions.

JIRA: YARDSTICK-1166

Change-Id: I42a667ebd22d086887d61e1671bc569b03c59d33
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
yardstick/benchmark/scenarios/networking/pktgen.py
yardstick/ssh.py
yardstick/tests/unit/benchmark/scenarios/networking/test_pktgen.py
yardstick/tests/unit/test_ssh.py