Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
when running this test two times the first time it's OK, then the second time it fails:
Scenario: nmcli - general - activate static connection with no carrier - not ignored
* Add a new connection of type "ethernet" and options "ifname testG con-name con_general autoconnect no" ... passed in 0.027s
* Modify connection "con_general" changing options "ipv4.method manual ipv4.address '192.168.5.11/24' ipv4.gateway '192.168.5.1' ipv6.method ignore" ... passed in 0.027s
* Prepare simulated veth device "testG" wihout carrier ... passed in 1.212s
* Execute "nmcli con up con_general" ... passed in 2.064s
Then "connected:con_general" is visible with command "nmcli -t -f STATE,CONNECTION device" in "60" seconds ... passed in 0.112s
Then "192.168.5.11" is visible with command "ip a s testG" in "60" seconds ... failed in 60.016s
Assertion Failed: Did not see the pattern "192.168.5.11" in 60 seconds, output was:
3: testG@if2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN group default qlen 1000
link/ether fa:55:99:77:91:1c brd ff:ff:ff:ff:ff:ff link-netns testG_ns
https://desktopqe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/beaker-NetworkManager-main-veth-rhel8-upstream/858/artifact/artifacts/FAIL_report_NetworkManager-ci_Test0680_nmcli_general_activate_static_connection_carrier_not_ignored.html
Version-Release number of selected component (if applicable):
NetworkManager-1.36.0-0.4.el8.x86_64
How reproducible:
always
Steps to Reproduce:
1. git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci; cd NetworkMAnager-ci
2../test_run.sh nmcli_general_activate_static_connection_carrier_not_ignored
Actual results:
FAIL for the second time
Expected results:
no fail when multiple repetitions
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (NetworkManager bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2022:1985
Description of problem: when running this test two times the first time it's OK, then the second time it fails: Scenario: nmcli - general - activate static connection with no carrier - not ignored * Add a new connection of type "ethernet" and options "ifname testG con-name con_general autoconnect no" ... passed in 0.027s * Modify connection "con_general" changing options "ipv4.method manual ipv4.address '192.168.5.11/24' ipv4.gateway '192.168.5.1' ipv6.method ignore" ... passed in 0.027s * Prepare simulated veth device "testG" wihout carrier ... passed in 1.212s * Execute "nmcli con up con_general" ... passed in 2.064s Then "connected:con_general" is visible with command "nmcli -t -f STATE,CONNECTION device" in "60" seconds ... passed in 0.112s Then "192.168.5.11" is visible with command "ip a s testG" in "60" seconds ... failed in 60.016s Assertion Failed: Did not see the pattern "192.168.5.11" in 60 seconds, output was: 3: testG@if2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN group default qlen 1000 link/ether fa:55:99:77:91:1c brd ff:ff:ff:ff:ff:ff link-netns testG_ns https://desktopqe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/beaker-NetworkManager-main-veth-rhel8-upstream/858/artifact/artifacts/FAIL_report_NetworkManager-ci_Test0680_nmcli_general_activate_static_connection_carrier_not_ignored.html Version-Release number of selected component (if applicable): NetworkManager-1.36.0-0.4.el8.x86_64 How reproducible: always Steps to Reproduce: 1. git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci; cd NetworkMAnager-ci 2../test_run.sh nmcli_general_activate_static_connection_carrier_not_ignored Actual results: FAIL for the second time Expected results: no fail when multiple repetitions Additional info: