diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-10 15:48:25 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-01-16 09:06:34 +0000 |
commit | 54ad6efd342695d0a7dad5380cc989a8d846f518 (patch) | |
tree | 96a4f2f0cdc4696302113d89c955250e5ecfea76 /resources/libraries/robot/performance/performance_setup.robot | |
parent | 5f153c5987d9774dc67063cb4aaff352ac785ba3 (diff) |
CSIT-898: WRK improvments
Change-Id: I92aafaaedce5891727a983b8cf024a0fb0db7524
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance/performance_setup.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 0e909aa455..f1ad973bb8 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -422,6 +422,13 @@ | | ${intf_name}= | Get Linux interface name | ${tg} | | ... | ${tg['interfaces']['${tg_if1}']['pci_address']} | | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.10.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.20.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.30.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.40.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.50.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.60.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.70.1 | 24 +| | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.80.1 | 24 | | Set Linux interface up | ${tg} | ${intf_name} | | Install wrk | ${tg} |