File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ provision:
2
+ hardware:
3
+ cpu:
4
+ processors: ">= 2"
5
+ memory: ">= 6 GB"
6
+ virtualization:
7
+ is-supported: true
8
+ prepare:
9
+ - how: install
10
+ package:
11
+ - podman
12
+ - skopeo
13
+ - tmt+provision-virtual
14
+ - how: shell
15
+ script: systemctl start libvirtd
16
+ execute:
17
+ how: tmt
18
+ discover:
19
+ how: fmf
20
+ test:
21
+ - /build-tmt/build-image
Original file line number Diff line number Diff line change 4
4
provision:
5
5
how: virtual
6
6
# Generated by `cargo xtask `
7
- image: file://./target/testbootc-cloud .qcow2
7
+ image: file://./target/testvm/disk .qcow2
8
8
summary: Basic smoke test
9
9
execute:
10
- how: tmt
11
- script: bootc status
10
+ how: tmt
11
+ script: bootc status
Original file line number Diff line number Diff line change
1
+ /build-image:
2
+ summary: build bootc and build qcow2 image
3
+ test: cd .. && dnf -y builddep bootc && make test-tmt
4
+ duration: 30m
You can’t perform that action at this time.
0 commit comments