To fix bug on switch port issue of L3 interfaces. (#53267)

* To fix bug on switch port issue of L3 interfaces.

* Adding mock return value for is_switch_port method
This commit is contained in:
Anil Kumar Muraleedharan
2019-03-06 22:38:53 +05:30
committed by Nathaniel Case
parent d241794daa
commit 77565554c8
3 changed files with 48 additions and 3 deletions

View File

@@ -19,6 +19,8 @@
cnos_config:
lines:
- no shutdown
- no switchport
- no logging monitor
parents:
- "interface {{ item }}"
provider: "{{ cli }}"