Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 560 Bytes

CODE-STRUCTURE.md

File metadata and controls

11 lines (10 loc) · 560 Bytes

CNF Test Suite Code Structure and Usage

  1. ✔️ Separate dynamic tests from static tests
  2. ✔️ Separate tests into test categories (category files)
  3. ✔️ Make static task dependent on all static tests
  4. ✔️ Make dynamic task dependent on all dynamic tests
  5. ✔️ Separate the installation/deployment/configuration tasks from the test tasks
    1. cloning k8s-infra
    2. cloning cnf-testbed
  6. TODO: Create instructions for calling CNF Test suite on an arbitrary CNF codebase