mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
lf_graph.py lf_report.py lf_report_test.py : updated headers
This commit is contained in:
@@ -1,4 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
'''
|
||||
NAME: lf_report_test.py
|
||||
|
||||
PURPOSE:
|
||||
Common file for testing lf_report and lf_graph Library generates html and pdf output
|
||||
|
||||
SETUP:
|
||||
/lanforge/html-reports directory needs to be present or output generated in local file
|
||||
|
||||
EXAMPLE:
|
||||
./lf_report_test.py : currently script does not accept input
|
||||
|
||||
COPYWRITE
|
||||
Copyright 2021 Candela Technologies Inc
|
||||
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||
|
||||
INCLUDE_IN_README
|
||||
'''
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import matplotlib as mpl
|
||||
|
||||
Reference in New Issue
Block a user