Updated robot variables 57/11357/2
authorveleza <axel.velez@etsi.org>
Tue, 16 Nov 2021 11:25:03 +0000 (11:25 +0000)
committerbeierlm <mark.beierl@canonical.com>
Mon, 22 Nov 2021 21:01:53 +0000 (22:01 +0100)
Change-Id: I6f76a0fe36a546feeeb4de030eb69102e7b4e4c0
Signed-off-by: veleza <axel.velez@etsi.org>
conformance-tests/test-lists/NSDManagement-API.txt
conformance-tests/test-lists/NSFaultManagement-API.txt
conformance-tests/test-lists/NSLifecycleManagement-API.txt
conformance-tests/test-lists/NSPerformanceManagement-API.txt
conformance-tests/test-lists/VNFPackageManagement-API.txt

index ca2a280..8e6bc29 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2020 ETSI OSM
+## Copyright 2020 ETSI OSM
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 -t POST NSD Content - Method not implemented
 -t PATCH NSD Content - Method not implemented
 -t DELETE NSD Content - Method not implemented
+
 --variable nsdInfoId:$NSD_INFO_ID
 --variable nsdInfoIdPlain:$NSD_INFO_ID
+--variable nsdInfoIdZip:$NSD_INFO_ID
+--variable notOnboardedNsInfoId:$NSD_INFO_ID
 
---variable NFVO_HOST:$OSM_HOSTNAME
---variable NFVO_PORT:9999
---variable apiRoot:/osm/
---variable AUTHORIZATION:Bearer $AUTH_TOKEN
\ No newline at end of file
+--variable NFVO_HOST:$NFVO_HOST
+--variable NFVO_PORT:$NFVO_PORT
+--variable apiRoot:/osm
+--variable AUTHORIZATION_TOKEN:Bearer $AUTH_TOKEN
index 07849cf..3b40ab2 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License
 
--t NS Fault Alarm Notification
\ No newline at end of file
+ -t NS Fault Alarm Notification
+
+
+--variable NFVO_HOST:$NFVO_HOST
+--variable NFVO_PORT:$NFVO_PORT
+--variable apiRoot:/osm
+--variable AUTHORIZATION_TOKEN:Bearer $AUTH_TOKEN
index e813b80..0dd0317 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License
 
--t POST Cancel operation task
\ No newline at end of file
+-t POST Cancel operation task
+
+--variable NFVO_HOST:$NFVO_HOST
+--variable NFVO_PORT:$NFVO_PORT
+--variable apiRoot:/osm
+--variable AUTHORIZATION_TOKEN:Bearer $AUTH_TOKEN
+
index 0073969..c661ec9 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License
 
--t Get Individual Performance Report
\ No newline at end of file
+-t Get Individual Performance Report
+
+--variable reportId:$NS_INFO_ID
+# --variable pmJobId:edb6640f1ff8428c955f4ccf591c55db
+
+--variable NFVO_HOST:$NFVO_HOST
+--variable NFVO_PORT:$NFVO_PORT
+--variable apiRoot:/osm
+--variable AUTHORIZATION_TOKEN:Bearer $AUTH_TOKEN
index 50a59af..db925d5 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License
 
--t GET Individual VNF Package Artifact
\ No newline at end of file
+-t GET Individual VNF Package Artifact
+
+
+--variable apiMajorVersion:v1
+--variable nsdInfoId:$NSD_INFO_ID
+--variable nsdInfoIdPlain:$NSD_INFO_ID
+--variable vnfPackageId:$VNFD_INFO_ID
+--variable VnfPkgId:154df0ca-201f-4a8b-80cc-25d7c10b2484
+
+--variable NFVO_HOST:$NFVO_HOST
+--variable NFVO_PORT:$NFVO_PORT
+--variable apiRoot:/osm
+--variable AUTHORIZATION_TOKEN:Bearer $AUTH_TOKEN