X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FNetconfCallHome.robot;h=415f7cdae5ec96f5954b7e9171bc4661fc96105c;hb=787c37693c30b78269a6b019cbe240ecf6f6cb0e;hp=af86f10ec5a268603854757ca4b3c51b1808651e;hpb=a96c1608fbe75392943549bf790f37411cc43841;p=integration%2Ftest.git diff --git a/csit/libraries/NetconfCallHome.robot b/csit/libraries/NetconfCallHome.robot index af86f10ec5..415f7cdae5 100644 --- a/csit/libraries/NetconfCallHome.robot +++ b/csit/libraries/NetconfCallHome.robot @@ -239,8 +239,8 @@ Test Teardown ... return_stderr=True ... return_rc=True SSHLibrary.Execute_Command rm -rf ./configuration-files - ${resp} RequestsLibrary.Delete_Request session ${whitelist} - ${resp} RequestsLibrary.Delete_Request session ${netconf_keystore_data_url} + ${resp} RequestsLibrary.Delete_On_Session session ${whitelist} + ${resp} RequestsLibrary.Delete_On_Session session ${netconf_keystore_data_url} Suite Setup [Documentation] Get the suite ready for callhome test cases.