diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-03-05 15:57:19 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-03-05 15:57:19 +0200 |
commit | 0bbb5c5fc9934d516337602ac3bdb80d60302be4 (patch) | |
tree | 55e95f9fef6e3e92666b9e9ed7e2074f828e8483 /scripts | |
parent | 7c362a7c7355d4487d4d6eefc188c16a56418373 (diff) |
Update scapy server json file for Repeatable random
Change-Id: I148438bb03730ad10598f44857686e870c3ef99c
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/services/scapy_server/field_engine.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/services/scapy_server/field_engine.json b/scripts/automation/trex_control_plane/stl/services/scapy_server/field_engine.json index 85d10e65..ebad64f8 100644 --- a/scripts/automation/trex_control_plane/stl/services/scapy_server/field_engine.json +++ b/scripts/automation/trex_control_plane/stl/services/scapy_server/field_engine.json @@ -25,7 +25,7 @@ "parameters": ["name", "ip_min", "ip_max", "port_min", "port_max", "limit_flows", "flags"] }, { - "id": "STLVmFlowVarRepetableRandom", + "id": "STLVmFlowVarRepeatableRandom", "parameters": ["name", "size", "limit", "seed", "min_value", "max_value"] }, { |