Searched refs:warning (Results 1 – 25 of 43) sorted by relevance
12
87 logger.warning('Harness already started')113 logger.warning('Miniweb already started')130 logger.warning('Harness not started yet')139 logger.warning('Miniweb not started yet')
138 logger.warning('case[%s] fail', test.__class__.__name__)147 logger.warning('rebooting..')150 logger.warning('exiting..')270 … logger.warning('case[%s] skipped for its status[%s]', case_name, log[case_name]['passed'])276 … logger.warning('case[%s] skipped for continue from[%s]', case_name, continue_from)283 logger.warning('case[%s] skipped for denylist', case_name)288 … logger.warning('case[%s] skipped for exceeding max golden devices allowed[%d]', case_name,
50 self.logger.warning('mark serial port[%s] as bad', port)
85 logger.warning('Trial[%d] failed', times)223 logger.warning('Failed to connect to telnet')396 logger.warning('Sniffer device not verified!')405 logger.warning('Unexpected sniffer verification status')788 logger.warning('Golden devices not enough')1065 logger.warning('Skip this harness itself')
48 logger.warning('PySNMP module is not installed. Install if EATON_PDU_CONTROLLER is used')
98 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros101 * some macros expand to nothing. We suppress that specific warning to get a105 #pragma warning(push)106 #pragma warning(disable:4003)120 #pragma warning(pop)
105 #warning "PSA_WANT_KEY_TYPE_ECC_KEY_PAIR is deprecated and will be removed in a \117 #warning "PSA_WANT_KEY_TYPE_RSA_KEY_PAIR is deprecated and will be removed in a \
203 #pragma warning( push ) in mbedtls_ct_bool()204 #pragma warning( disable : 4146 ) in mbedtls_ct_bool()215 #pragma warning( pop ) in mbedtls_ct_bool()
429 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189))
67 # warning "Target does not support NEON instructions"211 #warning "No mechanism to detect ARMV8_CRYPTO found, using C code only"
62 def warning(self, fmt, *args, **kwargs): member in Results98 results.warning('Test case not executed: {}', suite_case)104 results.warning('Allow listed test case was executed: {}', suite_case)
50 def warning(self, file_name, line_number, fmt, *args): member in Results206 results.warning(file_name, line_number,
14 #warning "Including compat-2.x.h is deprecated"
702 #warning "MBEDTLS_PSA_CRYPTO_SE_C is deprecated and will be removed in a future version of Mbed TLS"933 #warning "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT is deprecated and will be removed in a future versi…
128 logger.warning('No response when response expected.')187 … logger.warning('Could not display TCAT client cert info (check Python version is >= 3.10?)')
164 goto exit; // goto is needed to avoid warning ( no test assertions in func)180 goto exit; // goto is needed to avoid warning ( no test assertions in func)195 goto exit; // goto is needed to avoid warning ( no test assertions in func)210 goto exit; // goto is needed to avoid warning ( no test assertions in func)
265 * inlined in run_test_snprintf. This can trigger a spurious warning about267 * gcc 7.2). This warning makes tests in run_test_snprintf redundant on gcc268 * only. They are still valid for other compilers. Avoid this warning by
38 # Clang >=15, the -Wdocumentation option emits a warning for empty
138 … logging.warning("IPv6 address ignored: name=%s, addr=%s, is_global=%s, is_link_local=%s", name,143 … logging.warning("duplicate IPv6 address type: name=%s, addr=%s,%s", name, addr, self._vars[key])
141 logging.warning("leader not found in pcap")
51 **Consequence**: A private, written warning from community leaders, providing clarity around the na…57 **Consequence**: A warning with consequences for continued behavior. No interaction with the people…
152 #warning "no support for MSG_NOSIGNAL or SO_NOSIGPIPE" in InitializeSessionSocket()
62 logging.warning('Skip test %s, not executable', script)
242 logging.warning('Received %r, but ignored', data)
26 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD32 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting114 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning