Add missing = to all suite Variables
[csit.git] / tests / kubernetes / perf / container_memif / 10ge2p1x520-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr.robot
1 # Copyright (c) 2018 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 *** Settings ***
15 | Resource | resources/libraries/robot/performance/performance_setup.robot
16 | ...
17 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR
18 | ... | NIC_Intel-X520-DA2 | ETH | L2BDMACLRN | L2BDBASE | SCALE | MEMIF
19 | ... | K8S | 1VSWITCH | 4VNF | VPP_AGENT | SFC_CONTROLLER | HORIZONTAL
20 | ...
21 | Suite Setup | Set up 3-node performance topology with DUT's NIC model
22 | ... | L2 | Intel-X520-DA2
23 | ...
24 | Test Setup | Set up performance test with Ligato Kubernetes
25 | ...
26 | Suite Teardown | Tear down 3-node performance topology
27 | ...
28 | Test Teardown | Tear down performance test with Ligato Kubernetes
29 | ...
30 | Test Template | Local Template
31 | ...
32 | Documentation | *RFC2544: Pkt throughput L2BD test cases*
33 | ...
34 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
35 | ... | with single links between nodes.
36 | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 bridge domain.
37 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with two L2
38 | ... | bridge domains and MAC learning enabled. DUT1 and DUT2 tested with
39 | ... | 2p10GE NIC X520 Niantic by Intel.
40 | ... | VNF Containers are connected to VSWITCH container via Memif interface.
41 | ... | All containers are running same VPP version. Containers are deployed
42 | ... | with Kubernetes. Configuration is applied by vnf-agent.
43 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
44 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
45 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
46 | ... | of packets transmitted. NDR and PDR are discovered for different
47 | ... | Ethernet L2 frame sizes using MLRsearch library.
48 | ... | TG traffic profile contains two L3 flow-groups
49 | ... | (flow-group per direction, 254 flows per flow-group) with all packets
50 | ... | containing Ethernet header, IPv4 header with IP protocol=61 and static
51 | ... | payload. MAC addresses are matching MAC addresses of the TG node
52 | ... | interfaces.
53 | ... | *[Ref] Applicable standard specifications:* RFC2544.
54
55 *** Variables ***
56 # X520-DA2 bandwidth limit
57 | ${s_limit}= | ${10000000000}
58 # SFC profile
59 | ${sfc_profile}= | configmaps/eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz
60 # Traffic profile:
61 | ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254
62 # CPU settings
63 | ${system_cpus}= | ${1}
64 | ${vswitch_cpus}= | ${5}
65 | ${vnf_cpus}= | ${2}
66
67 *** Keywords ***
68 | Local Template
69 | | [Documentation]
70 | | ... | [Cfg] DUT runs Container orchestrated config.
71 | | ... | [Ver] Measure NDR and PDR values using MLRsearch algorithm.\
72 | | ...
73 | | ... | *Arguments:*
74 | | ... | - framesize - Framesize in Bytes in integer or string (IMIX_v4_1).
75 | | ... | Type: integer, string
76 | | ... | - phy_cores - Number of physical cores. Type: integer
77 | | ... | - rxq - Number of RX queues, default value: ${None}. Type: integer
78 | | ...
79 | | [Arguments] | ${framesize} | ${phy_cores} | ${rxq}=${None}
80 | | ...
81 | | Set Test Variable | ${framesize}
82 | | Set Test Variable | ${min_rate} | ${10000}
83 | | ${max_rate} | ${jumbo} = | Get Max Rate And Jumbo
84 | | ... | ${s_limit} | ${framesize}
85 | | ...
86 | | ${dut1_if1_name}= | Get interface name | ${dut1} | ${dut1_if1}
87 | | ${dut1_if2_name}= | Get interface name | ${dut1} | ${dut1_if2}
88 | | ${dut2_if1_name}= | Get interface name | ${dut2} | ${dut2_if1}
89 | | ${dut2_if2_name}= | Get interface name | ${dut2} | ${dut2_if2}
90 | | ${tg_if1_mac}= | Get Interface MAC | ${tg} | ${tg_if1}
91 | | ${tg_if2_mac}= | Get Interface MAC | ${tg} | ${tg_if2}
92 | | Create Kubernetes VSWITCH startup config on all DUTs
93 | | ... | ${phy_cores} | ${rxq} | ${jumbo}
94 | | Create Kubernetes VNF'1' startup config on all DUTs
95 | | Create Kubernetes VNF'2' startup config on all DUTs
96 | | Create Kubernetes VNF'3' startup config on all DUTs
97 | | Create Kubernetes VNF'4' startup config on all DUTs
98 | | Create Kubernetes CM from file on all DUTs | ${nodes} | csit
99 | | ... | name=vswitch-vpp-cfg | vpp.conf=/tmp/vswitch.conf
100 | | Create Kubernetes CM from file on all DUTs | ${nodes} | csit
101 | | ... | name=vnf1-vpp-cfg | vpp.conf=/tmp/vnf1.conf
102 | | Create Kubernetes CM from file on all DUTs | ${nodes} | csit
103 | | ... | name=vnf2-vpp-cfg | vpp.conf=/tmp/vnf2.conf
104 | | Create Kubernetes CM from file on all DUTs | ${nodes} | csit
105 | | ... | name=vnf3-vpp-cfg | vpp.conf=/tmp/vnf3.conf
106 | | Create Kubernetes CM from file on all DUTs | ${nodes} | csit
107 | | ... | name=vnf4-vpp-cfg | vpp.conf=/tmp/vnf4.conf
108 | | Apply Kubernetes resource on node | ${dut1}
109 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf1
110 | | Apply Kubernetes resource on node | ${dut2}
111 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf1
112 | | Apply Kubernetes resource on node | ${dut1}
113 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf2
114 | | Apply Kubernetes resource on node | ${dut2}
115 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf2
116 | | Apply Kubernetes resource on node | ${dut1}
117 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf3
118 | | Apply Kubernetes resource on node | ${dut2}
119 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf3
120 | | Apply Kubernetes resource on node | ${dut1}
121 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf4
122 | | Apply Kubernetes resource on node | ${dut2}
123 | | ... | pods/contiv-vnf.yaml | $$VNF$$=vnf4
124 | | Apply Kubernetes resource on node | ${dut1}
125 | | ... | ${sfc_profile}.yaml | $$TEST_NAME$$=${TEST NAME}
126 | | ... | $$VSWITCH_IF1$$=${dut1_if1_name}
127 | | ... | $$VSWITCH_IF2$$=${dut1_if2_name}
128 | | Apply Kubernetes resource on node | ${dut2}
129 | | ... | ${sfc_profile}.yaml | $$TEST_NAME$$=${TEST NAME}
130 | | ... | $$VSWITCH_IF1$$=${dut2_if1_name}
131 | | ... | $$VSWITCH_IF2$$=${dut2_if2_name}
132 | | Wait for Kubernetes PODs on all DUTs | ${nodes} | csit
133 | | Set Kubernetes PODs affinity on all DUTs | ${nodes}
134 | | Find NDR and PDR intervals using optimized search
135 | | ... | ${framesize} | ${traffic_profile} | ${min_rate} | ${max_rate}
136
137 *** Test Cases ***
138 | tc01-64B-1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
139 | | [Tags] | 64B | 1C
140 | | framesize=${64} | phy_cores=${1}
141
142 | tc02-64B-2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
143 | | [Tags] | 64B | 2C
144 | | framesize=${64} | phy_cores=${2}
145
146 | tc03-64B-4c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
147 | | [Tags] | 64B | 4C
148 | | framesize=${64} | phy_cores=${4}
149
150 | tc04-1518B-1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
151 | | [Tags] | 1518B | 1C
152 | | framesize=${1518} | phy_cores=${1}
153
154 | tc05-1518B-2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
155 | | [Tags] | 1518B | 2C
156 | | framesize=${1518} | phy_cores=${2}
157
158 | tc06-1518B-4c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
159 | | [Tags] | 1518B | 4C
160 | | framesize=${1518} | phy_cores=${4}
161
162 | tc07-9000B-1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
163 | | [Tags] | 9000B | 1C
164 | | framesize=${9000} | phy_cores=${1}
165
166 | tc08-9000B-2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
167 | | [Tags] | 9000B | 2C
168 | | framesize=${9000} | phy_cores=${2}
169
170 | tc09-9000B-4c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
171 | | [Tags] | 9000B | 4C
172 | | framesize=${9000} | phy_cores=${4}
173
174 | tc10-IMIX-1c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
175 | | [Tags] | IMIX | 1C
176 | | framesize=IMIX_v4_1 | phy_cores=${1}
177
178 | tc11-IMIX-2c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
179 | | [Tags] | IMIX | 2C
180 | | framesize=IMIX_v4_1 | phy_cores=${2}
181
182 | tc12-IMIX-4c-eth-1drcl2bdbasemaclrn-eth-2memif-4drcl2xc-1horiz-k8s-ndrpdr
183 | | [Tags] | IMIX | 4C
184 | | framesize=IMIX_v4_1 | phy_cores=${4}