summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-03-31 16:31:09 +0300
committerHanoh Haim <hhaim@cisco.com>2016-03-31 16:31:09 +0300
commit7e1049ae12c1cb31bdf9a7aeaf602db5d99dfd51 (patch)
treeb0f37ae91cdf482599f95ff3f14b2fde0ff47f3a /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
parenta6f72a194d47e5df1e822cbcec22f1f4df1da482 (diff)
fix david regression issues
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index 78f51ec6..aeeddc49 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -112,7 +112,7 @@ class STLTXCont(STLTXMode):
super(STLTXCont, self).__init__(**kwargs)
- self.fields['type'] = 'Continuous'
+ self.fields['type'] = 'continuous'
@staticmethod
def __str__ ():