From b7b2e42c07e05a61d4a163dcfa1f9d5afdd1fb1a Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 20 Sep 2018 04:31:19 -0700 Subject: [PATCH] Fix OFP cluster test after OF code change Change-Id: I7820e67d2ac46fd8bc955f353c0ad4d9a87a5b42 Signed-off-by: Luis Gomez --- .../EntityOwnership/030_Cluster_Sync_Problems.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/suites/openflowplugin/EntityOwnership/030_Cluster_Sync_Problems.robot b/csit/suites/openflowplugin/EntityOwnership/030_Cluster_Sync_Problems.robot index 7b979deb2d..0688791d4f 100644 --- a/csit/suites/openflowplugin/EntityOwnership/030_Cluster_Sync_Problems.robot +++ b/csit/suites/openflowplugin/EntityOwnership/030_Cluster_Sync_Problems.robot @@ -159,8 +159,8 @@ Check No Device Owners In Controller ${data} = TemplatedRequests.Get_As_Json_From_Uri uri=${ENTITY_OWNER_URI} session=${session} #ofp-topology-manager entity is introduced in the OPNFLWPLUG-1022 bug fix, and this entity will #always be present in the EOS output. All 3 controller nodes will be candidate, so EOS output will - #contain 3 members. - BuiltIn.Should Contain X Times ${data} member 3 + #contain 6 members (members show 2 times). + BuiltIn.Should Contain X Times ${data} member 6 Verify New Master Controller Node [Arguments] ${switch_name} ${old_master} -- 2.36.6