mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 21:14:37 +00:00 
			
		
		
		
	 1acfc9b5e0
			
		
	
	1acfc9b5e0
	
	
	
		
			
			- Split mqtt and mqtt5 tests - Move common test code to a common component - Add necessary python scripts
		
			
				
	
	
		
			15 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "ESP-MQTT Unit Test Config"
 | |
| 
 | |
|     config MQTT_TEST_BROKER_URI
 | |
|         string "URI of the test broker"
 | |
|         default "mqtt://mqtt.eclipseprojects.io"
 | |
|         help
 | |
|             URL of an mqtt broker which this test connects to.
 | |
| 
 | |
|     config MQTT5_TEST_BROKER_URI
 | |
|         string "URI of the test broker"
 | |
|         default "mqtt://mqtt.eclipseprojects.io"
 | |
|         help
 | |
|             URL of an mqtt broker which this test connects to.
 | |
| endmenu
 |