mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-07 09:43:09 +00:00
Add more changed tests.
This commit is contained in:
parent
c2f8309e27
commit
7649147e1d
@ -7,9 +7,15 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
my $mode = get_var('MODE');
|
||||||
|
|
||||||
# Start the application
|
if ($mode eq 'fast') {
|
||||||
start_with_launcher('dbusviewer_launch', 'menu_applications','menu_development');
|
start_with_command 'dbusviewer';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
# Start the application
|
||||||
|
start_with_launcher('dbusviewer_launch', 'menu_applications','menu_development');
|
||||||
|
}
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'dbusviewer_runs';
|
assert_screen 'dbusviewer_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
|
@ -7,9 +7,15 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
my $mode = get_var('MODE');
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('discover_launch','menu_applications','menu_system');
|
if ($mode eq 'fast') {
|
||||||
|
start_with_command 'discover';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
start_with_launcher('discover_launch','menu_applications','menu_system');
|
||||||
|
}
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'discover_runs';
|
assert_screen 'discover_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
|
@ -7,9 +7,15 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
my $mode = get_var('MODE');
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('dnfdragora_launch', 'menu_applications','menu_administration');
|
if ($mode eq 'fast') {
|
||||||
|
start_with_command 'dnfdragora';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
start_with_launcher('dnfdragora_launch', 'menu_applications','menu_administration');
|
||||||
|
}
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'dnfdragora_runs';
|
assert_screen 'dnfdragora_runs';
|
||||||
sleep 60;
|
sleep 60;
|
||||||
|
@ -7,9 +7,15 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
my $mode = get_var('MODE');
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('docviewer_launch', 'menu_applications','menu_graphics');
|
if ($mode eq 'fast') {
|
||||||
|
start_with_command 'okular';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
start_with_launcher('docviewer_launch', 'menu_applications','menu_graphics');
|
||||||
|
}
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'docviewer_runs';
|
assert_screen 'docviewer_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
|
Loading…
Reference in New Issue
Block a user