| |
@@ -405,6 +405,10 @@
|
| |
"env": "$RUNARCH$",
|
| |
"type": "Server",
|
| |
},
|
| |
+ "QA:Testcase_Remote_Logging": {
|
| |
+ "env": "$RUNARCH$",
|
| |
+ "type": "Server",
|
| |
+ },
|
| |
"QA:Testcase_desktop_terminal": {
|
| |
"env": "$SUBVARIANT$",
|
| |
"type": "Desktop",
|
| |
@@ -934,6 +938,9 @@
|
| |
"server_database_client": [
|
| |
"QA:Testcase_database_server_remote_client",
|
| |
],
|
| |
+ "server_remote_logging_server": [
|
| |
+ "QA:Testcase Remote Logging",
|
| |
+ ],
|
| |
"realmd_join_cockpit": {
|
| |
"QA:Testcase_realmd_join_cockpit": {},
|
| |
"QA:Testcase_FreeIPA_realmd_login": {},
|
| |
We only need to cue off the server result - it will not pass
unless the client also worked.
Signed-off-by: Adam Williamson awilliam@redhat.com