From a8503ac26ae5e6087373fc816098f9ce768b0b40 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 13 Nov 2018 09:11:45 +0100 Subject: [PATCH] SXP: Run binding origins test on Fluorine - binding origins test can be run on Fluorine and later streams only Change-Id: I97a14461e16ad7daa5bf5533621793f3a1d74bc6 Signed-off-by: Ivan Hrasko --- csit/suites/sxp/clustering/040_RPC_Redirecting.robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csit/suites/sxp/clustering/040_RPC_Redirecting.robot b/csit/suites/sxp/clustering/040_RPC_Redirecting.robot index 9ac8048413..6c9344f348 100644 --- a/csit/suites/sxp/clustering/040_RPC_Redirecting.robot +++ b/csit/suites/sxp/clustering/040_RPC_Redirecting.robot @@ -3,6 +3,7 @@ Documentation SXP holds active SXP nodes only on the cluster owner node. Act Suite Setup SxpClusterLib.Setup SXP Cluster Session Suite Teardown SxpClusterLib.Clean SXP Cluster Session Library ../../../libraries/Common.py +Resource ../../../libraries/CompareStream.robot Resource ../../../libraries/SxpBindingOriginsLib.robot Resource ../../../libraries/SxpClusterLib.robot Resource ../../../libraries/SxpLib.robot @@ -81,6 +82,7 @@ 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 -- 2.36.6