Nathaniel Case
53c7f8cbde
Allow httpapi for EOS resource modules ( #66871 )
...
* Redo tests to be transport agnostic
cli -> eos config
* Redirect connection for httpapi
* Fix tests
* Handle missing platform imports
2020-02-03 08:04:08 -05:00
Paul Belanger
af3603f9ee
Revert "Allow httpapi for resource modules ( #62843 )" ( #66483 )
...
While this does properly pass our testing for ansible/ansible devel
branch, it is currently breaking our collection testing for 2.10.
Specifically, this would mean ansible.netcommon would need to directly
import arista.eos or cisco.nxos collections, causing a circular dependency.
This reverts commit e266e5f8b6
.
2020-01-15 12:25:38 -05:00
Nathaniel Case
e266e5f8b6
Allow httpapi for resource modules ( #62843 )
...
* Redo tests to be transport agnostic
cli -> eos config
Redirect connection for httpapi
2020-01-14 14:26:10 -05:00
Paul Belanger
a1381d6e67
Add connection_local / connection_httpapi skip to eos ( #65948 )
...
This starts to allow us to break jobs out per connection testing.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-18 13:32:56 -05:00
Nathaniel Case
d9ffc61539
Add new module eos_l2_interfaces ( #59794 )
...
* Add module files for l2_interfaces
* Add module_utils
* Add tests
* Deprecate eos_l2_interface
* Clean up tests so eos_vlan will still pass
2019-08-19 11:24:36 -04:00