X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FTrafficGenerator.py;h=c9cd971cf3e703162da67757dba53c4f9bd03d75;hb=refs%2Fchanges%2F24%2F6824%2F4;hp=8387ce2b3c6ae58a504693df5a7d21e48e1b352a;hpb=9ccd71652ec8217c048c55444a73dee136ebdaea;p=csit.git diff --git a/resources/libraries/python/TrafficGenerator.py b/resources/libraries/python/TrafficGenerator.py index 8387ce2b3c..c9cd971cf3 100644 --- a/resources/libraries/python/TrafficGenerator.py +++ b/resources/libraries/python/TrafficGenerator.py @@ -184,7 +184,7 @@ class TrafficGenerator(object): self._node = tg_node if tg_node['subtype'] == NodeSubTypeTG.TREX: - trex_path = "/opt/trex-core-2.22" + trex_path = "/opt/trex-core-2.25" ssh = SSH() ssh.connect(tg_node) @@ -322,9 +322,6 @@ class TrafficGenerator(object): (ret, stdout, stderr) = ssh.exec_command( "sh -c '{}/resources/tools/t-rex/" "t-rex-stateless-stop.py'".format(Constants.REMOTE_FW_DIR)) - logger.trace(ret) - logger.trace(stdout) - logger.trace(stderr) if int(ret) != 0: raise RuntimeError('T-rex stateless runtime error') @@ -712,14 +709,10 @@ class TrafficGenerator(object): duration, rate, framesize, _p0, _p1, _async, _latency, warmup_time), - timeout = int(duration) + 60) + timeout=int(duration) + 60) else: raise NotImplementedError('Unsupported traffic type') - logger.trace(ret) - logger.trace(stdout) - logger.trace(stderr) - if int(ret) != 0: raise RuntimeError('T-rex stateless runtime error') elif async_call: