Skip to content

Commit

Permalink
[ignore] Modify test assessment for creating a virtual port channel i…
Browse files Browse the repository at this point in the history
…nterface with min requirements.
  • Loading branch information
gmicol committed Feb 21, 2025
1 parent 2913ee8 commit a82cbd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/ndo_virtual_port_channel_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- The list of used Interface IDs for the second node.
- Ranges of Interface IDs can be used.
- This parameter is required when creating a new Virtual Port Channel Interface.
- If O(interfaces_node_2=[mirror]) is defined as an empty list and O(interfaces_node_1) is clearly defined,
- If O(interfaces_node_2=[mirror]) and O(interfaces_node_1) is clearly defined,
the interfaces of O(interfaces_node_1) will be mirrored in O(interfaces_node_2).
type: list
elements: str
Expand Down Expand Up @@ -175,7 +175,7 @@
state: present
register: virtual_port_channel_interface_1
- name: Update a Virtual Port Channel Interface's interfaces and their descriptions
- name: Update a Virtual Port Channel Interface's interfaces and their descriptions
cisco.mso.ndo_virtual_port_channel_interface:
host: mso_host
username: admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@
- nm_create_virtual_port_channel_interface_min is changed
- nm_create_virtual_port_channel_interface_min.previous == {}
- nm_create_virtual_port_channel_interface_min.current.name == "ansible_virtual_port_channel_interface_2"
- (nm_create_virtual_port_channel_interface_min.current.node1Details.node | from_json) is none
- nm_create_virtual_port_channel_interface_min.current.node1Details.node == ""
- nm_create_virtual_port_channel_interface_min.current.node1Details.memberInterfaces == "1/1"
- (nm_create_virtual_port_channel_interface_min.current.node2Details.node | from_json) is none
- nm_create_virtual_port_channel_interface_min.current.node2Details.node == ""
- nm_create_virtual_port_channel_interface_min.current.node2Details.memberInterfaces == "1/1"
- (nm_create_virtual_port_channel_interface_min.current.interfaceDescriptions | from_json) is none
- nm_create_virtual_port_channel_interface_min.current.interfaceDescriptions is none

# UPDATE

Expand Down

0 comments on commit a82cbd9

Please sign in to comment.