From 84afad5130564a8ad48e756cca1566c17eaafc36 Mon Sep 17 00:00:00 2001 From: Rohit Date: Thu, 18 Jun 2020 01:48:45 +0530 Subject: [VyOS]: update readme and add .rst files (#44) [VyOS]: update readme and add .rst files Reviewed-by: https://github.com/apps/ansible-zuul --- tests/unit/compat/mock.py | 1 + tests/unit/compat/unittest.py | 1 + tests/unit/mock/loader.py | 1 + tests/unit/modules/network/vyos/test_vyos_banner.py | 1 + tests/unit/modules/network/vyos/test_vyos_command.py | 1 + tests/unit/modules/network/vyos/test_vyos_config.py | 1 + tests/unit/modules/network/vyos/test_vyos_facts.py | 1 + tests/unit/modules/network/vyos/test_vyos_firewall_global.py | 1 + tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py | 1 + tests/unit/modules/network/vyos/test_vyos_firewall_rules.py | 1 + tests/unit/modules/network/vyos/test_vyos_ospfv2.py | 1 + tests/unit/modules/network/vyos/test_vyos_ospfv3.py | 1 + tests/unit/modules/network/vyos/test_vyos_ping.py | 1 + tests/unit/modules/network/vyos/test_vyos_static_route.py | 1 + tests/unit/modules/network/vyos/test_vyos_static_routes.py | 1 + tests/unit/modules/network/vyos/test_vyos_system.py | 1 + tests/unit/modules/network/vyos/test_vyos_user.py | 1 + tests/unit/modules/network/vyos/vyos_module.py | 1 + 18 files changed, 18 insertions(+) (limited to 'tests/unit') diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py index b45d6b5..e8d66fa 100644 --- a/tests/unit/compat/mock.py +++ b/tests/unit/compat/mock.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 df3379b..ad188d0 100644 --- a/tests/unit/compat/unittest.py +++ b/tests/unit/compat/unittest.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 c21188e..475a656 100644 --- a/tests/unit/mock/loader.py +++ b/tests/unit/mock/loader.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 c575409..3702431 100644 --- a/tests/unit/modules/network/vyos/test_vyos_banner.py +++ b/tests/unit/modules/network/vyos/test_vyos_banner.py @@ -14,6 +14,7 @@ # along with Ansible. If not, see . # 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 820c6c4..30a4d03 100644 --- a/tests/unit/modules/network/vyos/test_vyos_command.py +++ b/tests/unit/modules/network/vyos/test_vyos_command.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 a471edd..c192f34 100644 --- a/tests/unit/modules/network/vyos/test_vyos_config.py +++ b/tests/unit/modules/network/vyos/test_vyos_config.py @@ -17,6 +17,7 @@ # along with Ansible. If not, see . # 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 b22a523..b5bfca0 100644 --- a/tests/unit/modules/network/vyos/test_vyos_facts.py +++ b/tests/unit/modules/network/vyos/test_vyos_facts.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . # 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 0697f6e..aad2582 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 2a9a81c..1f4e5fe 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 8d59e19..a058bd0 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 3d558b8..ffefbed 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 9c016da..9027975 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 e307610..4bead84 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ping.py +++ b/tests/unit/modules/network/vyos/test_vyos_ping.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 8eef5fb..7bd07f6 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_route.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_route.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 85c0842..be70713 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_routes.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_routes.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 c22f7c1..6f9057e 100644 --- a/tests/unit/modules/network/vyos/test_vyos_system.py +++ b/tests/unit/modules/network/vyos/test_vyos_system.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 d4c2dbe..bb8fb44 100644 --- a/tests/unit/modules/network/vyos/test_vyos_user.py +++ b/tests/unit/modules/network/vyos/test_vyos_user.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # 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 49d4652..6faf4bd 100644 --- a/tests/unit/modules/network/vyos/vyos_module.py +++ b/tests/unit/modules/network/vyos/vyos_module.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see . # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type -- cgit v1.2.3