ansible/test/units/modules/network
Evgeny Fedoruk e73d3dfe20 Fixing bug when returned 404 status code considered as invalid (#33530)
In case of workflow delete action, the returned 404 status code
considered as invalid although it's a valid code for not found (deleted)
entity.
Removed verification of the status. Only success should be verified.

Fixes #33524
2017-12-06 14:18:45 +00:00
..
aireos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
aruba Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 2017-08-02 15:24:52 +01:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
enos Adding module enos_config and its UT files (#33081) 2017-11-29 15:17:04 +00:00
eos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
f5 Various errors and formatting fixes (#33503) 2017-12-02 22:33:18 -08:00
ios Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
iosxr Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
ironware Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
junos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
mlnxos Add mlnxos_config module (#33356) 2017-12-01 17:03:02 +00:00
netscaler Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
nso Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
nuage Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
nxos loopback doesn't support passive_interface (#33252) 2017-11-27 22:56:16 +05:30
ovs Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
radware Fixing bug when returned 404 status code considered as invalid (#33530) 2017-12-06 14:18:45 +00:00
vyos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
__init__.py