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/units/modules/network
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
6 years ago
..
aireos Update bare exceptions to specify Exception. 6 years ago
aruba Update bare exceptions to specify Exception. 6 years ago
basics code clean of old code from network modules updates (#21469) 8 years ago
cloudvision Ensure that current uses of BaseException are required 6 years ago
cnos Update bare exceptions to specify Exception. 6 years ago
cumulus Remove wildcard import in test_nclu 7 years ago
dellos6 Update bare exceptions to specify Exception. 6 years ago
dellos9 Update bare exceptions to specify Exception. 6 years ago
dellos10 Update bare exceptions to specify Exception. 6 years ago
edgeos Update bare exceptions to specify Exception. 6 years ago
edgeswitch Update bare exceptions to specify Exception. 6 years ago
enos Update bare exceptions to specify Exception. 6 years ago
eos Update bare exceptions to specify Exception. 6 years ago
exos Update bare exceptions to specify Exception. 6 years ago
f5 Deprecate the bigip_asm_policy module (#49574) 6 years ago
fortimanager Fortinet FortiManager Device Group Module (#46086) 6 years ago
ftd FTD modules: upsert functionality and bug fixes (#47747) 6 years ago
ingate Update bare exceptions to specify Exception. 6 years ago
ios Update bare exceptions to specify Exception. 6 years ago
iosxr Update bare exceptions to specify Exception. 6 years ago
ironware Update bare exceptions to specify Exception. 6 years ago
itential itential iap_token module (#46773) 6 years ago
junos Update bare exceptions to specify Exception. 6 years ago
netact Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
netscaler Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
netvisor Update bare exceptions to specify Exception. 6 years ago
nos Update bare exceptions to specify Exception. 6 years ago
nso Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
nuage Replace nose with pytest 6 years ago
nxos Update bare exceptions to specify Exception. 6 years ago
onyx Update bare exceptions to specify Exception. 6 years ago
opx Update bare exceptions to specify Exception. 6 years ago
ovs Update bare exceptions to specify Exception. 6 years ago
radware Enable additional pylint rules and resolve issues found. (#47221) 6 years ago
routeros Update bare exceptions to specify Exception. 6 years ago
slxos Update bare exceptions to specify Exception. 6 years ago
voss Update bare exceptions to specify Exception. 6 years ago
vyos Update bare exceptions to specify Exception. 6 years ago
__init__.py adds new module net_command for network devices (#19468) 8 years ago