X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FSetGeneralConfiguration%2Fset_general_configuration.robot;h=129f3a9a767ee5cb5e9c7202437ac82572a1f342;hb=0fb24ff00209041b316352327e2c73b699943131;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..129f3a9 100644 --- a/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot +++ b/Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot @@ -22,27 +22,32 @@ *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot +Library ../Scripts/find_error_script.py Library OperatingSystem Library REST ${url} +*** Variables *** +${url} ${e2mgr_address} -*** Test Cases *** -prepare logs for tests - Remove log files - Save logs +*** Test Cases *** 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