Add: 2-node ip4 oacl tests
[csit.git] / tests / vpp / perf / ip4 / 10ge2p1x710-ethip4udp-ip4base-oacl50sf-100flows-ndrpdr.robot
index c1a61b7..ccfc6a9 100644 (file)
@@ -56,6 +56,7 @@
 | ${acl_apply_type}= | output
 | ${no_hit_aces_number}= | 50
 | ${flows_per_dir}= | 100
+| ${ip_nr}= | ${10}
 # starting points for non-hitting ACLs
 | ${src_ip_start}= | 30.30.30.1
 | ${dst_ip_start}= | 40.40.40.1
@@ -65,6 +66,7 @@
 | ${port_step}= | ${1}
 | ${trex_stream1_subnet}= | 10.10.10.0/24
 | ${trex_stream2_subnet}= | 20.20.20.0/24
+# Traffic profile:
 | ${traffic_profile}= | trex-sl-3n-ethip4udp-10u10p-conc
 
 *** Keywords ***
@@ -88,8 +90,8 @@
 | | And Add PCI devices to all DUTs
 | | And Set Max Rate And Jumbo And Handle Multi Seg
 | | And Apply startup configuration on all VPP DUTs
-| | ${ip_nr}= | Set Variable | 10
-| | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in circular topology
+| | When Initialize IPv4 routing with IPv4 ACLs on DUT1 in circular topology
+| | ... | ${ip_nr}
 | | Then Find NDR and PDR intervals using optimized search
 
 *** Test Cases ***