mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	lf_report.py : added support of moving graph.png files to results directory
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		| @@ -54,6 +54,7 @@ if __name__ == "__main__": | ||||
|  | ||||
|     report.set_graph_title("Graph Title") | ||||
|     report.build_graph_title() | ||||
|      | ||||
|     graph = lf_bar_graph(_data_set=dataset,  | ||||
|                         _xaxis_name="stations",  | ||||
|                         _yaxis_name="Throughput 2 (Mbps)",  | ||||
| @@ -69,6 +70,8 @@ if __name__ == "__main__": | ||||
|     print("graph name {}".format(graph_png)) | ||||
|  | ||||
|     report.set_graph_image(graph_png) | ||||
|     # need to move the graph image to the results  | ||||
|     report.move_graph_image() | ||||
|  | ||||
|     report.build_graph() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere