openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

Testexecution PostTermination mismatch in the initial and final configuration file #488

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. Provides expected properties in configuration class for 'ro-2-0-1-tcp-s-000'
  2. Provides expected properties in configuration class for 'ro-2-0-1-tcp-s-001'
  3. Provides expected properties in configuration class for 'ro-2-0-1-op-c-im-ro-2-0-1-000'
  4. Provides expected properties in configuration class for 'ro-2-0-1-op-c-im-ro-2-0-1-001'
  5. Provides expected properties in configuration class for 'ro-2-0-1-op-c-im-ro-2-0-1-002'
  6. Provides expected length of server-ltp list for 'ro-2-0-1-http-c-tar-1-0-0-000'
  7. Provides expected length of server-ltp list for 'ro-2-0-1-http-c-eatl-1-0-0-000'
  8. Provides expected properties in configuration class for 'ro-2-0-1-http-c-cc-1-0-0-000'
  9. Provides expected number of fc-port instances '10' in forwarding-construct
  10. Provides expected number of fc-port instances '11' in forwarding-construct - count 2
  11. Provides expected logical-termination-point 'ro-2-0-1-op-c-im-ro-2-0-1-001'

Reason : In the test execution, the expectation is , the initial configuration file should match the final configuration. But there is a mismatch. This mismatch are consequences of the failures of other assertions. Once the other assertion failures will be resolved , this shall also be cleared.

PrathibaJee commented 3 months ago

Closing this issue as it is not observed in the recent release.