Add and use bin2img for creating images for tests
Add tests which exercise image pulling, listing, and removal. When running tests, prepopulate the store with an image with the default infrastructure container's name, using the locally-built "pause" binary, so that tests won't have to pull it down from the network. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
c0333b102b
commit
636d5d8e9a
6 changed files with 337 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ pause/pause.o
|
|||
ocid.conf
|
||||
*.orig
|
||||
*.rej
|
||||
test/bin2img/bin2img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue