X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FGetNodeB-GNB%2FGetNodeB-GNB_test.robot;h=68f954143a76001ceaf307067eefd0c3e483826e;hb=35766cc8a70ee08c8cded89dee889d9e11036da5;hp=26a21eded4c650e25f2b0bdf178c65c00debebdf;hpb=fafc90d9bf1c8edc7b8815280f2fd0a11677e00b;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/GetNodeB-GNB/GetNodeB-GNB_test.robot b/Automation/Tests/GetNodeB-GNB/GetNodeB-GNB_test.robot index 26a21ed..68f9541 100644 --- a/Automation/Tests/GetNodeB-GNB/GetNodeB-GNB_test.robot +++ b/Automation/Tests/GetNodeB-GNB/GetNodeB-GNB_test.robot @@ -23,12 +23,11 @@ *** Settings *** Variables ../Scripts/variables.py -Suite Setup Prepare Enviorment ${True} Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem Library ../Scripts/find_rmr_message.py -Library ../Scripts/rsmscripts.py +Library ../Scripts/log_scripts.py Library REST ${url} *** Variables *** @@ -39,6 +38,12 @@ ${url} ${e2mgr_address} *** Test Cases *** +[Setup] + Start Redis Monitor + AND Prepare Enviorment ${True} + +Redis Monitor Logs - Verify Publish + Redis Monitor Logs - Verify Publish To Connection Status Channel ${ran_name} CONNECTED Get request gnb Sleep 2s @@ -60,3 +65,5 @@ Prepare Logs For Tests Remove log files Save logs +[Teardown] + Stop Redis Monitor \ No newline at end of file