forked from containers/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathe2e.fmf
52 lines (50 loc) · 1.15 KB
/
e2e.fmf
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
discover:
how: fmf
test: e2e
adjust:
- when: arch == x86_64 or arch == aarch64
provision:
hardware:
cpu:
processors: ">= 2"
memory: ">= 6 GB"
virtualization:
is-supported: true
prepare:
- how: install
package:
- ansible-core
- firewalld
- podman
- skopeo
- jq
- openssl
- qemu-img
- qemu-kvm
- libvirt
- virt-install
- xorriso
- how: shell
script: ansible-galaxy collection install https://ansible-collection.s3.amazonaws.com/ansible-posix-1.5.4.tar.gz https://ansible-collection.s3.amazonaws.com/community-general-8.5.0.tar.gz
execute:
how: tmt
/to-existing-root:
summary: Run bootc install to-existing-root and bootc switch test locally (nested)
environment+:
TEST_CASE: to-existing-root
discover+:
test:
- /to-existing-root
adjust+:
- when: arch == ppc64le
enabled: false
/to-disk:
summary: Run bootc install to-disk and bootc upgrade test locally (nested)
environment+:
TEST_CASE: to-disk
discover+:
test:
- /to-disk
adjust+:
- when: arch == ppc64le
enabled: false