Add cockpit_updates and remote_logging tests to updates
Again, no reason not to run these on updates. Includes adding oldcantarell versions of several needles for current cockpit, as they're needed for the tests to pass. Also tweak a couple of needles to avoid false matches (add more empty space). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
44d1dc3607
commit
80c54d5491
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 18,
|
||||
"type": "match",
|
||||
"width": 50,
|
||||
"ypos": 327,
|
||||
"xpos": 730
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"autoupdate_planned_time"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 360,
|
||||
"width": 67,
|
||||
"type": "match",
|
||||
"height": 18,
|
||||
"xpos": 857
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_all_install"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
15
needles/cockpit/cockpit_updates_auto_on-f31-20200124.json
Normal file
15
needles/cockpit/cockpit_updates_auto_on-f31-20200124.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 566,
|
||||
"width": 29,
|
||||
"ypos": 273,
|
||||
"height": 14,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_auto_on"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/cockpit_updates_auto_on-f31-20200124.png
Normal file
BIN
needles/cockpit/cockpit_updates_auto_on-f31-20200124.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 22,
|
||||
"type": "match",
|
||||
"ypos": 187,
|
||||
"width": 142,
|
||||
"xpos": 847
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_check"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/cockpit_updates_check-oldcantarell-20200124.png
Normal file
BIN
needles/cockpit/cockpit_updates_check-oldcantarell-20200124.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
@ -1,15 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 909,
|
||||
"height": 17,
|
||||
"ypos": 554,
|
||||
"type": "match",
|
||||
"width": 43
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_dnf_install"
|
||||
]
|
||||
"area": [
|
||||
{
|
||||
"height": 17,
|
||||
"type": "match",
|
||||
"width": 49,
|
||||
"xpos": 909,
|
||||
"ypos": 554
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_dnf_install"
|
||||
]
|
||||
}
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 900,
|
||||
"height": 17,
|
||||
"ypos": 326,
|
||||
"width": 43,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_dnf_install"
|
||||
]
|
||||
"area": [
|
||||
{
|
||||
"height": 17,
|
||||
"type": "match",
|
||||
"width": 49,
|
||||
"xpos": 900,
|
||||
"ypos": 326
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_dnf_install"
|
||||
]
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 19,
|
||||
"type": "match",
|
||||
"ypos": 301,
|
||||
"width": 51,
|
||||
"xpos": 562
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_restart_ignore"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
@ -321,6 +321,13 @@
|
||||
"fedora-updates-server-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"server_cockpit_updates": {
|
||||
"profiles": {
|
||||
"fedora-updates-server-aarch64-*-aarch64": 40,
|
||||
"fedora-updates-server-ppc64le-*-ppc64le": 40,
|
||||
"fedora-updates-server-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"server_database_client": {
|
||||
"profiles": {
|
||||
"fedora-updates-server-aarch64-*-aarch64": 40,
|
||||
@ -350,6 +357,20 @@
|
||||
"fedora-updates-server-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"server_remote_logging_client": {
|
||||
"profiles": {
|
||||
"fedora-updates-server-aarch64-*-aarch64": 40,
|
||||
"fedora-updates-server-ppc64le-*-ppc64le": 40,
|
||||
"fedora-updates-server-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"server_remote_logging_server": {
|
||||
"profiles": {
|
||||
"fedora-updates-server-aarch64-*-aarch64": 40,
|
||||
"fedora-updates-server-ppc64le-*-ppc64le": 40,
|
||||
"fedora-updates-server-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"server_role_deploy_database_server": {
|
||||
"profiles": {
|
||||
"fedora-updates-server-aarch64-*-aarch64": 40,
|
||||
|
Loading…
Reference in New Issue
Block a user