aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/clamp.robot
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-01-16 09:03:42 -0500
committerBrian Freeman <bf1936@att.com>2019-01-16 09:03:58 -0500
commit86805fe196290648e7e3c40ec834d32dcc115691 (patch)
tree610b76982bb785c529fea7fdae98d9e915a5115b /robot/testsuites/clamp.robot
parent7037e5424c7898ce202096344f02ac3e4b9a897e (diff)
Add CLAMP GET functions
Issue-ID: INT-808 Change-Id: I0f018725b9590bb8098c7687c62e95d77dbc195d Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/clamp.robot')
-rw-r--r--robot/testsuites/clamp.robot12
1 files changed, 12 insertions, 0 deletions
diff --git a/robot/testsuites/clamp.robot b/robot/testsuites/clamp.robot
new file mode 100644
index 00000000..cd85dc68
--- /dev/null
+++ b/robot/testsuites/clamp.robot
@@ -0,0 +1,12 @@
+*** Settings ***
+Documentation Testing CLAMP
+...
+... Testing ecomp components are available via calls.
+Test Timeout 10 second
+Resource ../resources/clamp_interface.robot
+
+*** Test Cases ***
+Basic CLAMP Health Check
+ [Tags] clamp
+ Run CLAMP Get Model Names
+