Versions Compared

Key

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

A few quick tips to get started contributing to OnosSystemTest:

1) Subscribe to the Testing mailing list <onos-test@onosproject.org>. All mailing lists can be found here.

...

4) Learn about the TestON Framework for authoring test cases here: OnosSystemTest/TestON Tutorial

Fundamentals on authoring a test case

Because we are targeting all tests to be automated in an CI env, there are several fundamental principles that we have to adhere to when writing test cases and driver files:

...

Ydiagram
navigationfalse
nameTest_abstraction

TestON Scripting General Guidelines:

  1. Pre-requisites  and testbed environment setting - should be set manually, and/or with CI framework, e.g. through Jenkins jobs:

...