Support only Neon+ distributions
[integration/test.git] / csit / suites / bgpcep / bgpclustering / 060_pcep_ha_karaf_restart.robot
index cf8e9d99344af0190450aa56fcb2fb503ee67e31..b9ee1515796f3e9bb6a081d60d2141bc472eb4bf 100644 (file)
@@ -36,8 +36,7 @@ ${HOLDTIME}                 180
 ${DIR_WITH_TEMPLATES}       ${CURDIR}/../../../variables/bgpclustering/${ODL_STREAM}
 ${PCC_LOG_FILE}             pccmock.restart.log
 ${CONFIG_SESSION}           session
-${OLD_ERROR_ARGS}           \n"last-received-error": {},\n"last-sent-error": {},
-${NEW_ERROR_ARGS}           ${EMPTY}
+${ERROR_ARGS}               ${EMPTY}
 
 
 *** Test Cases ***
@@ -125,8 +124,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