From 7634e487233350c9a92a336078f7ff1fead6ccb4 Mon Sep 17 00:00:00 2001 From: veleza Date: Tue, 16 Nov 2021 11:25:03 +0000 Subject: [PATCH] Updated robot variables Change-Id: I6f76a0fe36a546feeeb4de030eb69102e7b4e4c0 Signed-off-by: veleza --- conformance-tests/test-lists/NSDManagement-API.txt | 13 ++++++++----- .../test-lists/NSFaultManagement-API.txt | 8 +++++++- .../test-lists/NSLifecycleManagement-API.txt | 8 +++++++- .../test-lists/NSPerformanceManagement-API.txt | 10 +++++++++- .../test-lists/VNFPackageManagement-API.txt | 14 +++++++++++++- 5 files changed, 44 insertions(+), 9 deletions(-) diff --git a/conformance-tests/test-lists/NSDManagement-API.txt b/conformance-tests/test-lists/NSDManagement-API.txt index ca2a280..8e6bc29 100644 --- a/conformance-tests/test-lists/NSDManagement-API.txt +++ b/conformance-tests/test-lists/NSDManagement-API.txt @@ -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. @@ -33,10 +33,13 @@ -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 diff --git a/conformance-tests/test-lists/NSFaultManagement-API.txt b/conformance-tests/test-lists/NSFaultManagement-API.txt index 07849cf..3b40ab2 100644 --- a/conformance-tests/test-lists/NSFaultManagement-API.txt +++ b/conformance-tests/test-lists/NSFaultManagement-API.txt @@ -13,4 +13,10 @@ # 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 diff --git a/conformance-tests/test-lists/NSLifecycleManagement-API.txt b/conformance-tests/test-lists/NSLifecycleManagement-API.txt index e813b80..0dd0317 100644 --- a/conformance-tests/test-lists/NSLifecycleManagement-API.txt +++ b/conformance-tests/test-lists/NSLifecycleManagement-API.txt @@ -13,4 +13,10 @@ # 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 + diff --git a/conformance-tests/test-lists/NSPerformanceManagement-API.txt b/conformance-tests/test-lists/NSPerformanceManagement-API.txt index 0073969..c661ec9 100644 --- a/conformance-tests/test-lists/NSPerformanceManagement-API.txt +++ b/conformance-tests/test-lists/NSPerformanceManagement-API.txt @@ -13,4 +13,12 @@ # 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 diff --git a/conformance-tests/test-lists/VNFPackageManagement-API.txt b/conformance-tests/test-lists/VNFPackageManagement-API.txt index 50a59af..db925d5 100644 --- a/conformance-tests/test-lists/VNFPackageManagement-API.txt +++ b/conformance-tests/test-lists/VNFPackageManagement-API.txt @@ -13,4 +13,16 @@ # 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 -- 2.17.1