Support only Fluorine+ distributions
[integration/test.git] / csit / suites / sxp / clustering / 020_RPC_Redirecting.robot
index 64ac0953493d9fcd09ce41fdaf2336c97ea1b208..6926e4a39ba6362c2174a1433d08443adabd319a 100644 (file)
@@ -2,7 +2,6 @@
 Documentation       SXP holds active SXP nodes only on the cluster owner node. Active SXP node holds its master database and datastore access. This implies that all RPC operation logic must be executed only on cluster owner node. In case RPC is send to another cluster node it must be redirected to owner to be properly executed. This suite contains tests for SxpControllerService and SxpConfigControllerService RPCs.
 
 Library             ../../../libraries/Common.py
-Resource            ../../../libraries/CompareStream.robot
 Resource            ../../../libraries/SxpBindingOriginsLib.robot
 Resource            ../../../libraries/SxpClusterLib.robot
 Resource            ../../../libraries/SxpLib.robot
@@ -119,10 +118,6 @@ Test Add/Delete Filter
 Test Add/Update/Delete Binding Origin
     [Documentation]    Binding origin operations need to be executed on cluster owner because they rely on static map which is present solely on cluster owner. To test that binding origin RPCs are redirected to cluster owner first add binding origin to the first node then update it on the second node (requires up-to date binding origin map) and update it on the third node (requires up-to date binding origin map).
     [Tags]    sxp clustering redirecting
-    CompareStream.Run_Keyword_If_Less_Than
-    ...    fluorine
-    ...    BuiltIn.Pass Execution
-    ...    Binding origins are not supported before Fluorine
     SxpBindingOriginsLib.Add Binding Origin    CLUSTER    0    session=ClusterManagement__session_1
     SxpBindingOriginsLib.Update Binding Origin    CLUSTER    3    session=ClusterManagement__session_2
     SxpBindingOriginsLib.Delete Binding Origin    CLUSTER    session=ClusterManagement__session_3