Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create qcow2 images with guestfs-python | Radostin Stoyanov | 2017-08-28 | 1 | -0/+29 |
| | | | | | | | | | | | | Use the python bindings of libguestfs to create qcow2 image with backing chains to mimic the layers of container image. This commit also changes the behavior of FileSource when 'qcow2' output format is used. Now the string layer-0.qcow2 will be used as name of the output file. This change is applied in the test suite as an update to the function get_image_path(). | ||||
* | Add regression tests | Radostin Stoyanov | 2017-08-28 | 1 | -0/+78 |
These tests aim to verify the output of virt-bootstrap by creating tar archives which contain dummy root file system and call the function bootstrap(). The check the extracted root file system. |