mirror of
				https://github.com/espressif/esp-mqtt.git
				synced 2025-11-04 00:52:16 +01:00 
			
		
		
		
	test: remove fake binary size check in example test:
the binary size check in example test was removed long time ago. Now we have updated ttfw_idf to raise exception when performance standard is not found. These fake performance check will be regarded as error. Remove them now.
This commit is contained in:
		
				
					committed by
					
						
						Rocha Euripedes
					
				
			
			
				
	
			
			
			
						parent
						
							caae6c4582
						
					
				
				
					commit
					75dd50ef3f
				
			@@ -78,7 +78,6 @@ def test_examples_protocol_mqtt_ssl(env, extra_data):
 | 
			
		||||
    bin_size = os.path.getsize(binary_file)
 | 
			
		||||
    ttfw_idf.log_performance("mqtt_ssl_bin_size", "{}KB"
 | 
			
		||||
                             .format(bin_size // 1024))
 | 
			
		||||
    ttfw_idf.check_performance("mqtt_ssl_size", bin_size // 1024, dut1.TARGET)
 | 
			
		||||
    # Look for host:port in sdkconfig
 | 
			
		||||
    try:
 | 
			
		||||
        value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()["CONFIG_BROKER_URI"])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user