diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-05-10 13:50:33 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-05-10 14:06:37 -0700 |
commit | 09edd9425c58c7482c1d93b8d35648ac71a22419 (patch) | |
tree | c434f53c6481a97764db4f6b3cdc556822f59fec /robot/testsuites/health-check.robot | |
parent | a66714ebceaec20c429c0db8060ef84152e82de2 (diff) |
Adding SMS health check
Adding health check for SMS.
Tested on windriver lab.
HTTPS with verification of Servercertificate is not
enabled as it needs the latest robotframework-requests
library. We are currently on 0.4.5. We need 0.4.7.
Issue-ID: AAF-272
Change-Id: I8448c31666ae664a1966e52349d862b695b7f732
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index af3b4da6..5f7cf7b8 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -24,6 +24,7 @@ Resource ../resources/cli_interface.robot Resource ../resources/vnfsdk_interface.robot Resource ../resources/log_interface.robot Resource ../resources/oof_interface.robot +Resource ../resources/sms_interface.robot *** Test Cases *** @@ -107,6 +108,10 @@ Basic Portal Health Check [Tags] health core Run Portal Health Check +Basic SMS Health Check + [Tags] health core + Run SMS Health Check + Basic SDC Health Check [Tags] health core Run ASDC Health Check |