You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
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
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration network.py:ActionModule:run: does not honor _handle_src_option failures (#52745) 6 years ago
legacy tests: cloudscale_server: convert legacy to target tests (#52576) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Run network tests when paramiko plugin changes. 6 years ago
sanity Don't document a type for an argument which uses a callable (#53008) 6 years ago
units Lenovo cnos logging (#52978) 6 years ago
utils Ignore errors during container cleanup in CI. 6 years ago