diff options
author | 2016-11-28 10:05:28 +0200 | |
---|---|---|
committer | 2016-11-28 10:05:28 +0200 | |
commit | c0ef94db594c12eaf4ce5c28dab719b004751351 (patch) | |
tree | bb4cf9d2ddaa3d76b1b03e47a1073643b567fd55 /scripts/automation/regression | |
parent | 898512e5c72d9bc6330947d22de60ed2ede1049b (diff) |
Add src_ip to regression client_cfg file
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation/regression')
-rw-r--r-- | scripts/automation/regression/cfg/client_cfg.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/automation/regression/cfg/client_cfg.yaml b/scripts/automation/regression/cfg/client_cfg.yaml index 8db8dfd5..5c3d19ef 100644 --- a/scripts/automation/regression/cfg/client_cfg.yaml +++ b/scripts/automation/regression/cfg/client_cfg.yaml @@ -7,8 +7,10 @@ groups: ip_end : 16.0.1.255 initiator : next_hop: 1.1.1.1 + src_ip : 1.1.1.2 responder : next_hop: 1.1.2.1 + src_ip : 1.1.2.2 count : 1 @@ -16,8 +18,10 @@ groups: ip_end : 17.0.1.255 initiator : next_hop: 1.1.3.1 + src_ip : 1.1.3.2 responder : next_hop: 1.1.4.1 + src_ip : 1.1.4.2 count : 1 @@ -25,8 +29,10 @@ groups: ip_end : 18.0.1.255 initiator : next_hop: 1.1.5.1 + src_ip : 1.1.5.2 responder : next_hop: 1.1.6.1 + src_ip : 1.1.6.2 count : 1 @@ -34,7 +40,9 @@ groups: ip_end : 19.0.1.255 initiator : next_hop: 1.1.7.1 + src_ip : 1.1.7.2 responder : next_hop: 1.1.8.1 + src_ip : 1.1.8.2 count : 1 |