mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	scenario: Log "Starting Scenario" Every time scenario.py runs. This allows us to filter logging files for better debug information
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -45,6 +45,7 @@ class LoadScenario(Realm):
 | 
			
		||||
        self.timeout = timeout
 | 
			
		||||
        self.BuildVersion = self.json_get('/')['VersionInfo']['BuildVersion']
 | 
			
		||||
        self.starting_events = 1
 | 
			
		||||
        self.add_event("Starting Scenario.py")
 | 
			
		||||
 | 
			
		||||
    def start_test(self):
 | 
			
		||||
        self.starting_events = self.json_get('/events/last/1')['event']['id']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user