mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix eapi tests to use become (#40838)
* Return the expected prompt character based on become status * Update eos_banner tests for eapi * Update eos_config tests for eapi * Update eos_facts tests for eapi * Update eos_interface tests for eapi * Update eos_l3_interface tests for eapi * Update eos_lldp tests for eapi * Update eos_logging tests for eapi * Update eos_smoke tests for eapi * Update eos_system tests for eapi
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
description: test-interface-1
|
||||
mtu: 1800
|
||||
state: present
|
||||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
become: yes
|
||||
register: result
|
||||
|
||||
@@ -24,8 +22,6 @@
|
||||
name: "{{ test_interface_1 }}"
|
||||
description: test-interface-initial
|
||||
state: present
|
||||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
become: yes
|
||||
register: result
|
||||
|
||||
@@ -41,8 +37,6 @@
|
||||
description: test-interface
|
||||
mtu: 2000
|
||||
state: present
|
||||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
become: yes
|
||||
register: result
|
||||
|
||||
@@ -53,4 +47,4 @@
|
||||
- '"description test-interface" in result.commands'
|
||||
- '"mtu 2000" in result.commands'
|
||||
|
||||
- debug: msg="END eos cli/net_interface.yaml on connection={{ ansible_connection }}"
|
||||
- debug: msg="END eos cli/net_interface.yaml on connection={{ ansible_connection }}"
|
||||
|
||||
Reference in New Issue
Block a user