summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils/packet_builder.py
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-20 03:17:08 +0300
committerDan Klein <danklei@cisco.com>2015-10-20 03:17:08 +0300
commitd09df99769f67819c64a7a025dbdcd39811c7b44 (patch)
tree83295a4dab4caead57a2abb9478671389547b936 /scripts/automation/trex_control_plane/client_utils/packet_builder.py
parent80bd7895112cba0b3cbb6d56995def6ffbdccf33 (diff)
Major progress in console, yaml utils, and trex_streams
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module
Diffstat (limited to 'scripts/automation/trex_control_plane/client_utils/packet_builder.py')
-rwxr-xr-xscripts/automation/trex_control_plane/client_utils/packet_builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/client_utils/packet_builder.py b/scripts/automation/trex_control_plane/client_utils/packet_builder.py
index caa6eab3..3aeb6a34 100755
--- a/scripts/automation/trex_control_plane/client_utils/packet_builder.py
+++ b/scripts/automation/trex_control_plane/client_utils/packet_builder.py
@@ -889,7 +889,7 @@ class CTRexPktBuilder(object):
dictionary holds variable data of VM variable
"""
- return {"ins_name": "flow_var", # VM variable dump always refers to manipulate instruction.
+ return {"type": "flow_var", # VM variable dump always refers to manipulate instruction.
"name": self.name,
"size": self.size,
"op": self.operation,