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:
Matthew Stidham
2022-01-05 17:40:51 -08:00
committed by shivam
parent a2931eea9e
commit 17d8a7c12e

View File

@@ -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']