Test: Added Subscriber based test cases with different
scenarios in AAA, DHCP and IGMP..
1. Authentication success and failures
2. DHCP address assignment and different states of DHCP servers
3. Channel surfing with subscriber joining , jumping , leaving channels
   in random ways.
Also every scenario is updated with join time stats, leave time stats,
average of minimum times, average of max times and Std deviation
for each subscriber .
More test cases will be included with multiple subscriber joining ,
jumping next, jumping randomly to different channels helping us to find
channel zap time.

Change-Id: I6b7adadd0090e01c887fc796d07a7ba9753c0769
1 file changed
tree: f49f8c654489905bea40a2e0adfb978f96998420
  1. .gitignore
  2. COPYRIGHT.txt
  3. LICENSE.txt
  4. README.md
  5. Vagrantfile
  6. apply_license.sh
  7. build.gradle
  8. docs/
  9. gradle/
  10. gradlew
  11. gradlew.bat
  12. libs/
  13. settings.gradle
  14. src/
README.md

cord-tester

CORD Automated Tester Suite

The CORD Automated Tester Suite (CATS) is an extensible end-to-end system test suite targeting CORD PODs. It is typically deployed as one or more Docker containers, either on the CORD POD or adjacent to the POD and interacts with the POD through the PODs interfaces.

Its intended use includes:

  • Regression testing for CORD related component development
  • Acceptance testing of a deployed CORD POD
  • Health-testing of an existing CORD POD (including non-service-impacting and possibly service-impacting tests)

The strength of the CATS will come from the collaboration of the whole CORD/ONOS community, and as such we welcome contributions.

For further information, please browse in the ~/docs directory.