aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/clamp.robot
diff options
context:
space:
mode:
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
+