From 9349a121bdbc3984b832f0956812bb830be38a00 Mon Sep 17 00:00:00 2001 From: Gunasekaran Tamilarasan <58520486+gunasekaran-t@users.noreply.github.com> Date: Tue, 8 Dec 2020 14:49:23 +0530 Subject: [PATCH] Fix sanity issues with Ansible version 2.10 (#56) * Updated module links in README to have full url * Fix sanity issue with 2.10 --- README.md | 6 +++--- tests/sanity/ignore-2.10.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f38dd7..8c95a73 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This collection includes Ansible modules, plugins and roles needed to provision Name | Description --- | --- -[os10_command](docs/dellemc.os10.os10_command_module.rst)| Run commands on devices running OS10 -[os10_config](docs/dellemc.os10.os10_config_module.rst)| Manage configuration on devices running OS10 -[os10_facts](docs/dellemc.os10.os10_facts_module.rst)| Collect facts from devices running OS10 +[os10_command](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_command_module.rst)| Run commands on devices running OS10 +[os10_config](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_config_module.rst)| Manage configuration on devices running OS10 +[os10_facts](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_facts_module.rst)| Collect facts from devices running OS10 ### Collection roles These roles facilitate the provisioning and administration of devices running SmartFabric OS10. There are over 30 roles available that provide a comprehensive coverage of most OS10 resources, including *os10_interface*, *os10_acl*, *os10_bgp*, and *os10_vxlan*. The documentation for each role is at [OS10 roles](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/roles.rst). diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index 7e081d7..bfed9cf 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -8,6 +8,9 @@ plugins/modules/show_system_network_summary.py validate-modules:parameter-list-n plugins/modules/os10_config.py validate-modules:parameter-list-no-elements plugins/modules/os10_facts.py validate-modules:parameter-list-no-elements plugins/modules/os10_command.py validate-modules:parameter-list-no-elements +plugins/modules/os10_config.py validate-modules:doc-default-does-not-match-spec +plugins/modules/os10_facts.py validate-modules:doc-default-does-not-match-spec +plugins/modules/os10_command.py validate-modules:doc-default-does-not-match-spec plugins/module_utils/network/base_network_show.py import-2.6 plugins/modules/base_xml_to_dict.py import-2.6 plugins/modules/bgp_validate.py import-2.6