diff mbox series

[ovs-dev,08/12] tests: Fixed typo in "incremetal processing" test

Message ID 20221202135137.1728564-9-xsimonar@redhat.com
State Accepted
Headers show
Series Fixes to multiple Unit and System Tests | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_ovn-kubernetes success github build: passed
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

Xavier Simonart Dec. 2, 2022, 1:51 p.m. UTC
Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
---
 tests/ovn-performance.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/ovn-performance.at b/tests/ovn-performance.at
index db0e5272e..125c0141a 100644
--- a/tests/ovn-performance.at
+++ b/tests/ovn-performance.at
@@ -420,7 +420,7 @@  OVN_CONTROLLER_EXPECT_NO_HIT(
 # Add ACLs for port group pg1
 OVN_CONTROLLER_EXPECT_NO_HIT(
     [hv1 hv2], [lflow_run],
-    [ovn-nbctl --wait=hv acl-add pg1 to-lport 1001 'outport == @pg1 && ip4.src == $pg1_ip4' allow]
+    [ovn-nbctl --wait=hv acl-add pg1 to-lport 1001 'outport == @pg1 && ip4.src == \$pg1_ip4' allow]
 )
 
 # Create a public logical switch and attach the router to it.