Ejemplo n.º 1
0
def default_disk():
    return s3_download(resource_type="disk",
                       resource_name="ubuntu-focal-rootfs.ext4",
                       first=True)
Ejemplo n.º 2
0
def default_ubuntu_elf():
    return s3_download(resource_type="kernel",
                       resource_name="vmlinux-focal",
                       first=True)
Ejemplo n.º 3
0
def default_busybox_elf():
    return s3_download(resource_type="kernel",
                       resource_name="vmlinux-hello-busybox",
                       first=True)
Ejemplo n.º 4
0
def default_ubuntu_bzimage():
    return s3_download(resource_type="kernel",
                       resource_name="bzimage-focal",
                       first=True)
Ejemplo n.º 5
0
def default_busybox_bzimage():
    return s3_download(resource_type="kernel",
                       resource_name="bzimage-hello-busybox",
                       first=True)