Skip to content

Commit

Permalink
[ignore] Add a few extra assessments in test file for ndo_port_chann
Browse files Browse the repository at this point in the history
el_interfaces.
  • Loading branch information
gmicol committed Nov 13, 2024
1 parent 05640e1 commit 23b361d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ndo_port_channel_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
state: present
- name: Update a Port Channel Interface's name
cisco.mso.ndo_virtual_port_channel_interface:
cisco.mso.ndo_port_channel_interface:
host: mso_host
username: admin
password: SomeSecretPassword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@
- query_one.current.name == "ansible_port_channel_interface_2"
- query_all is not changed
- query_all.current | length == 2
- query_all.current.0.name == "ansible_port_channel_interface_changed"
- query_all.current.0.name == "ansible_port_channel_interface_2"

# DELETE

Expand Down

0 comments on commit 23b361d

Please sign in to comment.