push code back with legal issues fix

Change-Id: I0fb323d1dedea5c1c219949684031430e7f7455e
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
diff --git a/Automation/Tests/Unhappy/Response400.robot b/Automation/Tests/Unhappy/Response400.robot
new file mode 100644
index 0000000..b427375
--- /dev/null
+++ b/Automation/Tests/Unhappy/Response400.robot
@@ -0,0 +1,20 @@
+*** Settings ***
+Suite Setup     Start dockers
+Resource   ../Resource/resource.robot
+Library     OperatingSystem
+Library     REST      ${url}
+
+
+
+*** Test Cases ***
+Post Request setup node b endc-setup - 400 validation of fields
+    Set Headers     ${header}
+    POST        /v1/nodeb/endc-setup
+    Integer    response status   400
+
+
+*** 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
\ No newline at end of file