Bugzilla – Bug 1212144
[Build 20230607] openQA test fails in hostname because of "nmcli device disconnect" does not disconnect on s390x
Last modified: 2023-07-30 17:53:35 UTC
## Observation openQA test in scenario opensuse-Tumbleweed-DVD-s390x-textmode-server@s390x-zVM-vswitch-l2 fails in [hostname](https://openqa.opensuse.org/tests/3345832/modules/hostname/steps/21) ## Test suite description The base test suite is used for job templates defined in YAML documents. It has no settings of its own. ## Reproducible Fails since (at least) Build [20230605](https://openqa.opensuse.org/tests/3339006) ## Expected result Last good: [20230604](https://openqa.opensuse.org/tests/3335616) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=s390x&distri=opensuse&flavor=DVD&machine=s390x-zVM-vswitch-l2&test=textmode-server&version=Tumbleweed) I can identify, that "nmcli device disconnect" does not have any result on s390x in openQA. The result are 2 failed test suites.
Looks like the testsuite has been updated, and does not consider wicked based networks. Richard, could you please have a look?
Hi, the following PR should resolve this https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17230 basically the SUT is connected via SSH and the new nmcli code disconnects the SUT. The above PR prevents this from happening by reverting to the old method (which probably does nothing on NetworkManager see: https://bugzilla.suse.com/show_bug.cgi?id=1211677)
Thank you! It is working now again.
Verified by Sarah.