[CMII] [Operator] - offline image download

This commit is contained in:
zeaslity
2024-01-25 11:08:08 +08:00
parent 8d4e304237
commit 5069372348
9 changed files with 349 additions and 80 deletions

View File

@@ -3,5 +3,9 @@ package cmii_operator
import "testing"
func TestFetchDemoImages(t *testing.T) {
FetchDemoImages("cqga", "/root/Downloads/cqga")
FetchDemoImages("cqga", true)
}
func TestFetchDependencyRepos(t *testing.T) {
FetchDependencyRepos(true)
}