Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.69 KB

File metadata and controls

49 lines (34 loc) · 1.69 KB

Platform origin test case

Validate the retrieval of the origin descriptor from the server platform that hosts one or more open metadata repositories and or servers.

Operation

This test uses the getServerPlatformOrigin operation (../open-metadata/platform-services/users/{userId}/server-platform-origin) operation to test that the platform knows its origin descriptor. Typically this describes the vendor, product name and version of the server.

Assertions

  • platform-origin-01 Origin descriptor retrieved from platform.

    The origin descriptor has successfully been retrieved from the server platform. If this assertion fails, check that the server platform is started and the open metadata services are activated.

Discovered properties

  • Platform origin id descriptive name for the server platform implementation

Example output

{
      "class" : "OpenMetadataTestCaseResult",
      "testCaseId" : "platform-origin",
      "testCaseName" : "Platform origin test case",
      "testCaseDescriptionURL" : "https://odpi.github.io/egeria/open-metadata-conformance-suite/docs/platform-workbench/platfrom-origin-test-case.md",
      "assertionMessage" : "Platform origin descriptor successfully retrieved",
      "successfulAssertions" : [ "Origin descriptor retrieved from platform." ],
      "unsuccessfulAssertions" : [ ],
      "discoveredProperties" : {
        "Repository origin id" : "ODPi Egeria OMAG Server Platform (version 1.3-SNAPSHOT)"
      }
}

License: CC BY 4.0, Copyright Contributors to the ODPi Egeria project.