Replace BR1 and BR2 with br-int in Genius-CSIT
[integration/test.git] / csit / libraries / OVSDB.robot
index 60bbfce40653e3d12bb78caa1add557943e25c92..5f51abd9d456a77a87918705d9684bc5d0b1e3d5 100644 (file)
@@ -378,7 +378,7 @@ Get Bridge Data
     [Documentation]    This keyword returns first bridge name and UUID from list of bridges.
     ${result} =    SSHLibrary.Execute Command    sudo ovs-vsctl show
     ${uuid} =    String.Get Line    ${result}    0
-    ${line}    ${bridge_name}    Builtin.Should Match Regexp    ${result}    Bridge "(\\w+)"
+    ${line}    ${bridge_name}    Builtin.Should Match Regexp    ${result}    Bridge ([\\w-]+)
     [Return]    ${uuid}    ${bridge_name}
 
 Delete OVS Controller