cargo make test
@webern wrote in April 2022:
We have created a system for testing Bottlerocket images over at https://github.com/bottlerocket-os/bottlerocket-test-system/
We want to integrate that system here. The ultimate goal is to run cargo make test after cargo make build, cargo make ami, and cargo make repo (and I guess we need something for pushing the repo), end then the bottlerocket-test-system will run integration tests (e.g. sonobuoy for k8s, upgrade/downgrade, etc).
- [ ] #2147
- [ ] #2148
- [x] #2149
- [x] #2150
- [ ] #2151
- [ ] #2152
@gregdek wrote in March 2021: Currently we use an internal testing system for validating Bottlerocket instances. We would like to run more publicly, and need to design a suitable replacement. This is a large effort and may spawn several related issues.