Modify Jenkins deployment script to make more stable

1. Remove the SR-IOV Plugin Installation
 > Since our cni-config is stable,
   we only need to install the plugin config once,
   if we delete them and install again, it may cause built-in multus cni crash.

2. Add waituntil on both BBU and SPGW-U
 > Although I upgrade the ixgbe driver version in our cluster,
   but it still have the probability to crash the node.
   So I would prefer to use the wait loop for doing the cable trick.
   If the POD works, then this waituntil loop will be ignored.

Change-Id: Ia767865c0b8efe9e93645fe062c4e6bd09c96617
2 files changed
tree: b51ec9e2f8fce53a340803628b6028acf143753a
  1. .gitignore
  2. .gitreview
  3. COPYRIGHT.txt
  4. Jenkinsfile-attworkflow-build
  5. Jenkinsfile-attworkflow-build-released-ver
  6. Jenkinsfile-attworkflow-test
  7. Jenkinsfile-mcord-license-check
  8. Jenkinsfile-mcord-local-build
  9. Jenkinsfile-mcord-new-build-vms
  10. Jenkinsfile-mcord-remote-build
  11. Jenkinsfile-rcordlite-control-plane
  12. Jenkinsfile-rcordlite-topdown-build
  13. Jenkinsfile-rcordlite-topdown-test
  14. Jenkinsfile-rcordlite-zerotouch-build
  15. Jenkinsfile-rcordlite-zerotouch-test
  16. Jenkinsfile/
  17. LICENSE.txt
  18. README.md
  19. VERSION
  20. docs/
  21. roles/
  22. 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.