e844ccf60921430da64b8ed418f514b649430ccb
[ric-plt/e2mgr.git] / Automation / Tests / ENDC_Reset_RAN_TO_RIC / Reset_Verify_logs.robot
1 ##############################################################################
2 #
3 #   Copyright (c) 2019 AT&T Intellectual Property.
4 #
5 #   Licensed under the Apache License, Version 2.0 (the "License");
6 #   you may not use this file except in compliance with the License.
7 #   You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 #   Unless required by applicable law or agreed to in writing, software
12 #   distributed under the License is distributed on an "AS IS" BASIS,
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 #   See the License for the specific language governing permissions and
15 #   limitations under the License.
16 #
17 ##############################################################################
18
19
20 *** Settings ***
21 Resource    ../Resource/scripts_variables.robot
22 Resource   ../Resource/Keywords.robot
23 Library     String
24 Library     OperatingSystem
25 Library     Process
26 Library     ../Scripts/find_rmr_message.py
27 Library     ../Scripts/find_error_script.py
28
29
30
31 *** Test Cases ***
32 Verify logs - Reset Sent by e2adapter
33     ${result}    find_error_script.find_error  ${EXECDIR}  ${e2adapter_log_filename}  ${E2ADAPTER_Setup_Resp}
34     Should Be Equal As Strings    ${result}      True
35
36 Verify logs - e2mgr logs - messege sent
37     ${result}    find_rmr_message.verify_logs  ${EXECDIR}  ${e2mgr_log_filename}  ${RIC_X2_RESET_REQ_message_type}  ${Meid_test1}
38     Should Be Equal As Strings    ${result}      True
39
40 Verify logs - e2mgr logs - messege received
41     ${result}    find_rmr_message.verify_logs  ${EXECDIR}  ${e2mgr_log_filename}  ${RIC_X2_RESET_RESP_message_type}  ${Meid_test1}
42     Should Be Equal As Strings    ${result}      True
43
44 RAN Restarted messege sent
45     ${result}    find_rmr_message.verify_logs  ${EXECDIR}  ${e2mgr_log_filename}  ${RAN_RESTARTED_message_type}  ${Meid_test1}
46     Should Be Equal As Strings    ${result}      True
47
48 RSM RESOURCE STATUS REQUEST message not sent
49     ${result}    find_rmr_message.verify_logs     ${EXECDIR}    ${rsm_log_filename}  ${RIC_RES_STATUS_REQ_message_type_successfully_sent}    ${RAN_NAME_test2}
50     Should Be Equal As Strings    ${result}      False