[ Cmii ] [ Operator ] - optimize Image pull

This commit is contained in:
zeaslity
2024-01-25 17:33:21 +08:00
parent a0369bda1e
commit d73e32b07b

View File

@@ -13,6 +13,7 @@ func TestFetchDemoImages(t *testing.T) {
} }
func TestFetchDependencyRepos(t *testing.T) { func TestFetchDependencyRepos(t *testing.T) {
errorPullImageList, errorGzipImageList := FetchDependencyRepos(true) errorPullImageList, errorGzipImageList := FetchDependencyRepos(true)
utils.BeautifulPrintListWithTitle(errorPullImageList, "dep errorPullImageList") utils.BeautifulPrintListWithTitle(errorPullImageList, "dep errorPullImageList")