ansible-collections.communi.../tests/unit/plugins/modules
Nikolay Dachev d57de117f5
update community.routeros.api query functionality (#63)
* update query to accept multiple librouteros ADN parameters

* update query for new yml strucutre

* add extended_query as separate function:(code in progress)

* extended_query main code is ready for review

* add changelog #63

* small fix for code indentation

* fix pep

* clear all pep issues

* extended_query ready for review (new yml structure)

* small doc fix for std query

* Update changelogs/fragments/63-add-extended_query.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/63-add-extended_query.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update argument spec.

* Other suggestions.

* Fix syntax errors ('is' and 'or' are keywords).

* Make everything work again.

* Add docs, simplify code.

* Add some first tests.

* Do not add fake message when there is no search result.

* Improve tests.

* Fix tests.

* update extened query docs and ros api module examples

* fix pep plugins/modules/api.py:154:1: W293: blank line contains whitespace

* fix extended query example intend

* Update plugins/modules/api.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/api.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix example docs

Co-authored-by: dako <dako@syslin.sof.dachev.lan>
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-05-23 14:44:02 +03:00
..
fixtures Verbose config extra fact (#23) 2021-03-29 19:05:10 +02:00
__init__.py Add networking (#1) 2020-10-26 15:18:40 +01:00
fake_api.py update community.routeros.api query functionality (#63) 2022-05-23 14:44:02 +03:00
routeros_module.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_api.py update community.routeros.api query functionality (#63) 2022-05-23 14:44:02 +03:00
test_api_facts.py Improve unit test performance. (Do not install library we do not use in the tests anyway.) (#92) 2022-05-15 22:42:26 +02:00
test_command.py Make command always return changed=true. (#50) 2021-10-09 13:36:14 +02:00
test_facts.py Fix sanity failures (#43) 2021-08-12 08:53:21 +02:00
utils.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#38) 2021-06-27 09:53:45 +02:00