openssl_csr: fix tests (#63994)

* Make sure tests are validated with correct backend in mind.

* Fix tests.

(cherry picked from commit 35a412fab7)
pull/64756/head
Felix Fontein 5 years ago committed by Matt Clay
parent c65e003796
commit 13db4b90a5

@ -39,6 +39,6 @@
- import_tasks: ../tests/validate.yml
vars:
select_crypto_backend: pyopenssl
select_crypto_backend: cryptography
when: cryptography_version.stdout is version('1.3', '>=')

@ -133,7 +133,7 @@
- subject_key_identifier_3 is changed
- subject_key_identifier_4 is changed
- subject_key_identifier_5 is not changed
- subject_key_identifier_6 is not changed
- subject_key_identifier_6 is changed
when: select_crypto_backend != 'pyopenssl'
- name: Verify that authority key identifier handling works

Loading…
Cancel
Save