summaryrefslogtreecommitdiffstats
path: root/tests/file_source.py
Commit message (Collapse)AuthorAgeFilesLines
* Create qcow2 images with guestfs-pythonRadostin Stoyanov2017-08-281-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 testsRadostin Stoyanov2017-08-281-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.