Lines Matching full:using

26     # Check for connection using crt bundle
27 Utility.console_log("Testing for \"https_request using crt bundle\"")
29 dut1.expect(re.compile('https_request using crt bundle'), timeout=30)
36 Utility.console_log("Failed the test for \"https_request using crt bundle\"")
38 Utility.console_log("Passed the test for \"https_request using crt bundle\"")
40 # Check for connection using cacert_buf
41 Utility.console_log("Testing for \"https_request using cacert_buf\"")
43 dut1.expect(re.compile('https_request using cacert_buf'), timeout=20)
49 Utility.console_log("Passed the test for \"https_request using cacert_buf\"")
51 Utility.console_log("Passed the test for \"https_request using cacert_buf\"")
53 # Check for connection using global ca_store
54 Utility.console_log("Testing for \"https_request using global ca_store\"")
56 dut1.expect(re.compile('https_request using global ca_store'), timeout=20)
62 Utility.console_log("Failed the test for \"https_request using global ca_store\"")
64 Utility.console_log("Passed the test for \"https_request using global ca_store\"")
66 # Check for connection using already saved client session
67 Utility.console_log("Testing for \"https_request using saved client session\"")
69 dut1.expect(re.compile('https_request using saved client session'), timeout=20)
75 Utility.console_log("Failed the test for \"https_request using saved client session\"")
77 Utility.console_log("Passed the test for \"https_request using saved client session\"")
79 # Check for connection using crt bundle with mbedtls dynamic resource enabled
88 …Utility.console_log("Testing for \"https_request using crt bundle\" with mbedtls dynamic resource …
90 dut1.expect(re.compile('https_request using crt bundle'), timeout=30)
96 …Utility.console_log("Failed the test for \"https_request using crt bundle\" when mbedtls dynamic r…
98 …Utility.console_log("Passed the test for \"https_request using crt bundle\" when mbedtls dynamic r…