From 7e1049ae12c1cb31bdf9a7aeaf602db5d99dfd51 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Thu, 31 Mar 2016 16:31:09 +0300 Subject: fix david regression issues --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib') 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__ (): -- cgit 1.2.3-korg