Remove ODL_STERAM variable
[integration/test.git] / csit / libraries / VtnMaKeywords.robot
index d6afc5e390c60e01b8ad85989a4f9dce94fa101a..7152862b3ab0330834fb951e60ba5eb000ac6f33 100644 (file)
@@ -315,8 +315,7 @@ Verify flowactions
     [Documentation]    Verify the flowfilter actions after ping in the dumpflows
     write    ${DUMPFLOWS}
     ${result}    Read Until    mininet>
-    Run Keyword If    '${actions}' == 'set_field:32->ip_dscp' and '${ODL_STREAM}' == 'beryllium'    Should Contain    ${result}    ${dscp_be_action}
-    ...    ELSE    Should Contain    ${result}    ${actions}
+    Should Contain    ${result}    ${actions}
 
 Add a vtn flowfilter
     [Arguments]    ${vtn_name}    ${vtnflowfilter_data}