aboutsummaryrefslogtreecommitdiffstats
path: root/resource-assignment/provider/src/test/resources/param.txt
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-29 17:57:42 -0400
committerDan Timoney <dtimoney@att.com>2017-08-29 17:57:42 -0400
commitea09975fe2b46b1f7a66324ed7b8cc9535f9409d (patch)
tree926d6569a2d1e0e39c2bab541214c8e237959a97 /resource-assignment/provider/src/test/resources/param.txt
parent9930047d4be30b3e5859f70faa40d0f732328436 (diff)
Prune adaptors moved to ccsdk
Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I7f9eeeecdbefcf51d8d61c52658a90f4da73a026 Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'resource-assignment/provider/src/test/resources/param.txt')
-rwxr-xr-xresource-assignment/provider/src/test/resources/param.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/resource-assignment/provider/src/test/resources/param.txt b/resource-assignment/provider/src/test/resources/param.txt
deleted file mode 100755
index d1aac47..0000000
--- a/resource-assignment/provider/src/test/resources/param.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-isAvailable:
- Input in ctx:
- tmp.resource-allocator.aic-site-id
- tmp.resource-allocator.speed
- tmp.resource-allocator.speed-unit
- Output in ctx:
- tmp.resource-allocator.max-available-speed
- tmp.resource-allocator.speed-unit
- Return:
- SUCCESS – capacity available
- NOT_FOUND – capacity not available
- Error message in: error-message, error-code
- FAILURE – the check has failed (data error, code defect, etc)
- Error message in: error-message, error-code
-
-Reserve:
- Input in ctx:
- tmp.resource-allocator.aic-site-id
- tmp.resource-allocator.speed
- tmp.resource-allocator.speed-unit
- tmp.resource-allocator.service-instance-id
- tmp.resource-allocator.request-type { New, Change }
- Output in ctx:
- tmp.resource-allocator-output.max-available-speed
- tmp.resource-allocator-output.speed-unit
- Return:
- SUCCESS – capacity available
- NOT_FOUND – capacity not available
- Error message in: error-message, error-code
- FAILURE – the check has failed (data error, code defect, etc)
- Error message in: error-message, error-code
-
-Release:
- Input in ctx:
- tmp.resource-allocator.service-instance-id
- tmp.resource-allocator.request-type { Activate, Cancel, Disconnect }
- Return:
- SUCCESS – capacity available
- FAILURE – the check has failed (data error, code defect, etc)
- Error message in: error-message, error-code
-
-
-Plugin name: org.openecomp.sdnc.ra.ResourceAllocator
-Resource: NetworkCapacity