From 82c90e8ec36edb79ca72446082879f32a9eb4839 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 16 Jul 2019 18:47:56 +0800 Subject: Add csit for vnflcm subscription Change-Id: Ie96c8001506cb7fbad462e93446a42e890a740f3 Issue-ID: INT-1015 Signed-off-by: fujinhua --- .../gvnfm-vnflcm/jsoninput/vnf_subscription.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json (limited to 'tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json') diff --git a/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json b/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json new file mode 100644 index 00000000..23bd2b11 --- /dev/null +++ b/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json @@ -0,0 +1,41 @@ +{ + "filters": { + "notificationTypes": [ + "VnfPackageOnboardingNotification" + ], + "vnfProductsFromProviders": { + "vnfProvider": "string", + "vnfProducts": { + "vnfProductName": "string", + "versions": { + "vnfSoftwareVersion": "string", + "vnfdVersions": [ + "string" + ] + } + } + }, + "vnfdId": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "vnfPkgId": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "operationalState": [ + "ENABLED" + ], + "usageState": [ + "IN_USE" + ] + }, + "callbackUri": "http://127.0.0.1:8801/api/vnflcm/v1/callback_sample", + "authentication": { + "authType": [ + "BASIC" + ], + "paramsBasic": { + "userName": "string", + "password": "string" + } + } +} -- cgit 1.2.3-korg