b3e8c48d4b
* WIP Add eos_vlan module * Fix docstrings * Fix pep8 issues * Add active/suspend states logic * Add integration tests for eos_vlan * Fix map_config_to_obj on EAPI * Sixify iteritems * Add platform agnostic net_vlan integration tests
4 lines
123 B
YAML
4 lines
123 B
YAML
---
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|