From fb46a1735d7f723ddc791221563e365ad54ef5e0 Mon Sep 17 00:00:00 2001 From: imarom Date: Wed, 23 Dec 2015 09:48:38 -0500 Subject: connected control plane to split --- .../trex_control_plane/common/rpc_defaults.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'scripts/automation/trex_control_plane/common') diff --git a/scripts/automation/trex_control_plane/common/rpc_defaults.yaml b/scripts/automation/trex_control_plane/common/rpc_defaults.yaml index 32631609..9325a0e4 100755 --- a/scripts/automation/trex_control_plane/common/rpc_defaults.yaml +++ b/scripts/automation/trex_control_plane/common/rpc_defaults.yaml @@ -50,9 +50,7 @@ stream: mode: type: object vm: - type: array - has_default: YES - default: [] # no ranging instructions + type: object rx_stats: type: object @@ -112,4 +110,15 @@ rx_stats: latency_enabled: type: boolean has_default: YES - default: False \ No newline at end of file + default: False + +vm: + instructions: + type: array + has_default: YES + default: [] + split_by_var: + type: string + has_default: YES + default: "" + -- cgit 1.2.3-korg