| 
									
										
										
										
											2020-06-05 16:19:10 +02:00
										 |  |  | from __future__ import unicode_literals | 
					
						
							| 
									
										
										
										
											2021-01-26 10:49:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-05 16:19:10 +02:00
										 |  |  | import ttfw_idf | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-12 14:05:17 +08:00
										 |  |  | @ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32', 'esp32c3']) | 
					
						
							| 
									
										
										
										
											2020-06-05 16:19:10 +02:00
										 |  |  | def test_examples_asio_ssl(env, extra_data): | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     dut = env.get_dut('asio_ssl_client_server', 'examples/protocols/asio/ssl_client_server') | 
					
						
							|  |  |  |     dut.start_app() | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     dut.expect('Reply: GET / HTTP/1.1') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if __name__ == '__main__': | 
					
						
							|  |  |  |     test_examples_asio_ssl() |