[ Cmii ] [ Operator ] - clean cmii image

This commit is contained in:
zeaslity
2024-01-26 10:45:36 +08:00
parent d73e32b07b
commit a471dabe46
3 changed files with 31 additions and 0 deletions

View File

@@ -140,3 +140,10 @@ func TestConvertImageGzipFileName(t *testing.T) {
t.Logf(" %s to %s", s, gzipFileName)
}
}
func TestImagePruneAllCmiiImages(t *testing.T) {
errorRemoveImageNameList := ImagePruneAllCmiiImages()
utils.BeautifulPrintListWithTitle(errorRemoveImageNameList, "CMII Image Prune Error")
}