Do not use different prefix in cluster tests 20/59620/6
authorVratko Polak <vrpolak@cisco.com>
Wed, 28 Jun 2017 14:14:26 +0000 (16:14 +0200)
committerVratko Polák <vrpolak@cisco.com>
Thu, 6 Jul 2017 08:29:00 +0000 (08:29 +0000)
The different prefix was used as a workaround
for an issue that is already fixed.
On the other hand, prefix shard creation is not notified abou that,
so it is easiest to just the original prefix.

Change-Id: Ic83ce679e2a04fb05e9d897d2e04ffaafd05bdd5
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/libraries/controller/DdbCommons.robot
csit/suites/controller/dom_data_broker/leader_isolation_prefbasedshard.robot

index 88a9fe3fe8cff2dea29eb254c3b6094d16862d85..5502a724185a1e571228dce07c87ef742883cf73 100644 (file)
@@ -28,7 +28,7 @@ ${TRANSACTION_PRODUCTION_TIME_2X_REQ_TIMEOUT}    ${2*${REQUEST_TIMEOUT}}
 ${TRANSACTION_PRODUCTION_TIME}    ${40}
 ${SLEEP_AFTER_TRANSACTIONS_INIT}    5s
 ${ID_PREFIX}      prefix-
-${ID_PREFIX2}     different-prefix-
+${ID_PREFIX2}     prefix-    # different-prefix- has been used before, but currently is neither needed nor supported
 ${SIMPLE_TX}      ${False}
 ${CHAINED_TX}     ${True}
 ${ISOLATED_TRANS_TRUE}    ${True}
index 4601c06ab433d4b252b7010bfae67d3b0fc6152a..41bc3e490625bbd972fd130289492ccecad6c07f 100644 (file)
@@ -22,18 +22,6 @@ Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
 
 *** Test Cases ***
-Healing_Within_Request_Timeout
-    [Documentation]    The isolated node (leader) is rejoined as soon as new leader is elected and
-    ...    and within request timeout.
-    ${HEAL_WITHIN_REQUEST_TIMEOUT}
-
-Restart
-    [Documentation]    Restart odl.
-    [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
-    [Template]
-    DdbCommons.Restart_Test_Templ
-    [Teardown]    SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
-
 Healing_After_Request_Timeout
     [Documentation]    The isolated node (leader) is rejoined after request timeout.
     ${HEAL_AFTER_REQUEST_TIMEOUT}