Stop using SSH() in TrafficGenerator.py 77/21477/9
authorVratko Polak <vrpolak@cisco.com>
Fri, 23 Aug 2019 15:02:04 +0000 (17:02 +0200)
committerPeter Mikus <pmikus@cisco.com>
Tue, 27 Aug 2019 05:52:16 +0000 (05:52 +0000)
commita6d233d80c359813cc0a350f07449c03d552d166
treef58977c64bb18e2788622acc67198e28f6c88152
parent7186f868f6fd24f8727e088301c4411c2a8e8a8c
Stop using SSH() in TrafficGenerator.py

This is a partial fix for:
Ticket: CSIT-1434
and should fix one pylint violation.
Many files to remove SSH() from remain.

+ Use -E (together with previous -S) in ssh.py when sudo=True.
  Needed in some cases, no downsides expected.

Change-Id: Ie2ad03b3c656a4d3965a61a1e5435276f99a28c0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/python/TrafficGenerator.py
resources/libraries/python/ssh.py