Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1472141 Details for
Bug 1369905
[RFE] NetworkManager only configures static/manual IP addresses after DHCP completes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[NM-CI PATCH] ipv4: add test @ipv4_dhcp_apply_static_address_immediately
0001-ipv4-add-test-ipv4_dhcp_apply_static_address_immedia.patch (text/plain), 2.30 KB, created by
Beniamino Galvani
on 2018-08-01 15:20:04 UTC
(
hide
)
Description:
[NM-CI PATCH] ipv4: add test @ipv4_dhcp_apply_static_address_immediately
Filename:
MIME Type:
Creator:
Beniamino Galvani
Created:
2018-08-01 15:20:04 UTC
Size:
2.30 KB
patch
obsolete
>From 071fa81a0e8ee991f409cf7f0926e60ee8e27bef Mon Sep 17 00:00:00 2001 >From: Beniamino Galvani <bgalvani@redhat.com> >Date: Wed, 1 Aug 2018 17:10:04 +0200 >Subject: [NM-CI PATCH] ipv4: add test > @ipv4_dhcp_apply_static_address_immediately > >Check that static ipv4 addresses on DHCP connections are applied >immediately without waiting for DHCP response. > >https://bugzilla.redhat.com/show_bug.cgi?id=1369905 >--- > mapper.yaml | 2 ++ > nmcli/features/ipv4.feature | 15 +++++++++++++++ > 2 files changed, 17 insertions(+) > >diff --git a/mapper.yaml b/mapper.yaml >index 225850f..93ef909 100644 >--- a/mapper.yaml >+++ b/mapper.yaml >@@ -736,6 +736,8 @@ testmapper: > feature: ipv4 > # - ipv4_dhcp-hostname_shared_persists: > # feature: ipv4 >+ - ipv4_dhcp_apply_static_address_immediately >+ feature: ipv4 > - vlan_add_default_device: > feature: vlan > - vlan_add_beyond_range: >diff --git a/nmcli/features/ipv4.feature b/nmcli/features/ipv4.feature >index e13b7a1..f15da5b 100644 >--- a/nmcli/features/ipv4.feature >+++ b/nmcli/features/ipv4.feature >@@ -2003,3 +2003,18 @@ Feature: nmcli: ipv4 > * Execute "nmcli con mod con_ipv4 ipv4.method shared" > Then "test" is visible with command "nmcli -f ipv4.dhcp-hostname con show con_ipv4" > And "DHCP_HOSTNAME=test" is visible with command "cat /etc/sysconfig/network-scripts/ifcfg-con_ipv4" >+ >+ @rhbz1369905 >+ @ver+=1.13.2 >+ @con_ipv4_remove @teardown_testveth >+ @ipv4_dhcp_apply_static_address_immediately >+ Scenario: NM - ipv4 - dhcp - apply static address immediately >+ * Prepare simulated test "testX4" device >+ * Add a new connection of type "ethernet" and options "con-name con_ipv4 autoconnect no ifname testX4" >+ * Execute "nmcli connection modify con_ipv4 ipv4.addresses 192.168.124.1/24" >+ * Execute "ip netns exec testX4_ns kill -SIGSTOP $(cat /tmp/testX4_ns.pid)" >+ * Execute "nmcli connection up con_ipv4" without waiting for process to finish >+ Then "192.168.124.1/24" is visible with command "ip a s testX4" in "20" seconds >+ * Execute "ip netns exec testX4_ns kill -SIGCONT $(cat /tmp/testX4_ns.pid)" >+ When "testX4:connected:con_ipv4" is visible with command "nmcli -t -f DEVICE,STATE,CONNECTION device" in "30" seconds >+ Then "192.168.99.*/24" is visible with command "ip a s testX4" >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1369905
:
1472140
| 1472141