优化镜像同步的内容
This commit is contained in:
@@ -24,7 +24,7 @@ func TestFetchDependencyRepos_Middle(t *testing.T) {
|
||||
|
||||
func TestFetchDependencyRepos_RKE(t *testing.T) {
|
||||
|
||||
errorPullImageList, errorGzipImageList, realCmiiImageName, allGzipFileNameList := C_DownloadCompressUploadDependency(true, false, true)
|
||||
errorPullImageList, errorGzipImageList, realCmiiImageName, allGzipFileNameList := C_DownloadCompressUploadDependency(true, true, true)
|
||||
|
||||
utils.BeautifulPrintListWithTitle(errorPullImageList, "errorPullImageList")
|
||||
utils.BeautifulPrintListWithTitle(errorGzipImageList, "errorGzipImageList")
|
||||
@@ -52,7 +52,7 @@ func TestPullFromEntityAndSyncConditionally(t *testing.T) {
|
||||
// 全部镜像列表
|
||||
fullImageList := []string{}
|
||||
|
||||
fullImageList = append(fullImageList, real_project.CmiiUas21XAImageList...)
|
||||
fullImageList = append(fullImageList, real_project.CmiiUas22ImageList...)
|
||||
fullImageList = append(fullImageList, real_project.CmiiSRSImageList...)
|
||||
//fullImageList = append(fullImageList, real_project.CmiiDorisImageList...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user