mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_check.py: notes telnet localhost 4001 (server info), localhost:8080/ for GUI info test_l3_longevity update data gathering.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -666,9 +666,9 @@ class L3VariableTime(Realm):
 | 
				
			|||||||
                    # At end of test if requested store upload and download stats
 | 
					                    # At end of test if requested store upload and download stats
 | 
				
			||||||
                    if self.ap_scheduler_stats:
 | 
					                    if self.ap_scheduler_stats:
 | 
				
			||||||
                        # get the (UL) Upload scheduler statistics
 | 
					                        # get the (UL) Upload scheduler statistics
 | 
				
			||||||
                        self.ap_umsched = self.ap_custom_cmd('wl -i wl1 dump umsched')
 | 
					                        self.ap_umsched += self.ap_custom_cmd('wl -i wl1 dump umsched')
 | 
				
			||||||
                        # get the (DL) Download schduler staticstics
 | 
					                        # get the (DL) Download schduler staticstics
 | 
				
			||||||
                        self.ap_msched = self.ap_custom_cmd('wl -i wl1 dump msched')
 | 
					                        self.ap_msched += self.ap_custom_cmd('wl -i wl1 dump msched')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    # Stop connections.
 | 
					                    # Stop connections.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,6 +17,9 @@ Before using lf_check.py
 | 
				
			|||||||
1. copy lf_check_config_template.ini to the lf_check_config.ini
 | 
					1. copy lf_check_config_template.ini to the lf_check_config.ini
 | 
				
			||||||
2. update lf_check_config.ini to enable (TRUE) tests to be run in the TEST_DICTIONARY , the TEST_DICTIONARY needs to be passed in
 | 
					2. update lf_check_config.ini to enable (TRUE) tests to be run in the TEST_DICTIONARY , the TEST_DICTIONARY needs to be passed in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TO DO NOTES:
 | 
				
			||||||
 | 
					6/4/2021 :  add server (telnet localhost 4001) build info,  GUI build shaw, and Kernel version to the output. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
'''
 | 
					'''
 | 
				
			||||||
import datetime
 | 
					import datetime
 | 
				
			||||||
import pprint
 | 
					import pprint
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user