1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/nxos_config
Chris Van Heuveln d69239c440 network.py:ActionModule:run: does not honor _handle_src_option failures (#52745)
* network.py:ActionModule:run: does not honor _handle_src_option failures

PR #50301 moved template error handling out of run() and into its
own method in `_handle_src_option`; however, after the change run()
ignores the return value so any errors are ignored.

Reproduceable with `nxos_config/tests/common/src_invalid.yaml`

Verified fix with `nxos_config/tests/common/src_*` tests.

Ref:
71113ee291 (diff-7477bf046013758366cc85b06f90709aR43)

* nxos_config/tests/common/src_basic: Updated to test with src

This test was not actually testing with `src:` as it should have.

* Revert 412d7e change to plugins/action/network.py

PR #52912 fixed this already.

* nxos_config: fix src_invalid test
2019-02-28 11:07:03 +05:30
..
defaults Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
meta Migrate Network Tests into ansible/ansible (#18233) 2016-10-28 19:50:29 +01:00
tasks Add cli_config module (#42413) 2018-08-14 13:52:15 +05:30
templates Add cli_config module (#42413) 2018-08-14 13:52:15 +05:30
tests network.py:ActionModule:run: does not honor _handle_src_option failures (#52745) 2019-02-28 11:07:03 +05:30