action #65301
Updated by JERiveraMoya almost 5 years ago
## Observation
openQA test in scenario sle-15-SP2-Online-s390x-transactional_server_helper_apps@s390x-kvm-sle12 fails in
[transactional_update](https://openqa.suse.de/tests/4090879/modules/transactional_update/steps/33)
In s390x we have a bug that the system is shutdown instead of reboot and for transactional updates we need to reboot the system several times, so when processing reboot in function `process_reboot` in lib/transactional.pm we need to apply/adapt workaround:
```
# Due to bsc#1167210, the system is shut down on reboot on zkvm on SP2.
# This is workaround to connect to the shut off machine.
if (is_sle('>=15-sp2')) {
record_soft_failure('bsc#1167210 - System shuts down instead of reboot on zkvm');
console('installation')->disable_vnc_stalls;
assert_shutdown_and_restore_system('reboot', 120);
}
reconnect_mgmt_console(timeout => 500);
```
## Test suite description
Test transactional updates with Btrfs and helper applications in a transactional update server.
## Reproducible
Fails since (at least) Build [164.1_jrivera_poo61991](https://openqa.suse.de/tests/4075149)
## Expected result
Last good: (unknown) (or more recent)
## Further details
Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=s390x&distri=sle&flavor=Online&machine=s390x-kvm-sle12&test=transactional_server_helper_apps&version=15-SP2)