Versions Compared

Key

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

...

You can see actual test files in the /TestON/tests/ folder. Each of the tests has a unique set of files defined below:

Params - This file contains user defined variables for the test case. Also specify the order of which test cases to run.

Topo - This file defines all the components and options that Test-ON will use to execute its test. The machine's user name, password, IP addresses, drivers, and/or Mininet's topology would be specified in this file. ( Please use the exact syntax/format in the topo file. The space character in the xml tags is important even though you are not defining anything in the tag Eg. <COMPONENTS> </COMPONENTS>)

py - This is where all of the test cases are written. It calls upon functions implemented in the respective drivers to create a progression of events that produces some sort of pass/fail outcome.