aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'robot/testsuites')
-rw-r--r--robot/testsuites/health-check.robot4
-rw-r--r--robot/testsuites/pnf-registration.robot15
2 files changed, 5 insertions, 14 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index b1a48892..59c14dbd 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -4,7 +4,7 @@ Documentation Testing ecomp components are available via calls.
... Testing ecomp components are available via calls.
Test Timeout 20 second
Resource ../resources/dcae_interface.robot
-Resource ../resources/sdngc_interface.robot
+Resource ../resources/sdnc_interface.robot
Resource ../resources/aai/aai_interface.robot
Resource ../resources/vid/vid_interface.robot
Resource ../resources/policy_interface.robot
@@ -190,7 +190,7 @@ Basic SDC Health Check
Basic SDNC Health Check
[Tags] health core health-sdnc
- Run SDNGC Health Check
+ Run SDNC Health Check
Basic SO Health Check
[Tags] health core health-so
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot
index 9a22a9e2..384c787b 100644
--- a/robot/testsuites/pnf-registration.robot
+++ b/robot/testsuites/pnf-registration.robot
@@ -5,7 +5,8 @@ Test Timeout 10m
...
Resource ../resources/test_templates/pnf_registration_without_SO_template.robot
-
+Library String
+
*** Test Cases ***
@@ -36,14 +37,4 @@ Design, create, instantiate PNF/macro service and succesfully registrate PNF
[Tags] pnf_registrate
${pnf_correlation_id}= Generate Random String 20 [LETTERS][NUMBERS]
${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=13.13.13.13 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab
- Design, create, instantiate PNF/macro service and succesfully registrate PNF template Demo_pNF ${PNF_entry_dict} ${pnf_correlation_id}
-
-
-
-
-
-
-
-
-
-
+ Design, create, instantiate PNF/macro service and succesfully registrate PNF template Demo_pNF ${PNF_entry_dict} ${pnf_correlation_id} \ No newline at end of file