...
Depending on the artifacts available on the code base of each project, changes made to the container build artifacts could undergo four levels of testing.
Roles and Responsibilities
Testing Phase | CIA Project Contributors | Project Team | Integration Team |
---|---|---|---|
Image structure check | Verify that:
| ||
Container Sanity check | Verify that
| ||
Unit test | Verify that
When available:
This testing is independent of the base image used to build the container. | ||
Integration test |
The Integration team is not concerned with whether an image is based on Alpine, Ubuntu or something else. This testing is independent of the base image used to build the container. | ||
Pairwise testing | Pairwise testing will proceed according to current best practices under the guidance of the project teams or the Integration team. This testing is independent of the base image used to build the container. Note: CIA contributors would help resolve issues that are demonstrably caused by the new base image. |
...