mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Update check-needles for changes to konversation test
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
eb6a47f462
commit
8cb8836d3f
@ -202,6 +202,10 @@ for typus in ("swap", "ext4", "xfs", "linuxroot"):
|
||||
testtags.append(f"disks_select_{typus}")
|
||||
testtags.append(f"disks_select_filesystem_{typus}")
|
||||
testtags.append(f"disks_parttype_changed_{typus}")
|
||||
# Needles for konversation/neochat
|
||||
for app in ("neochat", "konversation"):
|
||||
testtags.append(f"{app}_runs")
|
||||
testtags.extend(("konversation_connect", "konversation_confirm_close"))
|
||||
# variable-y in custom_change_device but we only have one value
|
||||
testtags.append("anaconda_part_device_sda")
|
||||
# For language needles
|
||||
|
Loading…
Reference in New Issue
Block a user