diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-15 15:16:34 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-07-26 15:12:34 +0000 |
commit | f45cd0ceb17f33376a04edf9b4fb5a37d9ebfb89 (patch) | |
tree | cf66653b729e3490da769f0844300e2ae6e9de47 /tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot | |
parent | 721f39743c31003ccbdad3c27ffcc3145bfccf90 (diff) |
CSIT-106 Vpp config - use only test-related interfaces
Current behaviour is to add all interfaces from topology,
we only want to add interfaces from computed path.
Change-Id: I9c5d4e765dbe399ee06dd13f0d25c48d3d8e5127
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot')
-rw-r--r-- | tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot b/tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot index b2eb1ad9a5..03a7d62d9e 100644 --- a/tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot +++ b/tests/perf/Short_Xconnect_Dot1q_Intel-X520-DA2.robot @@ -57,7 +57,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 2.9mpps | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -82,7 +82,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 720000pps | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -107,7 +107,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 120000pps | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology | | When VLAN dot1q subinterfaces initialized on 3-node topology @@ -131,7 +131,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 7.0mpps | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -156,7 +156,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 720000pps | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -181,7 +181,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 120000pps | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology | | When VLAN dot1q subinterfaces initialized on 3-node topology @@ -205,7 +205,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 11.0mpps | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -230,7 +230,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 720000pps | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Add No Multi Seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology @@ -255,7 +255,7 @@ | | ${duration}= | Set Variable | 10 | | ${rate}= | Set Variable | 120000pps | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs from 3-node single link topology | | And Apply startup configuration on all VPP DUTs | | And VPP interfaces in path are up in a 3-node circular topology | | When VLAN dot1q subinterfaces initialized on 3-node topology |