ovn: use name instead of uuid as key of logical router ports
[cascardo/ovs.git] / tests / ovn.at
index 68fcc9a..75933c3 100644 (file)
@@ -878,7 +878,7 @@ for i in 1 2 3; do
            -- lport-add ls$i lrp$i$j-attachment`
        ovn-nbctl \
            set Logical_Port lrp$i$j-attachment type=router \
-                             options:router-port=$lrp_uuid \
+                             options:router-port=lrp$i$j \
                              addresses='"00:00:00:00:ff:'$i$j'"'
     done
 done