vmware-archive / kubernetes-image-mapper

[Prototype] Apply relocation mappings on the fly to kubernetes resources
Apache License 2.0
0 stars 2 forks source link

Add integration test #9

Closed glyn closed 4 years ago

glyn commented 4 years ago

Change makefile to use ginkgo cli to run tests to avoid integration tests running in parallel with each other and conflicting. See https://github.com/onsi/ginkgo/issues/111.

Also fix a few bugs found by the tests.

Fixes https://github.com/pivotal/kubernetes-image-mapper/issues/8

glyn commented 4 years ago

Closing for now as I consider other approaches to testing controllers (https://github.com/projectriff/system/issues/212).