python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pytest-skip-markers / test / results-all.master
blobb0c90afadf717d34af4d20cfa70ff86e9d0f0550
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pytest.ini
6 testpaths: tests/
7 collecting ... collected 238 items
9 tests/functional/test_destructive_test.py::test_run_destructive_skipped PASSED
10 tests/functional/test_destructive_test.py::test_run_destructive_not_skipped PASSED
11 tests/functional/test_destructive_test.py::test_error_on_args_or_kwargs PASSED
12 tests/functional/test_expensive_test.py::test_run_expensive_skipped PASSED
13 tests/functional/test_expensive_test.py::test_run_expensive_not_skipped PASSED
14 tests/functional/test_expensive_test.py::test_error_on_args_or_kwargs PASSED
15 tests/functional/test_requires_network.py::test_has_local_network PASSED
16 tests/functional/test_requires_network.py::test_no_local_network PASSED
17 tests/functional/test_skip_if_binaries_missing.py::test_skipped PASSED
18 tests/functional/test_skip_if_binaries_missing.py::test_skipped_multiple_binaries PASSED
19 tests/functional/test_skip_if_binaries_missing.py::test_not_skipped PASSED
20 tests/functional/test_skip_if_binaries_missing.py::test_not_skipped_multiple_binaries PASSED
21 tests/functional/test_skip_if_binaries_missing.py::test_single_non_existing_with_deprecated_message PASSED
22 tests/functional/test_skip_if_binaries_missing.py::test_no_arguments PASSED
23 tests/functional/test_skip_if_binaries_missing.py::test_multiple_binaries_as_single_list_arg PASSED
24 tests/functional/test_skip_if_not_root.py::test_skip_if_not_root_skipped PASSED
25 tests/functional/test_skip_if_not_root.py::test_skip_if_not_root_not_skipped PASSED
26 tests/functional/test_skip_if_not_root.py::test_error_on_args_or_kwargs PASSED
27 tests/functional/test_skip_on_aarch64.py::test_skipped PASSED
28 tests/functional/test_skip_on_aarch64.py::test_not_skipped PASSED
29 tests/functional/test_skip_on_aarch64.py::test_skip_reason PASSED
30 tests/functional/test_skip_on_aarch64.py::test_error_on_args_or_kwargs PASSED
31 tests/functional/test_skip_on_aix.py::test_skipped PASSED
32 tests/functional/test_skip_on_aix.py::test_not_skipped PASSED
33 tests/functional/test_skip_on_aix.py::test_skip_reason PASSED
34 tests/functional/test_skip_on_aix.py::test_error_on_args_or_kwargs PASSED
35 tests/functional/test_skip_on_darwin.py::test_skipped PASSED
36 tests/functional/test_skip_on_darwin.py::test_not_skipped PASSED
37 tests/functional/test_skip_on_darwin.py::test_skip_reason PASSED
38 tests/functional/test_skip_on_darwin.py::test_error_on_args_or_kwargs PASSED
39 tests/functional/test_skip_on_env.py::test_skipped PASSED
40 tests/functional/test_skip_on_env.py::test_not_skipped PASSED
41 tests/functional/test_skip_on_env.py::test_error_on_missing_arg PASSED
42 tests/functional/test_skip_on_env.py::test_error_on_multiple_args PASSED
43 tests/functional/test_skip_on_env.py::test_error_on_bad_kwargs PASSED
44 tests/functional/test_skip_on_fips_enabled_platform.py::test_skip_on_fips_enabled_platform_skipped PASSED
45 tests/functional/test_skip_on_fips_enabled_platform.py::test_skip_on_fips_enabled_platform_not_skipped PASSED
46 tests/functional/test_skip_on_fips_enabled_platform.py::test_error_on_args_or_kwargs PASSED
47 tests/functional/test_skip_on_freebsd.py::test_skipped PASSED
48 tests/functional/test_skip_on_freebsd.py::test_not_skipped PASSED
49 tests/functional/test_skip_on_freebsd.py::test_skip_reason PASSED
50 tests/functional/test_skip_on_freebsd.py::test_error_on_args_or_kwargs PASSED
51 tests/functional/test_skip_on_linux.py::test_skipped PASSED
52 tests/functional/test_skip_on_linux.py::test_not_skipped PASSED
53 tests/functional/test_skip_on_linux.py::test_skip_reason PASSED
54 tests/functional/test_skip_on_linux.py::test_error_on_args_or_kwargs PASSED
55 tests/functional/test_skip_on_netbsd.py::test_skipped PASSED
56 tests/functional/test_skip_on_netbsd.py::test_not_skipped PASSED
57 tests/functional/test_skip_on_netbsd.py::test_skip_reason PASSED
58 tests/functional/test_skip_on_netbsd.py::test_error_on_args_or_kwargs PASSED
59 tests/functional/test_skip_on_openbsd.py::test_skipped PASSED
60 tests/functional/test_skip_on_openbsd.py::test_not_skipped PASSED
61 tests/functional/test_skip_on_openbsd.py::test_skip_reason PASSED
62 tests/functional/test_skip_on_openbsd.py::test_error_on_args_or_kwargs PASSED
63 tests/functional/test_skip_on_photonos.py::test_skipped PASSED
64 tests/functional/test_skip_on_photonos.py::test_not_skipped PASSED
65 tests/functional/test_skip_on_photonos.py::test_skip_reason PASSED
66 tests/functional/test_skip_on_photonos.py::test_error_on_args_or_kwargs PASSED
67 tests/functional/test_skip_on_platforms.py::test_skipped[windows] PASSED
68 tests/functional/test_skip_on_platforms.py::test_skipped[linux] PASSED
69 tests/functional/test_skip_on_platforms.py::test_skipped[darwin] PASSED
70 tests/functional/test_skip_on_platforms.py::test_skipped[sunos] PASSED
71 tests/functional/test_skip_on_platforms.py::test_skipped[smartos] PASSED
72 tests/functional/test_skip_on_platforms.py::test_skipped[freebsd] PASSED
73 tests/functional/test_skip_on_platforms.py::test_skipped[netbsd] PASSED
74 tests/functional/test_skip_on_platforms.py::test_skipped[openbsd] PASSED
75 tests/functional/test_skip_on_platforms.py::test_skipped[aix] PASSED
76 tests/functional/test_skip_on_platforms.py::test_skipped[photonos] PASSED
77 tests/functional/test_skip_on_platforms.py::test_not_skipped[windows] PASSED
78 tests/functional/test_skip_on_platforms.py::test_not_skipped[linux] PASSED
79 tests/functional/test_skip_on_platforms.py::test_not_skipped[darwin] PASSED
80 tests/functional/test_skip_on_platforms.py::test_not_skipped[sunos] PASSED
81 tests/functional/test_skip_on_platforms.py::test_not_skipped[smartos] PASSED
82 tests/functional/test_skip_on_platforms.py::test_not_skipped[freebsd] PASSED
83 tests/functional/test_skip_on_platforms.py::test_not_skipped[netbsd] PASSED
84 tests/functional/test_skip_on_platforms.py::test_not_skipped[openbsd] PASSED
85 tests/functional/test_skip_on_platforms.py::test_not_skipped[aix] PASSED
86 tests/functional/test_skip_on_platforms.py::test_not_skipped[photonos] PASSED
87 tests/functional/test_skip_on_platforms.py::test_skip_reason PASSED
88 tests/functional/test_skip_on_platforms.py::test_no_platforms PASSED
89 tests/functional/test_skip_on_platforms.py::test_all_platforms_false PASSED
90 tests/functional/test_skip_on_platforms.py::test_unknown_platform PASSED
91 tests/functional/test_skip_on_platforms.py::test_error_on_args PASSED
92 tests/functional/test_skip_on_smartos.py::test_skipped PASSED
93 tests/functional/test_skip_on_smartos.py::test_not_skipped PASSED
94 tests/functional/test_skip_on_smartos.py::test_skip_reason PASSED
95 tests/functional/test_skip_on_smartos.py::test_error_on_args_or_kwargs PASSED
96 tests/functional/test_skip_on_spawning_platform.py::test_skipped PASSED
97 tests/functional/test_skip_on_spawning_platform.py::test_not_skipped PASSED
98 tests/functional/test_skip_on_spawning_platform.py::test_skip_reason PASSED
99 tests/functional/test_skip_on_spawning_platform.py::test_error_on_args_or_kwargs PASSED
100 tests/functional/test_skip_on_sunos.py::test_skipped PASSED
101 tests/functional/test_skip_on_sunos.py::test_not_skipped PASSED
102 tests/functional/test_skip_on_sunos.py::test_skip_reason PASSED
103 tests/functional/test_skip_on_sunos.py::test_error_on_args_or_kwargs PASSED
104 tests/functional/test_skip_on_windows.py::test_skipped PASSED
105 tests/functional/test_skip_on_windows.py::test_not_skipped PASSED
106 tests/functional/test_skip_on_windows.py::test_skip_reason PASSED
107 tests/functional/test_skip_on_windows.py::test_error_on_args_or_kwargs PASSED
108 tests/functional/test_skip_unless_on_aarch64.py::test_skipped PASSED
109 tests/functional/test_skip_unless_on_aarch64.py::test_not_skipped PASSED
110 tests/functional/test_skip_unless_on_aarch64.py::test_skip_reason PASSED
111 tests/functional/test_skip_unless_on_aarch64.py::test_error_on_args_or_kwargs PASSED
112 tests/functional/test_skip_unless_on_aix.py::test_skipped PASSED
113 tests/functional/test_skip_unless_on_aix.py::test_not_skipped PASSED
114 tests/functional/test_skip_unless_on_aix.py::test_skip_reason PASSED
115 tests/functional/test_skip_unless_on_aix.py::test_error_on_args_or_kwargs PASSED
116 tests/functional/test_skip_unless_on_darwin.py::test_skipped PASSED
117 tests/functional/test_skip_unless_on_darwin.py::test_not_skipped PASSED
118 tests/functional/test_skip_unless_on_darwin.py::test_skip_reason PASSED
119 tests/functional/test_skip_unless_on_darwin.py::test_error_on_args_or_kwargs PASSED
120 tests/functional/test_skip_unless_on_freebsd.py::test_skipped PASSED
121 tests/functional/test_skip_unless_on_freebsd.py::test_not_skipped PASSED
122 tests/functional/test_skip_unless_on_freebsd.py::test_skip_reason PASSED
123 tests/functional/test_skip_unless_on_freebsd.py::test_error_on_args_or_kwargs PASSED
124 tests/functional/test_skip_unless_on_linux.py::test_skipped PASSED
125 tests/functional/test_skip_unless_on_linux.py::test_not_skipped PASSED
126 tests/functional/test_skip_unless_on_linux.py::test_skip_reason PASSED
127 tests/functional/test_skip_unless_on_linux.py::test_error_on_args_or_kwargs PASSED
128 tests/functional/test_skip_unless_on_netbsd.py::test_skipped PASSED
129 tests/functional/test_skip_unless_on_netbsd.py::test_not_skipped PASSED
130 tests/functional/test_skip_unless_on_netbsd.py::test_skip_reason PASSED
131 tests/functional/test_skip_unless_on_netbsd.py::test_error_on_args_or_kwargs PASSED
132 tests/functional/test_skip_unless_on_openbsd.py::test_skipped PASSED
133 tests/functional/test_skip_unless_on_openbsd.py::test_not_skipped PASSED
134 tests/functional/test_skip_unless_on_openbsd.py::test_skip_reason PASSED
135 tests/functional/test_skip_unless_on_openbsd.py::test_error_on_args_or_kwargs PASSED
136 tests/functional/test_skip_unless_on_photonos.py::test_skipped PASSED
137 tests/functional/test_skip_unless_on_photonos.py::test_not_skipped PASSED
138 tests/functional/test_skip_unless_on_photonos.py::test_skip_reason PASSED
139 tests/functional/test_skip_unless_on_photonos.py::test_error_on_args_or_kwargs PASSED
140 tests/functional/test_skip_unless_on_platforms.py::test_skipped[windows] PASSED
141 tests/functional/test_skip_unless_on_platforms.py::test_skipped[linux] PASSED
142 tests/functional/test_skip_unless_on_platforms.py::test_skipped[darwin] PASSED
143 tests/functional/test_skip_unless_on_platforms.py::test_skipped[sunos] PASSED
144 tests/functional/test_skip_unless_on_platforms.py::test_skipped[smartos] PASSED
145 tests/functional/test_skip_unless_on_platforms.py::test_skipped[freebsd] PASSED
146 tests/functional/test_skip_unless_on_platforms.py::test_skipped[netbsd] PASSED
147 tests/functional/test_skip_unless_on_platforms.py::test_skipped[openbsd] PASSED
148 tests/functional/test_skip_unless_on_platforms.py::test_skipped[aix] PASSED
149 tests/functional/test_skip_unless_on_platforms.py::test_skipped[aarch64] PASSED
150 tests/functional/test_skip_unless_on_platforms.py::test_skipped[spawning] PASSED
151 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[windows] PASSED
152 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[linux] PASSED
153 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[darwin] PASSED
154 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[sunos] PASSED
155 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[smartos] PASSED
156 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[freebsd] PASSED
157 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[netbsd] PASSED
158 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[openbsd] PASSED
159 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[aix] PASSED
160 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[aarch64] PASSED
161 tests/functional/test_skip_unless_on_platforms.py::test_not_skipped[spawning] PASSED
162 tests/functional/test_skip_unless_on_platforms.py::test_skip_reason PASSED
163 tests/functional/test_skip_unless_on_platforms.py::test_no_platforms PASSED
164 tests/functional/test_skip_unless_on_platforms.py::test_all_platforms_false PASSED
165 tests/functional/test_skip_unless_on_platforms.py::test_unknown_platform PASSED
166 tests/functional/test_skip_unless_on_platforms.py::test_error_on_args PASSED
167 tests/functional/test_skip_unless_on_smartos.py::test_skipped PASSED
168 tests/functional/test_skip_unless_on_smartos.py::test_not_skipped PASSED
169 tests/functional/test_skip_unless_on_smartos.py::test_skip_reason PASSED
170 tests/functional/test_skip_unless_on_smartos.py::test_error_on_args_or_kwargs PASSED
171 tests/functional/test_skip_unless_on_spawning_platform.py::test_skipped PASSED
172 tests/functional/test_skip_unless_on_spawning_platform.py::test_not_skipped PASSED
173 tests/functional/test_skip_unless_on_spawning_platform.py::test_skip_reason PASSED
174 tests/functional/test_skip_unless_on_spawning_platform.py::test_error_on_args_or_kwargs PASSED
175 tests/functional/test_skip_unless_on_sunos.py::test_skipped PASSED
176 tests/functional/test_skip_unless_on_sunos.py::test_not_skipped PASSED
177 tests/functional/test_skip_unless_on_sunos.py::test_skip_reason PASSED
178 tests/functional/test_skip_unless_on_sunos.py::test_error_on_args_or_kwargs PASSED
179 tests/functional/test_skip_unless_on_windows.py::test_skipped PASSED
180 tests/functional/test_skip_unless_on_windows.py::test_not_skipped PASSED
181 tests/functional/test_skip_unless_on_windows.py::test_skip_reason PASSED
182 tests/functional/test_skip_unless_on_windows.py::test_error_on_args_or_kwargs PASSED
183 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_single_existing PASSED
184 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_existing PASSED
185 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_single_non_existing_with_reason PASSED
186 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_one_missing PASSED
187 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_all_missing PASSED
188 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_one_missing_check_all_false PASSED
189 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_one_missing_check_all_false_with_reason PASSED
190 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_missing_check_all_false PASSED
191 tests/unit/utils/markers/test_skip_if_binaries_missing.py::test_multiple_missing_check_all_false_with_reason PASSED
192 tests/unit/utils/markers/test_skip_if_no_local_network.py::test_has_local_network PASSED
193 tests/unit/utils/markers/test_skip_if_no_local_network.py::test_no_local_network PASSED
194 tests/unit/utils/markers/test_skip_if_no_remote_network.py::test_has_remote_network PASSED
195 tests/unit/utils/markers/test_skip_if_no_remote_network.py::test_no_remote_network PASSED
196 tests/unit/utils/markers/test_skip_if_no_remote_network.py::test_remote_network_with_no_internet_env_variable PASSED
197 tests/unit/utils/markers/test_skip_if_not_root.py::test_when_root PASSED
198 tests/unit/utils/markers/test_skip_if_not_root.py::test_when_not_root PASSED
199 tests/unit/utils/markers/test_skip_on_env.py::test_not_present_and_eq PASSED
200 tests/unit/utils/markers/test_skip_on_env.py::test_not_present_and_ne PASSED
201 tests/unit/utils/markers/test_skip_on_env.py::test_present_and_eq_and_ne PASSED
202 tests/unit/utils/markers/test_skip_on_env.py::test_present_true PASSED
203 tests/unit/utils/markers/test_skip_on_env.py::test_present_false PASSED
204 tests/unit/utils/markers/test_skip_on_env.py::test_present_true_and_eq PASSED
205 tests/unit/utils/markers/test_skip_on_env.py::test_present_true_and_ne PASSED
206 tests/unit/utils/test_platform.py::test_is_linux PASSED
207 tests/unit/utils/test_platform.py::test_is_not_linux PASSED
208 tests/unit/utils/test_platform.py::test_is_darwin PASSED
209 tests/unit/utils/test_platform.py::test_is_not_darwin PASSED
210 tests/unit/utils/test_platform.py::test_is_windows PASSED
211 tests/unit/utils/test_platform.py::test_is_not_windows PASSED
212 tests/unit/utils/test_platform.py::test_is_sunos PASSED
213 tests/unit/utils/test_platform.py::test_is_not_sunos PASSED
214 tests/unit/utils/test_platform.py::test_is_smartos PASSED
215 tests/unit/utils/test_platform.py::test_is_not_smartos[is_sunos=True] PASSED
216 tests/unit/utils/test_platform.py::test_is_not_smartos[is_sunos=False] PASSED
217 tests/unit/utils/test_platform.py::test_is_freebsd PASSED
218 tests/unit/utils/test_platform.py::test_is_not_freebsd PASSED
219 tests/unit/utils/test_platform.py::test_is_netbsd PASSED
220 tests/unit/utils/test_platform.py::test_is_not_netbsd PASSED
221 tests/unit/utils/test_platform.py::test_is_openbsd PASSED
222 tests/unit/utils/test_platform.py::test_is_not_openbsd PASSED
223 tests/unit/utils/test_platform.py::test_is_aix PASSED
224 tests/unit/utils/test_platform.py::test_is_not_aix PASSED
225 tests/unit/utils/test_platform.py::test_is_aarch64_arm64 PASSED
226 tests/unit/utils/test_platform.py::test_is_aarch64_aarch64 PASSED
227 tests/unit/utils/test_platform.py::test_is_not_aarch64 PASSED
228 tests/unit/utils/test_platform.py::test_is_not_aarch64_string_aarch64 PASSED
229 tests/unit/utils/test_platform.py::test_is_fips_enabled_etc_system_fips PASSED
230 tests/unit/utils/test_platform.py::test_is_fips_enabled_procfs[0-False] PASSED
231 tests/unit/utils/test_platform.py::test_is_fips_enabled_procfs[1-True] PASSED
232 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[-False] PASSED
233 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled-False] PASSED
234 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled =-False] PASSED
235 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled = 0-False] PASSED
236 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled=1-True] PASSED
237 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled = 1-True] PASSED
238 tests/unit/utils/test_platform.py::test_is_fips_enabled_sysctl[crypto.fips_enabled =  1-True] PASSED
239 tests/unit/utils/test_platform.py::test_is_fips_enabled_cryptography[fips_enabled=True] PASSED
240 tests/unit/utils/test_platform.py::test_is_fips_enabled_cryptography[fips_enabled=False] PASSED
241 tests/unit/utils/test_platform.py::test_is_fips_by_catch_exception PASSED
242 tests/unit/utils/test_platform.py::test_is_spawning_platform PASSED
243 tests/unit/utils/test_platform.py::test_is_not_spawning_platform PASSED
244 tests/unit/utils/test_platform.py::test_is_photonos PASSED
245 tests/unit/utils/test_platform.py::test_is_not_photonos PASSED
246 tests/unit/utils/test_ports.py::test_get_unused_localhost_port_cached PASSED
248 ======== 238 passed ========