CSIT-748 vnf-agent integration
[csit.git] / resources / libraries / python / TrafficGenerator.py
index ca63efe..1680438 100644 (file)
@@ -184,7 +184,7 @@ class TrafficGenerator(object):
         self._node = tg_node
 
         if tg_node['subtype'] == NodeSubTypeTG.TREX:
-            trex_path = "/opt/trex-core-2.25"
+            trex_path = "/opt/trex-core-2.29"
 
             ssh = SSH()
             ssh.connect(tg_node)