mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Rename tags, files. Batch 2
This commit is contained in:
parent
e35a34b90f
commit
ee9552761a
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kcharselect_runs"
|
||||
"apps_run_kcharselect"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kcharselect_runs"
|
||||
"apps_run_kcharselect"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kgpg_runs"
|
||||
"apps_run_kgpg"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kgpg_runs"
|
||||
"apps_run_kgpg"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kimport_runs"
|
||||
"apps_run_kimport"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kmag_runs"
|
||||
"apps_run_kmag"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kmail_hedit_runs"
|
||||
"apps_run_kmail-header"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kolourpaint_runs"
|
||||
"apps_run_kolourpaint"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"korganizer_runs"
|
||||
"apps_run_korganizer"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kparted_runs"
|
||||
"apps_run_kparted"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kparted_runs"
|
||||
"apps_run_kparted"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"krdc_runs"
|
||||
"apps_run_krdc"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"krdc_runs"
|
||||
"apps_run_krdc"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"krfb_runs"
|
||||
"apps_run_krfb"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"krfb_runs"
|
||||
"apps_run_krfb"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ktnef_runs"
|
||||
"apps_run_ktnef"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"lcalc_runs"
|
||||
"apps_run_calc"
|
||||
]
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"limpress_runs"
|
||||
"apps_run_impress"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"lwriter_runs"
|
||||
"apps_run_writer"
|
||||
]
|
||||
}
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"lwriter_runs"
|
||||
"apps_run_writer"
|
||||
]
|
||||
}
|
@ -66,7 +66,7 @@ sub connect_localhost {
|
||||
# try and avoid double-typing issues
|
||||
kde_doublek_workaround;
|
||||
menu_launch_type("konsole");
|
||||
assert_screen("konsole_runs");
|
||||
assert_screen("apps_run_konsole");
|
||||
# Export the environmental variables, this is needed for the process
|
||||
# to work correctly.
|
||||
export_kde_vars();
|
||||
|
@ -37,7 +37,7 @@ sub connect_localhost {
|
||||
# try and avoid double-typing issues
|
||||
kde_doublek_workaround;
|
||||
menu_launch_type("konsole");
|
||||
assert_screen("konsole_runs");
|
||||
assert_screen("apps_run_konsole");
|
||||
export_kde_vars();
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ sub run {
|
||||
# Start the application
|
||||
menu_launch_type 'kmail header';
|
||||
# Check that the application runs
|
||||
assert_screen 'apps_run_kmail_header', timeout => 60;
|
||||
assert_screen 'apps_run_kmail-header', timeout => 60;
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ sub run {
|
||||
menu_launch_type('discover');
|
||||
# Wait for it to run and maximize it to make sure we see the
|
||||
# Updates entry
|
||||
assert_screen('discover_runs');
|
||||
assert_screen('apps_run_discover');
|
||||
wait_still_screen 2;
|
||||
wait_screen_change { send_key "super-pgup"; };
|
||||
wait_still_screen 2;
|
||||
|
Loading…
Reference in New Issue
Block a user