Support only Neon+ distributions
[integration/test.git] / csit / suites / bgpcep / bgpclustering / 060_pcep_ha_karaf_stop.robot
index 6f7bb7cfa78492aa40f944e2a2e8bc14e65d96e5..41bdc508ccbf9efbbec4f43f5f1116174cfdbb5f 100644 (file)
@@ -36,8 +36,7 @@ ${HOLDTIME}                 180
 ${DIR_WITH_TEMPLATES}       ${CURDIR}/../../../variables/bgpclustering/${ODL_STREAM}
 ${PCC_LOG_FILE}             pccmock.stop.log
 ${CONFIG_SESSION}           session
-${OLD_ERROR_ARGS}           \n"last-received-error": {},\n"last-sent-error": {},
-${NEW_ERROR_ARGS}           ${EMPTY}
+${ERROR_ARGS}               ${EMPTY}
 
 
 *** Test Cases ***
@@ -124,8 +123,6 @@ Setup_Everything
     ${code}=    Evaluate    binascii.b2a_base64('${pcc_name}')[:-1]    modules=binascii
     BuiltIn.Set_Suite_Variable    ${pcc_name_code}    ${code}
     PcepOperations.Pcep_Topology_Precondition    ${CONFIG_SESSION}
-    ${ERROR_ARGS}=    CompareStream.Set_Variable_If_At_Least_Neon    ${NEW_ERROR_ARGS}    ${OLD_ERROR_ARGS}
-    BuiltIn.Set_Suite_Variable    ${ERROR_ARGS}
     Start_Pcc_Mock
 
 Teardown_Everything