12
12
from tests.vmtests import (
13
13
IMAGE_DIR, IMAGE_SRC_URL, sync_images)
14
14
from tests.vmtests.image_sync import ITEM_NAME_FILTERS
16
16
from curtin.util import get_platform_arch
18
18
DEFAULT_ARCH = get_platform_arch()
21
25
if __name__ == '__main__':
22
26
if len(sys.argv) > 1 and sys.argv[1] == "--clean":
23
27
print("cleaning image dir %s" % IMAGE_DIR)