SOL005 NS Subscription END point is returning 404 for GET response.
As part of LccnSubscriptionRequest , NFVO will make a GET call on the notification end point and if the call fails , NFVO will return with a 422.
The test framework is not handling this scenario and test is failing . Test Details attached
To Proceed this NFVO needs a succesful GET Response from the end point , then only subscription will be created .[c5de62bb-c774-45ec-b969-bcc11fb19fc4.NSLifecycleManagement-API.Subscriptions.log.html](/uploads/ad3b5a51feafa6fb470cca18abfb20c8/c5de62bb-c774-45ec-b969-bcc11fb19fc4.NSLifecycleManagement-API.Subscriptions.log.html)
[suetsi@localhost payloads]$ curl -X GET http://tap.plugtests.net:8111/c5de62bb-c774-45ec-b969-bcc11fb19fc4 -v
* About to connect() to tap.plugtests.net port 8111 (#0)
* Trying 212.234.160.71...
* Connected to tap.plugtests.net (212.234.160.71) port 8111 (#0)
> GET /c5de62bb-c774-45ec-b969-bcc11fb19fc4 HTTP/1.1
> User-Agent: curl/7.29.0
> Host: tap.plugtests.net:8111
> Accept: */*
>
< HTTP/1.1 404 Not Found
< content-length: 0
< connection: keep-alive
<
* Connection #0 to host tap.plugtests.net left intact
issue