sync from Azure to LF
[ric-plt/e2mgr.git] / Automation / Tests / X2_Reset_RAN_TO_RIC_Unhappy / 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 Library     String
23 Library     OperatingSystem
24 Library     Process
25 Resource   ../Resource/Keywords.robot
26 Library     ../Scripts/find_rmr_message.py
27 Library     ../Scripts/find_error_script.py
28 Test Teardown  Start Dbass with 4 dockers
29
30
31
32 *** Test Cases ***
33 Verify logs - Reset Sent by simulator
34     ${Reset}=   Grep File  ./gnb.log  ResetRequest has been sent
35     Should Be Equal     ${Reset}     gnbe2_simu: ResetRequest has been sent
36
37 Verify logs for restart received
38     ${result}    find_rmr_message.verify_logs     ${EXECDIR}  ${e2mgr_log_filename}  ${RIC_X2_RESET_REQ_message_type}    ${Meid_test1}
39     Should Be Equal As Strings    ${result}      True
40
41 Verify for error on retrying
42     ${result}    find_error_script.find_error    ${EXECDIR}     ${e2mgr_log_filename}   ${failed_to_retrieve_nodeb_message}
43     Should Be Equal As Strings    ${result}      True
44
45
46 *** Keywords ***
47 Start Dbass with 4 dockers
48      Run And Return Rc And Output    ${dbass_remove}
49      Run And Return Rc And Output    ${dbass_start}
50      ${result}=  Run And Return Rc And Output     ${docker_command}
51      Should Be Equal As Integers    ${result[1]}    ${docker_number-1}
52      Sleep  5s