summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler/test_handler_disk_setup.py
AgeCommit message (Expand)Author
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-02-07cc_disk_setup: add swap filesystem force flag (#207)Ryan Harper
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-06-14tools/run-centos: cleanups and move to using read-dependenciesScott Moser
2017-05-26disk_setup: udev settle before attempting partitioning or fs creation.Scott Moser
2017-05-22disk_setup: fix several issues with gpt disk partitions.Scott Moser
2017-05-17tests: fix hardcoded path to mkfs.ext4Joshua Powers
2017-05-17Azure: fix reformatting of ephemeral disks on resize to large types.Scott Moser
2017-05-03fs_setup: if cmd is specified, use shell interpretation.Paul Meyer
2017-03-24Fix filesystem creation when using "partition: auto"Jonathan Ballet
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22disk_setup: Use sectors as unit when formatting MBR disks with sfdisk.Daniel Watkins
2015-03-18Add tests for cc_disk_setup.is_disk_used.Daniel Watkins