[RICPLT-209] - automation refactory setup
[ric-plt/e2mgr.git] / Automation / Tests / KeepAlive / keep_alive_test.robot
1 robot##############################################################################
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 *** Settings ***
19 Suite Setup   Prepare Enviorment
20 Resource   ../Resource/resource.robot
21 Resource   ../Resource/Keywords.robot
22 Resource   ../Resource/scripts_variables.robot
23 Library    ../Scripts/find_error_script.py
24 Library     ../Scripts/find_rmr_message.py
25 Library     ../Scripts/rsmscripts.py
26 Library     ../Scripts/e2mdbscripts.py
27 Library    OperatingSystem
28 Library    Collections
29 Library     REST      ${url}
30
31
32 *** Test Cases ***
33
34 Get request gnb
35     Sleep    2s
36     Get Request node b gnb
37     Integer  response status  200
38     String   response body ranName    ${ranname}
39     String   response body connectionStatus    CONNECTED
40     String   response body nodeType     GNB
41     String   response body associatedE2tInstanceAddress  ${e2tinstanceaddress}
42     Integer  response body gnb ranFunctions 0 ranFunctionId  1
43     Integer  response body gnb ranFunctions 0 ranFunctionRevision  1
44     Integer  response body gnb ranFunctions 1 ranFunctionId  2
45     Integer  response body gnb ranFunctions 1 ranFunctionRevision  1
46     Integer  response body gnb ranFunctions 2 ranFunctionId  3
47     Integer  response body gnb ranFunctions 2 ranFunctionRevision  1
48
49
50 prepare logs for tests
51     Remove log files
52     Save logs
53
54 Verify RAN is associated with E2T instance
55    ${result}    e2mdbscripts.verify_ran_is_associated_with_e2t_instance      ${ranname}    ${e2tinstanceaddress}
56    Should Be True    ${result}
57
58 Stop E2T
59     Stop E2
60     Sleep  3s
61
62 Prepare logs
63     Remove log files
64     Save logs
65
66 Verify RAN is not associated with E2T instance
67     Get Request node b gnb
68     Integer  response status  200
69     String   response body ranName    ${ranname}
70     Missing  response body associatedE2tInstanceAddress
71     String   response body connectionStatus    DISCONNECTED
72
73 Verify E2T instance removed from db
74     ${result}    e2mdbscripts.verify_e2t_instance_key_exists     ${e2tinstanceaddress}
75     Should Be True    ${result} == False
76
77     ${result}    e2mdbscripts.verify_e2t_instance_exists_in_addresses     ${e2tinstanceaddress}
78     Should Be True    ${result} == False
79
80 Start E2T
81     Start E2