Home
last modified time | relevance | path

Searched refs:expected_cert_path (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-django-extensions/django-extensions-3.0.5/tests/
H A Dtest_runserver.py40 def test_determining_paths(cert_option, key_file_option, expected_cert_path, expected_key_path): argument
44 assert expected_cert_path == result_cert_path
/dports/security/s2n/s2n-tls-1.1.2/tests/integration/
H A Ds2n_handshake_test_s_client.py177 def validate_selected_certificate(s_client_out, expected_cert_path): argument
196 expected_cert_str = open(expected_cert_path).read()
826 expected_cert_path = test_case.expected_cert[0]
830 …expect_hostname_match, server_cert_key_list=cert_key_list, expected_server_cert=expected_cert_path,
835 expected_cert_path,
/dports/security/py-certbot/certbot-1.22.0/tests/
H A Dstorage_test.py702 expected_cert_path = self.test_rc.version("cert", version)
708 self.assertEqual(mock_checker.call_args[0][0], expected_cert_path)
714 self.assertEqual(mock_checker.call_args[0][0], expected_cert_path)
721 self.assertEqual(mock_checker.call_args[0][0], expected_cert_path)