Skip to content

Commit ed6d12c

Browse files
achilleas-klzap
authored andcommitted
testdata: add new customization to test data
1 parent 4fee621 commit ed6d12c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

testdata/all-fields.in.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dnf:
3535
usage:
3636
install: false
3737
configure: false
38+
config:
39+
set_releasever: true
3840
containers:
3941
- source: "quay.io/fedora/fedora:latest"
4042
name: "fedora"

testdata/valid-dnf.in.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ dnf:
2121
usage:
2222
install: true
2323
configure: true
24+
config:
25+
set_releasever: true

0 commit comments

Comments
 (0)