Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 4781e6a

Browse files
✨ Add unit tests for the openstacknodeimagerelease controller (#53)
* Add unit tests for getCloudFromSecret function Signed-off-by: michal.gubricky <[email protected]> * Add unit tests for createImage, importImage and findImageByName functions Signed-off-by: michal.gubricky <[email protected]> --------- Signed-off-by: michal.gubricky <[email protected]>
1 parent 36591a1 commit 4781e6a

File tree

22 files changed

+5761
-0
lines changed

22 files changed

+5761
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require (
2626
github.com/cloudflare/circl v1.3.3 // indirect
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2828
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
29+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
2930
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
3031
github.com/fsnotify/fsnotify v1.6.0 // indirect
3132
github.com/go-logr/logr v1.3.0 // indirect

0 commit comments

Comments
 (0)