[RICPLT-1852] - update rnib from the setup response handler
[ric-plt/e2mgr.git] / Automation / Tests / Resource / resource.robot
1 *** Settings ***
2 Documentation    Resource file
3
4
5 *** Variables ***
6 ${url}   http://localhost:3800
7 ${json}    {"ranIp": "10.0.2.15","ranPort": 5577,"ranName":"test1"}
8 ${header}  {"Content-Type": "application/json"}
9 ${run_script}      /home/ubuntu/run.sh
10 ${docker_command}  docker ps | grep 1.0 | wc --lines