ansible/test
Yanis Guenane 0648e339a7 openssl: remove static dict for keyUsage (#30339)
keyUsage and extendedKeyUsage are currently statically limited via a
static dict defined in modules_utils/crypto.py. If one specify a value
that isn't in there, idempotency won't work.

Instead of having static dict, we uses keyUsage and extendedKyeUsage
values OpenSSL NID and compare those rather than comparing strings.

Fixes: https://github.com/ansible/ansible/issues/30316
2017-09-14 12:03:00 -04:00
..
compile
integration openssl: remove static dict for keyUsage (#30339) 2017-09-14 12:03:00 -04:00
legacy Reorganize integration tests: 2017-09-14 07:14:30 -07:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Reorganize integration tests: 2017-09-14 07:14:30 -07:00
sanity nxos_snmp cleanup (#28922) 2017-09-13 08:23:36 -07:00
units Fixes #30281 eos_banner integration test failure (#30283) 2017-09-14 13:56:32 +05:30
utils Run all Windows tests if change detection disabled (#30320) 2017-09-13 22:21:19 -07:00