action #150209
closedFails to ssh to the VM with autoyast_mini test[s390x], we may need to double check the autoyast config file to check ssh/firewall configuration
Description
Motivation¶
openQA test in scenario sle-15-SP6-Online-s390x-autoyast_mini@s390x-kvm fails in
console
Test fails at ssh ....port 22, Connection refused
, I have a quick glance and I can not find any firewall/sshd config in autoyast configuration file https://openqa.suse.de/tests/12797241/file/mini_s390x.xml
We may need to double confirm if we have the right ay file there at first before further investigation.
Acceptance criteria¶
AC1: Double check if the ssh related packages are installed, and ssh port is open during the installation
AC2: Double check if the ssh port is blocked by firewalld
AC3: May need to file a bug report to developer if no issues with ay file.
Reproducible¶
Fails since (at least) Build 27.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 about 1 year ago
- Subject changed from Fails to ssh to the VM with autoyast_mini test, we may need to double check the autoyast config file to check ssh/firewall configuration to Fails to ssh to the VM with autoyast_mini test[s390x], we may need to double check the autoyast config file to check ssh/firewall configuration
Updated by rfan1 about 1 year ago
- Status changed from Workable to In Progress
- Assignee set to rfan1
Updated by rfan1 about 1 year ago
The issue is caused by missed openssh
package during the installation phase.
it can pass now with autoyast configuration change:
+ <packages config:type="list">
+ <package>openssh</package>
+ </packages>
</software>
Updated by rfan1 about 1 year ago
Updated by rfan1 about 1 year ago
- Status changed from In Progress to Feedback
PR is merged, mark it as feedback. will close it if no issue with openQA run.