mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Update slxos_vlan for new SLX-OS versions, linting fixes (#52956)
This commit is contained in:
committed by
John R Barker
parent
4ea09d4d96
commit
b92d81cc01
@@ -22,8 +22,8 @@ __metaclass__ = type
|
||||
import json
|
||||
|
||||
from units.compat.mock import patch
|
||||
from ansible.modules.network.exos import exos_command
|
||||
from units.modules.utils import set_module_args
|
||||
from ansible.modules.network.exos import exos_command
|
||||
from .exos_module import TestExosModule, load_fixture
|
||||
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
from units.compat.mock import patch
|
||||
from ansible.modules.network.exos import exos_config
|
||||
from units.modules.utils import set_module_args
|
||||
from ansible.modules.network.exos import exos_config
|
||||
from .exos_module import TestExosModule, load_fixture
|
||||
|
||||
|
||||
|
||||
@@ -20,12 +20,11 @@ from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import os
|
||||
import json
|
||||
|
||||
from units.compat.mock import patch
|
||||
from ansible.modules.network.exos import exos_facts
|
||||
from units.modules.utils import set_module_args
|
||||
from .exos_module import TestExosModule, load_fixture
|
||||
from ansible.modules.network.exos import exos_facts
|
||||
from .exos_module import TestExosModule
|
||||
|
||||
|
||||
class TestExosFactsModule(TestExosModule):
|
||||
|
||||
Reference in New Issue
Block a user