aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/health-check.robot
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-17 18:44:24 -0500
committerDR695H <dr695h@att.com>2017-02-17 18:44:41 -0500
commitccff30b6e325f359879595998e83bbfe6624c851 (patch)
treec98f950f33baa71d21b091b6b10ca3ffb7700467 /robot/testsuites/health-check.robot
parent234c2226d8cb3368a7af3d280a5ec280782bed63 (diff)
Initial checkin of EopenECOMP testsuite
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r--robot/testsuites/health-check.robot61
1 files changed, 61 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
new file mode 100644
index 00000000..0a053754
--- /dev/null
+++ b/robot/testsuites/health-check.robot
@@ -0,0 +1,61 @@
+*** Settings ***
+Documentation Testing ecomp components are available via calls.
+...
+... Testing ecomp components are available via calls.
+
+Resource ../resources/dcae_interface.robot
+Resource ../resources/sdngc_interface.robot
+Resource ../resources/aai/aai_interface.robot
+Resource ../resources/vid/vid_interface.robot
+Resource ../resources/policy_interface.robot
+Resource ../resources/mso_interface.robot
+Resource ../resources/asdc_interface.robot
+Resource ../resources/appc_interface.robot
+Resource ../resources/portal_interface.robot
+Resource ../resources/mr_interface.robot
+Resource ../resources/aaf_interface.robot
+Resource ../resources/heatbridge.robot
+
+*** Test Cases ***
+Do Teardown
+ Execute Heatbridge Teardown Vfmodule_Ete_Name49a8fbc5-3e94-430d-80d6-a52826961170
+
+Basic DCAE Health Check
+ [Tags] health
+ Run DCAE Health Check
+
+Basic SDNGC Health Check
+ [Tags] health
+ Run SDNGC Health Check
+
+Basic A&AI Health Check
+ [Tags] health
+ Run A&AI Health Check
+
+Basic Policy Health Check
+ [Tags] health
+ Run Policy Health Check
+
+Basic MSO Health Check
+ [Tags] health
+ Run MSO Health Check
+
+Basic ASDC Health Check
+ [Tags] health
+ Run ASDC Health Check
+
+Basic APPC Health Check
+ [Tags] health
+ Run APPC Health Check
+
+Basic Portal Health Check
+ [Tags] health
+ Run Portal Health Check
+
+Basic Message Router Health Check
+ [Tags] health
+ Run MR Health Check
+
+Basic VID Health Check
+ [Tags] health
+ Run VID Health Check