4 changed files with
8 additions and
0 deletions
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: absent
|
|
|
|
|
provider: "{{ cli }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
@ -22,6 +23,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: absent
|
|
|
|
|
provider: "{{ cli }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: present
|
|
|
|
|
provider: "{{ cli }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
@ -22,6 +23,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: present
|
|
|
|
|
provider: "{{ cli }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: absent
|
|
|
|
|
provider: "{{ nxapi }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
@ -22,6 +23,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: absent
|
|
|
|
|
provider: "{{ nxapi }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: present
|
|
|
|
|
provider: "{{ nxapi }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
@ -22,6 +23,7 @@
|
|
|
|
|
interface: Loopback1
|
|
|
|
|
state: present
|
|
|
|
|
provider: "{{ nxapi }}"
|
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
- assert:
|
|
|
|
|
that:
|
|
|
|
|