CentaurusInfra / fornax

Fornax for autonomous and flexible edge computing
Apache License 2.0
8 stars 16 forks source link

test plan doc draft #25

Closed chenqianfzh closed 2 years ago

chenqianfzh commented 2 years ago

This PR presents the 8-30 release end-to-end test plan. The docs include detailed instructions on test environment setup and test case procedures.

Also included in this PR are some code changes and improvement about the test environment setup. In details, they are:

  1. Add a commandline option "--edgeclusterconfig" to the binary "edgecore", to create the config file when setting up edge cluster.
  2. Update certgen.sh to create certificates that will be used in multiple clusters
  3. create a update_edgecore_config.sh to help update edgecore.yaml for edgecluster setup
  4. simplify the output of command of "kubectl get edgecluster" for a better presentation
pdgetrf commented 2 years ago

this is EXCELLENT work for the code quality of the release!!