mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-28 01:55:55 +00:00
Drop kgpg start/stop test
It's been removed: https://pagure.io/fedora-comps/c/f475b5a50d029d307324a43186a182c3c0bdc74c?branch=main same on F43. We don't run this test on older branches. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ae72f8f954
commit
b7c03d20ae
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 558,
|
|
||||||
"width": 35,
|
|
||||||
"type": "match",
|
|
||||||
"height": 15,
|
|
||||||
"ypos": 222
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"apps_run_kgpg"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 66,
|
|
||||||
"height": 15,
|
|
||||||
"xpos": 437,
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 290
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"apps_run_kgpg"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 426,
|
|
||||||
"height": 15,
|
|
||||||
"width": 87,
|
|
||||||
"ypos": 418,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"kgpg_create_config"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 55 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 570,
|
|
||||||
"height": 13,
|
|
||||||
"width": 59,
|
|
||||||
"ypos": 468,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"kgpg_done"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
@ -1,44 +0,0 @@
|
|||||||
use base "installedtest";
|
|
||||||
use strict;
|
|
||||||
use testapi;
|
|
||||||
use utils;
|
|
||||||
|
|
||||||
# This test checks that Kgpg starts.
|
|
||||||
|
|
||||||
sub run {
|
|
||||||
my $self = shift;
|
|
||||||
|
|
||||||
# Start the application
|
|
||||||
menu_launch_type 'kgpg';
|
|
||||||
# Deal with the first wizard screen
|
|
||||||
assert_and_click 'kde_next', timeout => 60;
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Deal with the second wizard screen
|
|
||||||
assert_and_click 'kde_next';
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Create configuration file
|
|
||||||
assert_and_click 'kgpg_create_config';
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Click Next
|
|
||||||
assert_and_click 'kde_next';
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Click Finish
|
|
||||||
assert_and_click 'kgpg_done';
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Cancel the keypair creation
|
|
||||||
assert_and_click 'kde_cancel_button';
|
|
||||||
wait_still_screen 2;
|
|
||||||
# Check that it is started
|
|
||||||
assert_screen 'apps_run_kgpg';
|
|
||||||
# Close the application
|
|
||||||
quit_with_shortcut();
|
|
||||||
}
|
|
||||||
|
|
||||||
sub test_flags {
|
|
||||||
return {};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
1;
|
|
||||||
|
|
||||||
# vim: set sw=4 et:
|
|
Loading…
Reference in New Issue
Block a user