openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

/v1/provide-list-of-device-interfaces: response headers missing #945

Open kmohr-soprasteria opened 3 months ago

kmohr-soprasteria commented 3 months ago

In the tests to check for the life-cycle-state I call the service without a valid requestBody. In that case the service returns an error code + message, as it should.

But: In the responseBody I see that some headers are missing.


In another successful request I saw those marked headers:
image


The are missing in the tested service response: image

From the specification: image

nardecchia-siae commented 3 months ago

In case you use a wrong body message as in your testcase, the framework validator blocks the request before it can reach the implemented services. The issue should be related not to the application but to the framework validator.