diff options
author | 2016-03-04 07:45:52 +0200 | |
---|---|---|
committer | 2016-03-04 07:45:52 +0200 | |
commit | 815c424d5f7939953af6b58bacbb8ce6e74e10e2 (patch) | |
tree | 19636a12fcba290f8dc8fb94e7b4b69fdd28de32 /scripts/stl/hlt/hlt_framesize_vm.py | |
parent | 126632f67323909502099b95d3f0bc66ab3b004c (diff) | |
parent | 3f35b73429cd15a76a658e9b8df3263dd7429917 (diff) |
v1.94
Diffstat (limited to 'scripts/stl/hlt/hlt_framesize_vm.py')
-rwxr-xr-x | scripts/stl/hlt/hlt_framesize_vm.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/stl/hlt/hlt_framesize_vm.py b/scripts/stl/hlt/hlt_framesize_vm.py index ed1ac54e..5653e435 100755 --- a/scripts/stl/hlt/hlt_framesize_vm.py +++ b/scripts/stl/hlt/hlt_framesize_vm.py @@ -6,7 +6,7 @@ class STLS1(object): Two Eth/IP/UDP streams with VM to get different size of packet by frame_size ''' - def create_streams (self, direction = 0): + def get_streams (self, direction = 0): return [STLHltStream(length_mode = 'increment', frame_size_min = 100, frame_size_max = 3000, @@ -25,9 +25,6 @@ class STLS1(object): ) ] - def get_streams (self, direction = 0): - return self.create_streams(direction) - # dynamic load - used for trex console or simulator def register(): return STLS1() |