diff options
author | Dan Klein <danklei@cisco.com> | 2015-10-12 09:53:23 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-10-12 09:53:23 +0300 |
commit | 7482f09b8a5e8945e8b735233ad8f1674e637aef (patch) | |
tree | a1588d20c77017f46a3b13dfa82a154f074bb042 /scripts | |
parent | a9ead5815d40dfe42651f6ff2140c94535b6a703 (diff) |
cosmetics
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automation/trex_control_plane/client_utils/packet_builder.py | 4 | ||||
-rwxr-xr-x | scripts/automation/trex_control_plane/server/trex_server.py | 2 |
2 files changed, 3 insertions, 3 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 1c643335..c687126b 100755 --- a/scripts/automation/trex_control_plane/client_utils/packet_builder.py +++ b/scripts/automation/trex_control_plane/client_utils/packet_builder.py @@ -1055,8 +1055,8 @@ class CTRexPktBuilder(object): def __init__(self, name, layer_type, ok_type, message=''): self._default_message = "The type of packet layer {layer_name} is of type {layer_type}, " \ "and not of the expected {allowed_type}.".format(layer_name=name, - layer_type=layer_type, - allowed_type=ok_type.__name__) + layer_type=layer_type, + allowed_type=ok_type.__name__) self.message = message or self._default_message super(CTRexPktBuilder.PacketLayerTypeError, self).__init__(-13, self.message) diff --git a/scripts/automation/trex_control_plane/server/trex_server.py b/scripts/automation/trex_control_plane/server/trex_server.py index 1e5098fb..fd39b9c4 100755 --- a/scripts/automation/trex_control_plane/server/trex_server.py +++ b/scripts/automation/trex_control_plane/server/trex_server.py @@ -318,7 +318,7 @@ class CTRexServer(object): io = iom, export = export_path ) - logger.info("T-REX FULL COMMAND: {command}".format(command = cmd) ) + logger.info("TREX FULL COMMAND: {command}".format(command = cmd) ) return (cmd, export_path, long(d)) |