azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Run functional tests using build artefacts #56

Closed mkjpryor closed 1 year ago

mkjpryor commented 1 year ago

Should we be running the functional tests using the images and chart that are built? IMHO we should be testing what we are about to ship.

In the recent development, I added cryptography to the image deps but forgot to add cffi. The functional tests passed and I think they should have failed, like it did when I tried to deploy it.