summaryrefslogtreecommitdiff
path: root/test/e2e/checkpoint_image_test.go
Commit message (Collapse)AuthorAge
* Add checkpoint image testsRadostin Stoyanov2022-04-20
The patch introduces the following test cases: 1. An attempt to checkpoint a container that does not exist should fail. 2. Checkpoint of a running container with --create-image should create a checkpoint image. 3. A single checkpoint image can be used to restore multiple containers, each with a different name. 4. Restoring multiple containers from checkpoint images with a single restore command. Signed-off-by: Radostin Stoyanov <radostin@redhat.com>