From 8cb8836d3f8e999d6623eb9d4edb9863798e9bbb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 26 Sep 2023 16:14:03 -0700 Subject: [PATCH] Update check-needles for changes to konversation test Signed-off-by: Adam Williamson --- check-needles.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check-needles.py b/check-needles.py index a1222274..49c4c73a 100755 --- a/check-needles.py +++ b/check-needles.py @@ -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