mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
This allows registries to distinguish "image pulls for bootc client runs" from other skopeo/containers-image users. The user agent will be in the format "bootc/<version> skopeo/<version>". All places in bootc that create ImageProxyConfig now use a new helper function that sets the user_agent_prefix field. Closes: https://github.com/bootc-dev/bootc/issues/1686 Assisted-by: OpenCode (Sonnet 4) Signed-off-by: Colin Walters <walters@verbum.org>
104 lines
2.9 KiB
Plaintext
104 lines
2.9 KiB
Plaintext
# THIS IS GENERATED CODE - DO NOT EDIT
|
|
# Generated by: cargo xtask tmt
|
|
|
|
/test-01-readonly:
|
|
summary: Execute booted readonly/nondestructive tests
|
|
duration: 30m
|
|
test: nu booted/test-01-readonly.nu
|
|
|
|
/test-20-image-pushpull-upgrade:
|
|
summary: Execute local upgrade tests
|
|
duration: 30m
|
|
test: nu booted/test-image-pushpull-upgrade.nu
|
|
|
|
/test-21-logically-bound-switch:
|
|
summary: Execute logically bound images tests for switching images
|
|
duration: 30m
|
|
test: nu booted/test-logically-bound-switch.nu
|
|
|
|
/test-22-logically-bound-install:
|
|
summary: Execute logically bound images tests for installing image
|
|
duration: 30m
|
|
test: nu booted/test-logically-bound-install.nu
|
|
|
|
/test-23-install-outside-container:
|
|
summary: Execute tests for installing outside of a container
|
|
duration: 30m
|
|
test: nu booted/test-install-outside-container.nu
|
|
|
|
/test-23-usroverlay:
|
|
summary: Execute tests for bootc usrover
|
|
duration: 30m
|
|
test: nu booted/test-usroverlay.nu
|
|
|
|
/test-24-image-upgrade-reboot:
|
|
summary: Execute local upgrade tests
|
|
duration: 30m
|
|
test: nu booted/test-image-upgrade-reboot.nu
|
|
|
|
/test-25-soft-reboot:
|
|
summary: Execute soft reboot test
|
|
duration: 30m
|
|
test: nu booted/test-soft-reboot.nu
|
|
|
|
/test-26-download-only-upgrade:
|
|
summary: Execute download-only upgrade tests
|
|
duration: 40m
|
|
test: nu booted/test-download-only-upgrade.nu
|
|
|
|
/test-27-custom-selinux-policy:
|
|
summary: Execute custom selinux policy test
|
|
duration: 30m
|
|
adjust:
|
|
- when: running_env != image_mode
|
|
enabled: false
|
|
because: these tests require features only available in image mode
|
|
test: nu booted/test-custom-selinux-policy.nu
|
|
|
|
/test-28-factory-reset:
|
|
summary: Execute factory reset tests
|
|
duration: 30m
|
|
test: nu booted/test-factory-reset.nu
|
|
|
|
/test-29-soft-reboot-selinux-policy:
|
|
summary: Test soft reboot with SELinux policy changes
|
|
duration: 30m
|
|
test: nu booted/test-soft-reboot-selinux-policy.nu
|
|
|
|
/test-30-install-unified-flag:
|
|
summary: Test bootc install with experimental unified storage flag
|
|
duration: 30m
|
|
test: nu booted/test-install-unified-flag.nu
|
|
|
|
/test-31-switch-mutate-in-place:
|
|
summary: switch --mutate-in-place
|
|
duration: 30m
|
|
test: nu booted/test-switch-mutate-in-place.nu
|
|
|
|
/test-31-switch-to-unified:
|
|
summary: Onboard to unified storage, build derived image, and switch to it
|
|
duration: 30m
|
|
test: nu booted/test-switch-to-unified.nu
|
|
|
|
/test-32-install-to-filesystem-var-mount:
|
|
summary: Test bootc install to-filesystem with separate /var mount
|
|
duration: 30m
|
|
require:
|
|
- parted
|
|
- lvm2
|
|
- dosfstools
|
|
- e2fsprogs
|
|
test: bash booted/test-install-to-filesystem-var-mount.sh
|
|
|
|
/test-33-bib-build:
|
|
summary: Test building a qcow2 disk image with bootc-image-builder
|
|
duration: 45m
|
|
require:
|
|
- qemu-img
|
|
test: nu booted/test-bib-build.nu
|
|
|
|
/test-34-user-agent:
|
|
summary: Verify bootc sends correct User-Agent header to registries
|
|
duration: 10m
|
|
test: python3 booted/test-user-agent.py
|