mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
mine_regression_results: Include Machine name in output
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ class MineRegression:
|
||||
self.df = self.df[self.df['STDOUT'] == 'STDOUT']
|
||||
|
||||
def generate_report(self):
|
||||
system_variations = self.df[['Python version', 'LF version', 'Fedora version', 'environment']].drop_duplicates().reset_index(
|
||||
system_variations = self.df[['Machine', 'Python version', 'LF version', 'Fedora version', 'environment']].drop_duplicates(['Python version', 'LF version', 'Fedora version', 'environment']).reset_index(
|
||||
drop=True)
|
||||
errors = list()
|
||||
for index in system_variations.index:
|
||||
|
||||
Reference in New Issue
Block a user