summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/cfg
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2017-01-12 14:09:28 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-01-12 14:09:28 +0200
commita6e3bf69eb5b338047f4338a3cecc052db042188 (patch)
tree93ac372ea9ad49af256245cb77a6909c36b58e46 /scripts/automation/regression/cfg
parentb7fcb83a06ac4c6a75b4b6982418a36865e14440 (diff)
client config regression tests with NBAR and VLAN
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation/regression/cfg')
-rw-r--r--scripts/automation/regression/cfg/client_cfg_vlan.yaml31
1 files changed, 31 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
+