forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[integration-cli] fix p/z HubPullSuite tests
This test tries to pull all the tags in the busybox repo and looks to see if there were more than two images pulled. This was failing on p/z due to the recent change to manifest lists, where one of the busybox tags didn't have a p/z manifest in it's manifest list. This error seems fine to me, so I changed the test to see if pull fails, it fails with the "manifest not found" error. Also switched from busybox -> alpine, because it has significantly less tags, and the images are close in size. Signed-off-by: Christopher Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters