Versions Compared

Key

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

...

  • docker for networking, run containers
  • docker-compose starting a structure
  • bash initialization
  • manual execution of development tests

Test cases

Test case "Mount devices" (basic) >available<

  • Startup
    • Mount NTSim manager
    • Create and mount two NTSim/"oran" devices
  • Test steps
    • Verify that mount of the two devices was successfully done

Test case "Mount and get alarms for 50 devices" (load)

  • Startup
    • Mount 10 devices at a time
    • Mount with delay next 10 devices till we have the 50
  • Test seps
    • wait till startup is done
    • count the current alarms
    • Test Ok if current alarms count in a expected range.

Test case "Inventory" (functional)

  • Startup
    • Create docker network
      • a static network setup with static IPs for the containers
      • add name to hosts and use this names
    • start docker - Simulator (e.g. Sim12600 with equipment)
    • start docker - DB
    • start docker - SDNC
  • Test steps
    • mount sim12600
    • Read over the RESTCONF Interface via data-provider the equipment
    • Compare if it is the expected data

...