Skip to content

Commit

Permalink
Fix(eos_designs): Empty description under network-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Dec 18, 2023
1 parent ea5917f commit 0ab1a93
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,26 @@ interface Ethernet14
no shutdown
switchport
!
interface Ethernet51
description
shutdown
switchport
!
interface Ethernet52
description
shutdown
switchport
!
interface Ethernet53
description
shutdown
switchport
!
interface Ethernet54
description
shutdown
switchport
!
interface Vlan4094
description MLAG_PEER
no shutdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,26 @@ ethernet_interfaces:
description: CONNECTED_ENDPOINT_OVERWRITING_NETWORK_PORT_Eth42
shutdown: false
type: switched
- name: Ethernet51
peer_type: network_port
description: ''
shutdown: true
type: switched
- name: Ethernet52
peer_type: network_port
description: ''
shutdown: true
type: switched
- name: Ethernet53
peer_type: network_port
description: ''
shutdown: true
type: switched
- name: Ethernet54
peer_type: network_port
description: ''
shutdown: true
type: switched
mlag_configuration:
domain_id: mlag
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ network_ports:
- Ethernet12
description: Config overwriting base config

# Test no description
- switches:
- network-ports-tests.1
switch_ports:
- Ethernet51-54
enabled: false

servers:
- name: CONNECTED_ENDPOINT_OVERWRITING_NETWORK_PORT
adapters:
Expand Down

0 comments on commit 0ab1a93

Please sign in to comment.