Support only Fluorine+ distributions
[integration/test.git] / csit / libraries / SFC / SfcKeywords.robot
index 6fb9919541f11f8199503d842df69c2da7828859..30d483e9296f90ad4f45f19c15b097eb78872db9 100644 (file)
@@ -15,8 +15,8 @@ Get JSON Elements From URI
 Check Classifier Flows
     ${flowList} =    DockerSfc.Get Flows In Docker Containers
     BuiltIn.log    ${flowList}
-    ${expected_nsh_pop} =    Set_Variable_If_At_Most    oxygen    *actions=pop_nsh*    *actions=decap(),decap(),*
-    ${expected_nsh_push} =    Set_Variable_If_At_Most    oxygen    *actions=push_nsh*    *actions=encap(nsh*
+    ${expected_nsh_pop} =    BuiltIn.Set_Variable    *actions=decap(),decap(),*
+    ${expected_nsh_push} =    BuiltIn.Set_Variable    *actions=encap(nsh*
     Collections.Should Contain Match    ${flowList}    ${expected_nsh_pop}
     Collections.Should Contain Match    ${flowList}    ${expected_nsh_push}