blob: 144c4d7dd2b04a7b26573d3a93eae70f5491d88d [file] [log] [blame]
*** Settings ***
Suite Setup Start dockers
Resource ../Resource/resource.robot
Library OperatingSystem
Library REST ${url}
*** Test Cases ***
Get Request node b gnb - DB down - 500
Run docker stop redis
GET /v1/nodeb/test5
Integer response status 500
*** Keywords ***
Start dockers
Run And Return Rc And Output ${run_script}
${result}= Run And Return Rc And Output ${docker_command}
Should Be Equal As Integers ${result[1]} 4