diff options
Diffstat (limited to 'scripts/automation/regression/cfg/client_cfg.yaml')
-rw-r--r-- | scripts/automation/regression/cfg/client_cfg.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/scripts/automation/regression/cfg/client_cfg.yaml b/scripts/automation/regression/cfg/client_cfg.yaml new file mode 100644 index 00000000..8db8dfd5 --- /dev/null +++ b/scripts/automation/regression/cfg/client_cfg.yaml @@ -0,0 +1,40 @@ +#vlan: true +vlan: false + +groups: + +- ip_start : 16.0.0.1 + ip_end : 16.0.1.255 + initiator : + next_hop: 1.1.1.1 + responder : + next_hop: 1.1.2.1 + + count : 1 + +- ip_start : 17.0.0.1 + ip_end : 17.0.1.255 + initiator : + next_hop: 1.1.3.1 + responder : + next_hop: 1.1.4.1 + + count : 1 + +- ip_start : 18.0.0.1 + ip_end : 18.0.1.255 + initiator : + next_hop: 1.1.5.1 + responder : + next_hop: 1.1.6.1 + + count : 1 + +- ip_start : 19.0.0.1 + ip_end : 19.0.1.255 + initiator : + next_hop: 1.1.7.1 + responder : + next_hop: 1.1.8.1 + + count : 1 |