diff options
author | rope252 <gareth.roper@est.tech> | 2021-02-18 21:43:38 +0000 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2021-02-19 15:21:14 +0000 |
commit | f1f6f7ee77727b3c9156750dc2c790fc51b95621 (patch) | |
tree | 2bc1b6e8e10631d0620b5a8acfa7bb32e918c8c6 /tests | |
parent | 41390163f5357193c618709e3d61a751668109c4 (diff) |
Add Documentation for ETSI NFVO NS LCM CSIT Tests
Change-Id: I4e2316b738562c068e9f6907b508502054db17b7
Issue-ID: INT-1839
Signed-off-by: rope252 <gareth.roper@est.tech>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/so/etsi/etsi_nfvo_ns_lcm_tests.robot | 6 | ||||
-rw-r--r-- | tests/so/etsi/etsi_package_onboarding_tests.robot | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/tests/so/etsi/etsi_nfvo_ns_lcm_tests.robot b/tests/so/etsi/etsi_nfvo_ns_lcm_tests.robot index 91bbe6e5..23995d93 100644 --- a/tests/so/etsi/etsi_nfvo_ns_lcm_tests.robot +++ b/tests/so/etsi/etsi_nfvo_ns_lcm_tests.robot @@ -9,6 +9,12 @@ Library ArchiveLibrary ${NFVO_NS_LCM_BASE_URL}= /so/so-etsi-nfvo-ns-lcm/v1/api/nslcm/v1 ${BASIC_AUTH}= Basic c28tZXRzaS1uZnZvLW5zLWxjbTpwYXNzd29yZDEk +Documentation Test cases for ETSI NFVO NS Lifecycle Management Operations +... Create and Delete tests are synchronous +... Instantiate and Terminate tests are asynchronous, test status checked through request to NS_LCM_OP_OCCs endpoint +... Note, relies on: +... -Network Service package being onboarded in etsi_package_onboarding_tests + *** Test Cases *** Invoke Create Network Service diff --git a/tests/so/etsi/etsi_package_onboarding_tests.robot b/tests/so/etsi/etsi_package_onboarding_tests.robot index c48101c8..5b8a9013 100644 --- a/tests/so/etsi/etsi_package_onboarding_tests.robot +++ b/tests/so/etsi/etsi_package_onboarding_tests.robot @@ -3,11 +3,13 @@ Library Collections Library RequestsLibrary Library OperatingSystem Library json -Documentation Test cases for onboarding and distributing a VNF package -... Note: onboarded VNF package is used in later VNF tests including: -... -etsi_vnf_lcm_tests.robot -... -etsi_vnf_package_management_tests.robot -... -etsi_vnf_notification_tests.robot +Documentation Test cases for onboarding a VNF and Network Service package and distributing the VNF Package +... Note: onboarded VNF package is used in later VNF tests including: +... -etsi_vnf_lcm_tests.robot +... -etsi_vnf_package_management_tests.robot +... -etsi_vnf_notification_tests.robot +... Note: onboarded Network Service package is used in later test: +... -etsi_nfvo_ns_lcm_tests.robot *** Variables *** ${SLEEP_INTERVAL_SEC}= 5 |