WIFI-7960 Added fix for influx push path in wifi_Capacity test (#530)

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
Shivam Thakur
2022-05-16 16:06:00 +05:30
committed by GitHub
parent dee70a8b34
commit 1f10c22ee4

View File

@@ -483,9 +483,8 @@ class RunTest:
sets=sets)
wificapacity_obj.setup()
wificapacity_obj.run()
for tag in influx_tags:
self.influx_params["influx_tag"].append(tag)
report_name = wificapacity_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1]
report_name = "../reports/" + wificapacity_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1]
influx = CSVtoInflux(influx_host=self.influx_params["influx_host"],
influx_port=self.influx_params["influx_port"],
influx_org=self.influx_params["influx_org"],