summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2020-06-19 12:10:16 -0400
committerGitHub <noreply@github.com>2020-06-19 16:10:16 +0000
commit04d6824f87023ec59dfed5eacb7684b024b15f32 (patch)
tree7fe8708b29403328bc147966ef8d9dc110052cff /tests
parentfa9d2a77845c521a4536e5a671c9328b34e58e17 (diff)
downloadvyos-ansible-old-04d6824f87023ec59dfed5eacb7684b024b15f32.tar.gz
vyos-ansible-old-04d6824f87023ec59dfed5eacb7684b024b15f32.zip
Remove # pylint: skip-file usage (#47)0.0.4
Remove # pylint: skip-file usage Reviewed-by: Paul Belanger https://github.com/pabelanger
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/compat/mock.py1
-rw-r--r--tests/unit/compat/unittest.py1
-rw-r--r--tests/unit/mock/loader.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_banner.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_command.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_config.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_facts.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_firewall_global.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_firewall_rules.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_ospfv2.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_ospfv3.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_ping.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_static_route.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_static_routes.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_system.py1
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_user.py1
-rw-r--r--tests/unit/modules/network/vyos/vyos_module.py1
18 files changed, 0 insertions, 18 deletions
diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py
index e8d66fa..b45d6b5 100644
--- a/tests/unit/compat/mock.py
+++ b/tests/unit/compat/mock.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/compat/unittest.py b/tests/unit/compat/unittest.py
index ad188d0..df3379b 100644
--- a/tests/unit/compat/unittest.py
+++ b/tests/unit/compat/unittest.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/mock/loader.py b/tests/unit/mock/loader.py
index 475a656..c21188e 100644
--- a/tests/unit/mock/loader.py
+++ b/tests/unit/mock/loader.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_banner.py b/tests/unit/modules/network/vyos/test_vyos_banner.py
index 3702431..c575409 100644
--- a/tests/unit/modules/network/vyos/test_vyos_banner.py
+++ b/tests/unit/modules/network/vyos/test_vyos_banner.py
@@ -14,7 +14,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_command.py b/tests/unit/modules/network/vyos/test_vyos_command.py
index 30a4d03..820c6c4 100644
--- a/tests/unit/modules/network/vyos/test_vyos_command.py
+++ b/tests/unit/modules/network/vyos/test_vyos_command.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_config.py b/tests/unit/modules/network/vyos/test_vyos_config.py
index c192f34..a471edd 100644
--- a/tests/unit/modules/network/vyos/test_vyos_config.py
+++ b/tests/unit/modules/network/vyos/test_vyos_config.py
@@ -17,7 +17,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_facts.py b/tests/unit/modules/network/vyos/test_vyos_facts.py
index b5bfca0..b22a523 100644
--- a/tests/unit/modules/network/vyos/test_vyos_facts.py
+++ b/tests/unit/modules/network/vyos/test_vyos_facts.py
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
index aad2582..0697f6e 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
index 1f4e5fe..2a9a81c 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
index a058bd0..8d59e19 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
index ffefbed..3d558b8 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
index 9027975..9c016da 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ping.py b/tests/unit/modules/network/vyos/test_vyos_ping.py
index 4bead84..e307610 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ping.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ping.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_static_route.py b/tests/unit/modules/network/vyos/test_vyos_static_route.py
index 7bd07f6..8eef5fb 100644
--- a/tests/unit/modules/network/vyos/test_vyos_static_route.py
+++ b/tests/unit/modules/network/vyos/test_vyos_static_route.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_static_routes.py b/tests/unit/modules/network/vyos/test_vyos_static_routes.py
index be70713..85c0842 100644
--- a/tests/unit/modules/network/vyos/test_vyos_static_routes.py
+++ b/tests/unit/modules/network/vyos/test_vyos_static_routes.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_system.py b/tests/unit/modules/network/vyos/test_vyos_system.py
index 6f9057e..c22f7c1 100644
--- a/tests/unit/modules/network/vyos/test_vyos_system.py
+++ b/tests/unit/modules/network/vyos/test_vyos_system.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_user.py b/tests/unit/modules/network/vyos/test_vyos_user.py
index bb8fb44..d4c2dbe 100644
--- a/tests/unit/modules/network/vyos/test_vyos_user.py
+++ b/tests/unit/modules/network/vyos/test_vyos_user.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/vyos_module.py b/tests/unit/modules/network/vyos/vyos_module.py
index 6faf4bd..49d4652 100644
--- a/tests/unit/modules/network/vyos/vyos_module.py
+++ b/tests/unit/modules/network/vyos/vyos_module.py
@@ -16,7 +16,6 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
-# pylint: skip-file
from __future__ import absolute_import, division, print_function
__metaclass__ = type