Copy latest code
[ric-plt/e2mgr.git] / Automation / Tests / RSM_Resource_Status / resource_status_keywords.robot
diff --git a/Automation/Tests/RSM_Resource_Status/resource_status_keywords.robot b/Automation/Tests/RSM_Resource_Status/resource_status_keywords.robot
new file mode 100644 (file)
index 0000000..2dc0ec2
--- /dev/null
@@ -0,0 +1,36 @@
+##############################################################################
+#
+#   Copyright (c) 2019 AT&T Intellectual Property.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+##############################################################################
+
+*** Settings ***
+Documentation   Keywords file
+Library     ../Scripts/cleanup_db.py
+Resource   ../Resource/resource.robot
+Library    Collections
+Library    OperatingSystem
+Library    json
+Library    RequestsLibrary
+
+
+
+*** Keywords ***
+Prepare Ran In Connected Status
+    Create Session  x2setup  ${url}
+    ${headers}=  Create Dictionary    Accept=application/json    Content-Type=application/json
+    ${resp}=    Post Request   x2setup    /v1/nodeb/x2-setup    data=${json_setup_rsm_tests}    headers=${headers}
+    Should Be Equal As Strings    ${resp.status_code}    204
+