ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / service_identity / test / results-all.master
blobb9a86bae924040bd633b2c84ffcc0979c84c0784
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m coverage run -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 OpenSSL: OpenSSL 3.1.7 3 Sep 2024
7 pyOpenSSL: 24.2.1
8 cryptography: 43.0.3
9 rootdir: $(@D)
10 configfile: pyproject.toml
11 testpaths: tests
12 collecting ... collected 132 items
14 tests/test_cryptography.py::TestPublicAPI::test_no_cert_patterns_hostname PASSED
15 tests/test_cryptography.py::TestPublicAPI::test_no_cert_patterns_ip_address[203.0.113.0] PASSED
16 tests/test_cryptography.py::TestPublicAPI::test_no_cert_patterns_ip_address[2001:db8::] PASSED
17 tests/test_cryptography.py::TestPublicAPI::test_certificate_verify_hostname_ok PASSED
18 tests/test_cryptography.py::TestPublicAPI::test_certificate_verify_hostname_fail PASSED
19 tests/test_cryptography.py::TestPublicAPI::test_verify_certificate_ip_address_ok[1.1.1.1] PASSED
20 tests/test_cryptography.py::TestPublicAPI::test_verify_certificate_ip_address_ok[::1] PASSED
21 tests/test_cryptography.py::TestPublicAPI::test_verify_ip_address_fail[1.1.1.2] PASSED
22 tests/test_cryptography.py::TestPublicAPI::test_verify_ip_address_fail[::2] PASSED
23 tests/test_cryptography.py::TestExtractPatterns::test_dns PASSED
24 tests/test_cryptography.py::TestExtractPatterns::test_cn_ids_are_ignored PASSED
25 tests/test_cryptography.py::TestExtractPatterns::test_uri PASSED
26 tests/test_cryptography.py::TestExtractPatterns::test_ip PASSED
27 tests/test_cryptography.py::TestExtractPatterns::test_extract_ids_deprecated PASSED
28 tests/test_hazmat.py::TestVerifyServiceIdentity::test_no_cert_patterns PASSED
29 tests/test_hazmat.py::TestVerifyServiceIdentity::test_dns_id_success PASSED
30 tests/test_hazmat.py::TestVerifyServiceIdentity::test_integration_dns_id_fail PASSED
31 tests/test_hazmat.py::TestVerifyServiceIdentity::test_ip_address_success PASSED
32 tests/test_hazmat.py::TestVerifyServiceIdentity::test_obligatory_missing PASSED
33 tests/test_hazmat.py::TestVerifyServiceIdentity::test_obligatory_mismatch PASSED
34 tests/test_hazmat.py::TestVerifyServiceIdentity::test_optional_missing PASSED
35 tests/test_hazmat.py::TestVerifyServiceIdentity::test_optional_mismatch PASSED
36 tests/test_hazmat.py::TestVerifyServiceIdentity::test_contains_optional_and_matches PASSED
37 tests/test_hazmat.py::TestContainsInstance::test_positive PASSED
38 tests/test_hazmat.py::TestContainsInstance::test_negative PASSED
39 tests/test_hazmat.py::TestDNS_ID::test_enforces_unicode PASSED
40 tests/test_hazmat.py::TestDNS_ID::test_handles_missing_idna PASSED
41 tests/test_hazmat.py::TestDNS_ID::test_ascii_works_without_idna PASSED
42 tests/test_hazmat.py::TestDNS_ID::test_idna_used_if_available_on_non_ascii PASSED
43 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[ ] PASSED
44 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[] PASSED
45 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[host,name] PASSED
46 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[192.168.0.0] PASSED
47 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[::1] PASSED
48 tests/test_hazmat.py::TestDNS_ID::test_catches_invalid_dns_ids[1234] PASSED
49 tests/test_hazmat.py::TestDNS_ID::test_lowercases PASSED
50 tests/test_hazmat.py::TestDNS_ID::test_verifies_only_dns PASSED
51 tests/test_hazmat.py::TestDNS_ID::test_simple_match PASSED
52 tests/test_hazmat.py::TestDNS_ID::test_simple_mismatch PASSED
53 tests/test_hazmat.py::TestDNS_ID::test_matches PASSED
54 tests/test_hazmat.py::TestDNS_ID::test_mismatches PASSED
55 tests/test_hazmat.py::TestURI_ID::test_enforces_unicode PASSED
56 tests/test_hazmat.py::TestURI_ID::test_create_DNS_ID PASSED
57 tests/test_hazmat.py::TestURI_ID::test_lowercases PASSED
58 tests/test_hazmat.py::TestURI_ID::test_catches_missing_colon PASSED
59 tests/test_hazmat.py::TestURI_ID::test_is_only_valid_for_uri PASSED
60 tests/test_hazmat.py::TestURI_ID::test_protocol_mismatch PASSED
61 tests/test_hazmat.py::TestURI_ID::test_dns_mismatch PASSED
62 tests/test_hazmat.py::TestURI_ID::test_match PASSED
63 tests/test_hazmat.py::TestSRV_ID::test_enforces_unicode PASSED
64 tests/test_hazmat.py::TestSRV_ID::test_create_DNS_ID PASSED
65 tests/test_hazmat.py::TestSRV_ID::test_lowercases PASSED
66 tests/test_hazmat.py::TestSRV_ID::test_catches_missing_dot PASSED
67 tests/test_hazmat.py::TestSRV_ID::test_catches_missing_underscore PASSED
68 tests/test_hazmat.py::TestSRV_ID::test_is_only_valid_for_SRV PASSED
69 tests/test_hazmat.py::TestSRV_ID::test_match PASSED
70 tests/test_hazmat.py::TestSRV_ID::test_match_idna PASSED
71 tests/test_hazmat.py::TestSRV_ID::test_mismatch_service_name PASSED
72 tests/test_hazmat.py::TestSRV_ID::test_mismatch_dns PASSED
73 tests/test_hazmat.py::TestDNSPattern::test_enforces_bytes PASSED
74 tests/test_hazmat.py::TestDNSPattern::test_catches_empty PASSED
75 tests/test_hazmat.py::TestDNSPattern::test_catches_NULL_bytes PASSED
76 tests/test_hazmat.py::TestDNSPattern::test_catches_ip_address PASSED
77 tests/test_hazmat.py::TestDNSPattern::test_invalid_wildcard PASSED
78 tests/test_hazmat.py::TestURIPattern::test_enforces_bytes PASSED
79 tests/test_hazmat.py::TestURIPattern::test_catches_missing_colon PASSED
80 tests/test_hazmat.py::TestURIPattern::test_catches_wildcards PASSED
81 tests/test_hazmat.py::TestSRVPattern::test_enforces_bytes PASSED
82 tests/test_hazmat.py::TestSRVPattern::test_catches_missing_underscore PASSED
83 tests/test_hazmat.py::TestSRVPattern::test_catches_wildcards PASSED
84 tests/test_hazmat.py::TestValidateDNSWildcardPattern::test_allows_only_one_wildcard PASSED
85 tests/test_hazmat.py::TestValidateDNSWildcardPattern::test_wildcard_must_be_left_most PASSED
86 tests/test_hazmat.py::TestValidateDNSWildcardPattern::test_must_have_at_least_three_parts PASSED
87 tests/test_hazmat.py::TestValidateDNSWildcardPattern::test_valid_patterns PASSED
88 tests/test_hazmat.py::TestIPAddressPattern::test_invalid_ip PASSED
89 tests/test_hazmat.py::TestIPAddressPattern::test_verify_equal[1.1.1.1] PASSED
90 tests/test_hazmat.py::TestIPAddressPattern::test_verify_equal[::1] PASSED
91 tests/test_hazmat.py::TestFindMatches::test_one_match PASSED
92 tests/test_hazmat.py::TestFindMatches::test_no_match PASSED
93 tests/test_hazmat.py::TestFindMatches::test_multiple_matches PASSED
94 tests/test_hazmat.py::TestIsIPAddress::test_ips[127.0.0.1_0] PASSED
95 tests/test_hazmat.py::TestIsIPAddress::test_ips[127.0.0.1_1] PASSED
96 tests/test_hazmat.py::TestIsIPAddress::test_ips[172.16.254.12] PASSED
97 tests/test_hazmat.py::TestIsIPAddress::test_ips[*.0.0.1] PASSED
98 tests/test_hazmat.py::TestIsIPAddress::test_ips[::1] PASSED
99 tests/test_hazmat.py::TestIsIPAddress::test_ips[*::1] PASSED
100 tests/test_hazmat.py::TestIsIPAddress::test_ips[2001:0db8:0000:0000:0000:ff00:0042:8329] PASSED
101 tests/test_hazmat.py::TestIsIPAddress::test_ips[2001:0db8::ff00:0042:8329] PASSED
102 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[*.twistedmatrix.com] PASSED
103 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[twistedmatrix.com] PASSED
104 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[mail.google.com] PASSED
105 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[omega7.de] PASSED
106 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[omega7] PASSED
107 tests/test_hazmat.py::TestIsIPAddress::test_not_ips[127.\xff.0.1] PASSED
108 tests/test_hazmat.py::TestVerificationError::test_repr_str PASSED
109 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-0] PASSED
110 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-1] PASSED
111 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-2] PASSED
112 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-3] PASSED
113 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-4] PASSED
114 tests/test_hazmat.py::TestVerificationError::test_pickle[exc0-5] PASSED
115 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-0] PASSED
116 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-1] PASSED
117 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-2] PASSED
118 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-3] PASSED
119 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-4] PASSED
120 tests/test_hazmat.py::TestVerificationError::test_pickle[exc1-5] PASSED
121 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-0] PASSED
122 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-1] PASSED
123 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-2] PASSED
124 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-3] PASSED
125 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-4] PASSED
126 tests/test_hazmat.py::TestVerificationError::test_pickle[exc2-5] PASSED
127 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-0] PASSED
128 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-1] PASSED
129 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-2] PASSED
130 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-3] PASSED
131 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-4] PASSED
132 tests/test_hazmat.py::TestVerificationError::test_pickle[exc3-5] PASSED
133 tests/test_packaging.py::TestLegacyMetadataHack::test_version PASSED
134 tests/test_packaging.py::TestLegacyMetadataHack::test_does_not_exist PASSED
135 tests/test_pyopenssl.py::TestPublicAPI::test_verify_hostname_ok PASSED
136 tests/test_pyopenssl.py::TestPublicAPI::test_verify_hostname_fail PASSED
137 tests/test_pyopenssl.py::TestPublicAPI::test_verify_ip_address_ok[1.1.1.1] PASSED
138 tests/test_pyopenssl.py::TestPublicAPI::test_verify_ip_address_ok[::1] PASSED
139 tests/test_pyopenssl.py::TestPublicAPI::test_verify_ip_address_fail[1.1.1.2] PASSED
140 tests/test_pyopenssl.py::TestPublicAPI::test_verify_ip_address_fail[::2] PASSED
141 tests/test_pyopenssl.py::TestExtractPatterns::test_dns PASSED
142 tests/test_pyopenssl.py::TestExtractPatterns::test_cn_ids_are_ignored PASSED
143 tests/test_pyopenssl.py::TestExtractPatterns::test_uri PASSED
144 tests/test_pyopenssl.py::TestExtractPatterns::test_ip PASSED
145 tests/test_pyopenssl.py::TestExtractPatterns::test_extract_ids_deprecated PASSED
147 ======== 132 passed ========
148   py$(PYV): OK
149   congratulations :)