Add test to remove Ethernet profile

This commit is contained in:
Till Maas 2018-05-18 23:41:16 +02:00
parent 598e487971
commit 0fc1b5bbb5
2 changed files with 4 additions and 3 deletions

1
tests/remove-profile.yml Symbolic link
View file

@ -0,0 +1 @@
../examples/remove-profile.yml

View file

@ -35,9 +35,9 @@
# vars:
# profile: "{{ interface }}"
## FIXME: assert profile/device down
#- import_playbook: remove-profile.yml
# vars:
# profile: "{{ interface }}"
- import_playbook: remove-profile.yml
vars:
profile: "{{ interface }}"
# FIXME: assert profile away
- name: Remove interfaces
hosts: all