mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-17 04:54:31 +00:00
Compare commits
4 Commits
0a4d86e7bf
...
8a36423314
Author | SHA1 | Date | |
---|---|---|---|
|
8a36423314 | ||
|
1dfae9b44e | ||
|
f32ee1040a | ||
|
21d14ac93d |
15
needles/gnome/apps/maps/maps_route_bike_shown-20221224.json
Normal file
15
needles/gnome/apps/maps/maps_route_bike_shown-20221224.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 354,
|
||||
"height": 318,
|
||||
"type": "match",
|
||||
"xpos": 368,
|
||||
"width": 102
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_route_bike_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_route_bike_shown-20221224.png
Normal file
BIN
needles/gnome/apps/maps/maps_route_bike_shown-20221224.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 KiB |
@ -2,6 +2,7 @@ use base "installedtest";
|
||||
use strict;
|
||||
use testapi;
|
||||
use lockapi;
|
||||
use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
|
@ -3,6 +3,7 @@ use strict;
|
||||
use testapi;
|
||||
use lockapi;
|
||||
use mmapi;
|
||||
use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
@ -31,6 +32,8 @@ sub run {
|
||||
assert_script_run 'grep "XXX RSYSLOG TEST MESSAGE" /var/log/messages';
|
||||
# tell child test we were successful
|
||||
mutex_create("rsyslog_message_received");
|
||||
# give it a few seconds to make sure the client gets it
|
||||
sleep 10;
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user