summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/cfg
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2017-01-22 16:20:45 +0200
committerimarom <imarom@cisco.com>2017-01-22 16:20:45 +0200
commit904eacd9be1230efb7ae0ab7997ec131b588ec8a (patch)
tree8e4bcd1b1a5f683efdb8f3eeb962acefc3201961 /scripts/automation/regression/cfg
parentd2f1c8451e2e8ffc47b208f68f9b16697d706d60 (diff)
parentb81cdb6c2d6d118c1c346e7c8dae6a5e747d867d (diff)
Merge branch 'master' into capture
Signed-off-by: imarom <imarom@cisco.com> Conflicts: scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_jsonrpc_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py src/main_dpdk.cpp
Diffstat (limited to 'scripts/automation/regression/cfg')
-rw-r--r--scripts/automation/regression/cfg/client_cfg_vlan.yaml31
-rw-r--r--scripts/automation/regression/cfg/client_cfg_vlan_mac.yaml26
2 files changed, 57 insertions, 0 deletions
diff --git a/scripts/automation/regression/cfg/client_cfg_vlan.yaml b/scripts/automation/regression/cfg/client_cfg_vlan.yaml
new file mode 100644
index 00000000..db70e4e1
--- /dev/null
+++ b/scripts/automation/regression/cfg/client_cfg_vlan.yaml
@@ -0,0 +1,31 @@
+vlan: true
+#vlan: false
+
+groups:
+
+- ip_start : 16.0.0.1
+ ip_end : 16.0.1.255
+ initiator :
+ next_hop: 1.1.1.1
+ src_ip : 1.1.1.2
+ vlan : 100
+ responder :
+ next_hop: 1.1.2.1
+ src_ip : 1.1.2.2
+ vlan : 200
+
+ count : 1
+
+- ip_start : 17.0.0.1
+ ip_end : 17.0.1.255
+ initiator :
+ next_hop: 1.1.3.1
+ src_ip : 1.1.3.2
+ vlan : 100
+ responder :
+ next_hop: 1.1.4.1
+ src_ip : 1.1.4.2
+ vlan : 200
+
+ count : 1
+
diff --git a/scripts/automation/regression/cfg/client_cfg_vlan_mac.yaml b/scripts/automation/regression/cfg/client_cfg_vlan_mac.yaml
new file mode 100644
index 00000000..d6d24dbb
--- /dev/null
+++ b/scripts/automation/regression/cfg/client_cfg_vlan_mac.yaml
@@ -0,0 +1,26 @@
+vlan: true
+
+groups:
+
+- ip_start : 16.0.0.1
+ ip_end : 16.0.0.4
+ initiator :
+ dst_mac : "00:00:00:01:00:00"
+ vlan : 100
+ responder :
+ dst_mac : "00:00:00:02:00:00"
+ vlan : 200
+
+ count : 1
+
+- ip_start : 16.0.0.5
+ ip_end : 16.0.1.255
+ initiator :
+ dst_mac : "00:00:00:03:00:00"
+ vlan : 300
+ responder :
+ dst_mac : "00:00:00:04:00:00"
+ vlan : 400
+
+ count : 1
+