X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Ftraffic_gen%2Ftrex.py;fp=nfvbench%2Ftraffic_gen%2Ftrex.py;h=22ca4d9c72bd489959d4be444d37a3087a35f56c;hb=6404b7aa4391712f0421b3ee0996c59871816db1;hp=c468802ccf39b423caf519dc2fbee8db3a967fc4;hpb=e48023137b7010e9e1640649ea2859009a362939;p=nfvbench.git diff --git a/nfvbench/traffic_gen/trex.py b/nfvbench/traffic_gen/trex.py index c468802..22ca4d9 100644 --- a/nfvbench/traffic_gen/trex.py +++ b/nfvbench/traffic_gen/trex.py @@ -251,7 +251,7 @@ class TRex(AbstractTrafficGenerator): break except Exception as ex: if it == (self.config.generic_retry_count - 1): - raise ex + raise LOG.info("Retrying connection to TRex (%s)...", ex.message) def connect(self):