push code back with legal issues fix
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / Response400.robot
1 *** Settings ***
2 Suite Setup     Start dockers
3 Resource   ../Resource/resource.robot
4 Library     OperatingSystem
5 Library     REST      ${url}
6
7
8
9 *** Test Cases ***
10 Post Request setup node b endc-setup - 400 validation of fields
11     Set Headers     ${header}
12     POST        /v1/nodeb/endc-setup
13     Integer    response status   400
14
15
16 *** Keywords ***
17 Start dockers
18      Run And Return Rc And Output    ${run_script}
19      ${result}=  Run And Return Rc And Output     ${docker_command}
20      Should Be Equal As Integers    ${result[1]}    4