openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 8 forks source link

/core-model-1-4:control-construct OAM request is getting timed out inconsistently #294

Closed PrathibaJee closed 3 months ago

PrathibaJee commented 1 year ago

Assertion failure details In RO Individual Services , following are the assertions that are failed because of this problem,

  1. /v1/register-application:: Update LTP notified? / tcp-server-list update notified? / protocol update :: Expected ExecutionAndTraceLog/v1/list-records-of-flow
  2. /v1/inquire-application-type-approvals:: Update LTP notified? / approval-application-port update :: Expected ExecutionAndTraceLog/v1/list-records-of-flow
  3. /v1/notify-withdrawn-approvals::Update LTP notified? / subscriber-address update / ipv-4-address update

Reason : As get /core-model-1-4:control-construct request is getting timedout , operation-key for /v1/list-records-of-flow is not being fetched which causes 401 unauthorized issue.

Issue is inconsistent