Fix BGPCEP TCPMD5 tests 71/64471/4
authorYrineu Rodrigues <yrineu.rodrigues@serro.com>
Wed, 18 Oct 2017 18:06:48 +0000 (15:06 -0300)
committerYrineu Rodrigues <yrineu.rodrigues@serro.com>
Wed, 18 Oct 2017 19:37:42 +0000 (16:37 -0300)
Change-Id: Id21ec4fe2a4debf9b5d1ea2111e6126388a11869
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@serro.com>
csit/suites/bgpcep/tcpmd5user/tcpmd5user.robot

index dca8c68d4ef9cb6aebf465c97c678a57891fbb4f..a2075f3d0d9a4cea51af29537051324a5594b2b7 100644 (file)
@@ -33,6 +33,8 @@ ${directory_for_actual_responses}    ${TEMPDIR}${/}actual
 ${directory_for_expected_responses}    ${TEMPDIR}${/}expected
 ${directory_with_template_folders}    ${CURDIR}/../../../variables/tcpmd5user/
 ${CONNECTOR_FEATURE}    odl-netconf-connector-all
+${PCEP_FEATURE}    odl-bgpcep-pcep
+${RESTCONF_FEATURE}    odl-restconf-all
 
 *** Test Cases ***
 Topology_Precondition
@@ -166,6 +168,8 @@ Install_Netconf_Connector
     # During the netconf connector installation the karaf's ssh is restarted and connection to karaf console is droped. This is causing an error
     # which is ignored, because the feature should be installed anyway.
     ${status}    ${results} =    BuiltIn.Run_Keyword_And_Ignore_Error    KarafKeywords.Install_A_Feature    ${CONNECTOR_FEATURE}
+    ${status}    ${results} =    BuiltIn.Run_Keyword_And_Ignore_Error    KarafKeywords.Install_A_Feature    ${PCEP_FEATURE}
+    ${status}    ${results} =    BuiltIn.Run_Keyword_And_Ignore_Error    KarafKeywords.Install_A_Feature    ${RESTCONF_FEATURE}
     BuiltIn.Log    ${results}
     BuiltIn.Wait_Until_Keyword_Succeeds    240    3    Check_Netconf_Up_And_Running