From 86805fe196290648e7e3c40ec834d32dcc115691 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 16 Jan 2019 09:03:42 -0500 Subject: Add CLAMP GET functions Issue-ID: INT-808 Change-Id: I0f018725b9590bb8098c7687c62e95d77dbc195d Signed-off-by: Brian Freeman --- robot/testsuites/clamp.robot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 robot/testsuites/clamp.robot (limited to 'robot/testsuites/clamp.robot') 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 + -- cgit 1.2.3-korg