summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot')
-rw-r--r--kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot31
1 files changed, 0 insertions, 31 deletions
diff --git a/kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot b/kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot
deleted file mode 100644
index 9582201154..0000000000
--- a/kubernetes/config/docker/init/src/config/robot/robot/resources/aai/volume_group.robot
+++ /dev/null
@@ -1,31 +0,0 @@
-*** Settings ***
-Documentation Validate A&AI Serivce Instance
-...
-... Validate A&AI Serivce Instance
-
-Resource aai_interface.robot
-Library Collections
-Library OperatingSystem
-Library RequestsLibrary
-Library JSONUtils
-Library HttpLibrary.HTTP
-
-Resource ../json_templater.robot
-
-*** Variables ***
-${INDEX PATH} /aai/v8
-${GENERIC_QUERY_PATH} /search/generic-query?
-${SYSTEM USER} robot-ete
-${CUSTOMER SPEC PATH} /business/customers/customer/
-${SERVICE SUBSCRIPTIONS} /service-subscriptions/service-subscription/
-${SERVICE INSTANCE} /service-instances?service-instance-name=
-${SERVCE INSTANCE TEMPLATE} robot/assets/templates/aai/service_subscription.template
-
-*** Keywords ***
-Validate Volume Group
- [Arguments] ${service_instance_name} ${service_type} ${customer_id}
- ${resp}= Run A&AI Get Request ${INDEX PATH}${CUSTOMER SPEC PATH}${CUSTOMER ID}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_name}
- Dictionary Should Contain Value ${resp.json()['service-instance'][0]} ${service_instance_name}
-
-
- \ No newline at end of file