forked from bootc-dev/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.fmf
More file actions
143 lines (117 loc) · 4.09 KB
/
tests.fmf
File metadata and controls
143 lines (117 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# 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
/test-35-composefs-gc:
summary: Test composefs garbage collection with same and different kernel+initrd
duration: 30m
test: nu booted/test-composefs-gc.nu
/test-35-upgrade-preflight-disk-check:
summary: Verify pre-flight disk space check rejects images with inflated layer sizes
duration: 10m
test: nu booted/test-upgrade-preflight-disk-check.nu
/test-36-rollback:
summary: Test bootc rollback functionality
duration: 30m
test: nu booted/test-rollback.nu
/test-37-install-no-boot-dir:
summary: Test bootc install to-filesystem without /boot directory
duration: 30m
test: nu booted/test-install-no-boot-dir.nu
/test-37-upgrade-check-status:
summary: Verify upgrade --check populates cached update in status
duration: 30m
test: nu booted/test-upgrade-check-status.nu
/test-38-install-bootloader-none:
summary: Test bootc install with --bootloader=none
duration: 30m
test: nu booted/test-install-bootloader-none.nu
/test-39-upgrade-tag:
summary: Test bootc upgrade --tag functionality with containers-storage
duration: 30m
test: nu booted/test-upgrade-tag.nu
/test-40-install-karg-delete:
summary: Test bootc install --karg-delete
duration: 30m
test: nu booted/test-install-karg-delete.nu