mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
Removed \ from report name for dataplane_throughput_test
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -1157,7 +1157,7 @@ class lf_tests(lf_libs):
|
|||||||
dataplane_obj.run()
|
dataplane_obj.run()
|
||||||
if move_to_influx:
|
if move_to_influx:
|
||||||
report_name = "../reports/" + \
|
report_name = "../reports/" + \
|
||||||
dataplane_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1] + "/"
|
dataplane_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1]
|
||||||
try:
|
try:
|
||||||
influx = CSVtoInflux(influx_host=self.influx_params["influx_host"],
|
influx = CSVtoInflux(influx_host=self.influx_params["influx_host"],
|
||||||
influx_port=self.influx_params["influx_port"],
|
influx_port=self.influx_params["influx_port"],
|
||||||
@@ -1170,7 +1170,7 @@ class lf_tests(lf_libs):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
pass
|
pass
|
||||||
report_name = dataplane_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1] + "/"
|
report_name = dataplane_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1]
|
||||||
self.attach_report_graphs(report_name=report_name, pdf_name="Dataplane Throughput Test - TCP-UDP 5G")
|
self.attach_report_graphs(report_name=report_name, pdf_name="Dataplane Throughput Test - TCP-UDP 5G")
|
||||||
self.attach_report_kpi(report_name=report_name)
|
self.attach_report_kpi(report_name=report_name)
|
||||||
logging.info("Test Completed... Cleaning up Stations")
|
logging.info("Test Completed... Cleaning up Stations")
|
||||||
|
|||||||
Reference in New Issue
Block a user