Fix 200 code when adding configuration in OF tests
[integration/test.git] / csit / suites / openflowplugin / Flows_OF13 / 311__eth_arp.robot
index e502458bfea018da275f7220c7d4c27dbd914fad..a58f7ce797f8ce22d69ed211d54de90d9e607e03 100644 (file)
@@ -23,7 +23,7 @@ Add a flow - Output to physical port#
     ${body}    OperatingSystem.Get File    ${FILE}
     Set Suite Variable    ${body}
     ${resp}    RequestsLibrary.Put Request    session    ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW}    headers=${HEADERS_XML}    data=${body}
-    Should Be Equal As Strings    ${resp.status_code}    200
+    BuiltIn.Should_Match    "${resp.status_code}"    "20?"
 
 Verify after adding flow config - Output to physical port#
     [Documentation]    Verify the flow