X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FConfigurationUpdate%2FConfigurationUpdate_prepartations_tests.robot;h=99982945d4f41d6e5443efd688898d2b03bf61c9;hb=90dabe77526505ba05df6f57049ffca19a3b3bd9;hp=849052d4ae8c97a39caf32d0b4503cb12c2b4315;hpb=e7dbffd3fba8d9721a1a713ae0383f52893eb281;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations_tests.robot b/Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations_tests.robot index 849052d..9998294 100644 --- a/Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations_tests.robot +++ b/Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations_tests.robot @@ -25,29 +25,22 @@ Library OperatingSystem Library REST ${url} -*** Variables *** -${Run_Config} docker exec gnbe2_simu pkill gnbe2_simu -INT -${Save_e2_log} docker logs --tail 300 gnbe2_simu > gnb.log -${Save_e2mgr_log} docker logs --tail 300 e2mgr > e2mgr.log *** Test Cases *** X2 - Setup and Get Post Request setup node b x-2 Get Request node b enb test1 + String response body connectionStatus CONNECTED Run Configuration update Run ${Run_Config} Sleep 1s -Remove log files - Remove File ${EXECDIR}/gnb.log - Remove File ${EXECDIR}/e2mgr.log +Prepare logs for tests + Remove log files + Save logs -Save logs - Sleep 1s - Run ${Save_e2_log} - Run ${Save_e2mgr_log}