Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Tile-API
    • REST Interface
    • Define in OpenAPI_Specification
    • Approach should be generic, starting with OpenStreetmap data
  • Server side
    • Topology server
      • Providing Topology-API
      • Uses internal "test-model"
      • Imports network data
      • Provided as docker image
    • Tile server 
      • Rendering an providing tiles
      • Based on openstreetmap base data
      • Providing Tile-API
      • Provided as docker image
    • ONAP ODLUX based WEBServer
    • model provider
      • Provider1: for integration test purpose
      • Provider2: for demo purpose
        • contains all elements: sites, links, devices
        • less than 100 objects
        • model defined in text file format, like JSON or CSV
        • one time import during startup

Integration test

  • Test data with up to 30000 sites using all elements of Topology-API
  • Test cases for IT acceptance
    • Startup of GUI
    • After click on site the related info are presented in information view
    • Clicking on device in the information view will show link and path in the grapical view
    • Zoom in and out
    • Verify Help page content

...