mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-25 16:44:31 +00:00
Compare commits
2 Commits
1de4a19bfe
...
7603b38dec
Author | SHA1 | Date | |
---|---|---|---|
|
7603b38dec | ||
|
5f1636844a |
15
needles/kde/printing_check_sentence-20230328.json
Normal file
15
needles/kde/printing_check_sentence-20230328.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 196,
|
||||||
|
"type": "match",
|
||||||
|
"ypos": 140,
|
||||||
|
"width": 316,
|
||||||
|
"height": 16
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"printing_check_sentence"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/kde/printing_check_sentence-20230328.png
Normal file
BIN
needles/kde/printing_check_sentence-20230328.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -32,7 +32,9 @@ sub run {
|
|||||||
assert_script_run 'grep "Added the \'addrepo\'" /tmp/anaconda.log';
|
assert_script_run 'grep "Added the \'addrepo\'" /tmp/anaconda.log';
|
||||||
# ...and this tells us it worked (I hope).
|
# ...and this tells us it worked (I hope).
|
||||||
assert_script_run 'grep "Load metadata for the \'addrepo\'" /tmp/anaconda.log';
|
assert_script_run 'grep "Load metadata for the \'addrepo\'" /tmp/anaconda.log';
|
||||||
assert_script_run 'grep "Loaded metadata from.*file:///run/install/addrepo.nfs" /tmp/anaconda.log';
|
# addrepo.nfs is from before Fedora 39, sources/mount-1000-nfs-device
|
||||||
|
# is from F39+
|
||||||
|
assert_script_run 'grep -E "Loaded metadata from.*file:///run/install/(addrepo.nfs|sources/mount-1000-nfs-device)" /tmp/anaconda.log';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($repourl =~ /^hd:/) {
|
if ($repourl =~ /^hd:/) {
|
||||||
|
Loading…
Reference in New Issue
Block a user