blob: 144c4d7dd2b04a7b26573d3a93eae70f5491d88d [file] [log] [blame]
ss412g07ef76d2019-08-12 17:26:40 +03001*** Settings ***
2Suite Setup Start dockers
3Resource ../Resource/resource.robot
4Library OperatingSystem
5Library REST ${url}
6
7*** Test Cases ***
8Get Request node b gnb - DB down - 500
9 Run docker stop redis
10 GET /v1/nodeb/test5
11 Integer response status 500
12
13
14*** Keywords ***
15Start dockers
16 Run And Return Rc And Output ${run_script}
17 ${result}= Run And Return Rc And Output ${docker_command}
18 Should Be Equal As Integers ${result[1]} 4