Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add checkpoint image tests | Radostin Stoyanov | 2022-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> |