1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-10 02:27:23 +00:00
os-autoinst-distri-fedora/needles/anaconda/universal/add.json
Adam Williamson 803ae7ca57 Add a test of an additional repository using a metalink (#198)
As suggested by @kparal, this adds a test that specifies an
additional repository using a metalink. The repository contains
a single package, 'testpackage', that supplements glibc (so it
should always get installed). The test runs an install then
checks that testpackage got installed.

We also deduplicate a pair of needles which were matching on the
same anaconda UI feature (an "add" button) and use that same
needle in this test.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-08-18 14:03:27 -07:00

16 lines
202 B
JSON

{
"area": [
{
"ypos": 244,
"type": "match",
"xpos": 237,
"height": 27,
"width": 26
}
],
"properties": [],
"tags": [
"anaconda_add"
]
}