Skip to content

Commit f5025dc

Browse files
committed
test: e2e test update
1. rename old integration test to e2e tet 2. drop aws test, use libvirt test (for bootc install to-existing-root and bootc switch test) instead 3. drop rhel test 4. replace quay.io registry by local registry Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 58474bb commit f5025dc

25 files changed

+355
-865
lines changed

plans/e2e.fmf

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
discover:
2+
how: fmf
3+
test: e2e
4+
adjust+:
5+
- when: arch == x86_64 or arch == aarch64
6+
provision:
7+
hardware:
8+
cpu:
9+
processors: ">= 2"
10+
memory: ">= 6 GB"
11+
virtualization:
12+
is-supported: true
13+
prepare:
14+
- how: shell
15+
script: |
16+
source /etc/os-release
17+
if [[ "$ID" == "centos" ]]; then
18+
# EPEL for genisoimage
19+
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
20+
fi
21+
- how: install
22+
package:
23+
- ansible-core
24+
- firewalld
25+
- podman
26+
- skopeo
27+
- jq
28+
- openssl
29+
- qemu-img
30+
- qemu-kvm
31+
- libvirt
32+
- virt-install
33+
- genisoimage
34+
- how: shell
35+
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
36+
execute:
37+
how: tmt
38+
39+
/to-existing-root:
40+
summary: Run bootc install to-existing-root and bootc switch test locally (nested)
41+
environment+:
42+
TEST_CASE: to-existing-root
43+
discover+:
44+
test:
45+
- /to-existing-root
46+
adjust+:
47+
- when: arch == ppc64le
48+
enabled: false
49+
50+
/to-disk:
51+
summary: Run bootc install to-disk and bootc upgrade test locally (nested)
52+
environment+:
53+
TEST_CASE: to-disk
54+
discover+:
55+
test:
56+
- /to-disk
57+
adjust+:
58+
- when: arch == ppc64le
59+
enabled: false

plans/install-upgrade.fmf

Lines changed: 0 additions & 101 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)