X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FSetGeneralConfiguration%2Fset_general_configuration.robot;h=c6f74c1a0c8b74fe6204198c12b3aac28f48651d;hb=refs%2Fchanges%2F43%2F4343%2F1;hp=da7356bcb735ee482eddddaa4c2a4d9e5ae1c53b;hpb=a07b8597afc9d063a7f37a376a5bcf29ba29b557;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot b/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot index da7356b..c6f74c1 100644 --- a/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot +++ b/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot @@ -23,8 +23,10 @@ *** Settings *** Suite Setup Prepare Enviorment +Resource ../Resource/scripts_variables.robot Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot +Library ../Scripts/find_error_script.py Library OperatingSystem Library REST ${url} @@ -33,16 +35,16 @@ Library REST ${url} *** Test Cases *** -prepare logs for tests - Remove log files - Save logs - Set General Configuration Sleep 2s Set General Configuration request Integer response status 200 - String response body enableRic false + Boolean response body enableRic false + +prepare logs for tests + Remove log files + Save logs -Verify e2mgr logs - Third retry to retrieve from db - ${result} find_error_script.find_error ${EXECDIR} ${e2mgr_log_filename} ${save_general_configuration} +Verify e2mgr logs - Save General Configuration + ${result} find_error_script.find_error ${EXECDIR} ${e2mgr_log_filename} ${save_general_configuration} Should Be Equal As Strings ${result} True \ No newline at end of file