packet loss data retrieval added

pick 6dd9cef lf_csv - creates csv for graph data
    pick 6ea0cec lf_csv - creates csv for graph data
 You are currently rebasing branch 'master' on '55fd625'.
This commit is contained in:
anil-tegala
2021-06-25 00:37:49 +05:30
parent 05ab1704fb
commit 2b3e86acfa
3 changed files with 230 additions and 98 deletions

View File

@@ -448,7 +448,7 @@ class lf_report():
self.graph_html_obj = """
<img align='center' style='padding:15px;margin:5px 5px 2em 5px;width:1000px;' src='{image}' border='1' />
""".format(image=self.graph_image)
self.html +=self.graph_html_obj
self.html += self.graph_html_obj
def end_content_div(self):
self.html += "\n</div><!-- end contentDiv -->\n"