Refactoring code so that it refers to the new RecordInflux script

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-09-01 10:40:14 -07:00
parent 76f77af807
commit fe861156cc
5 changed files with 69 additions and 5 deletions

View File

@@ -1366,7 +1366,7 @@ python3 .\\test_l3_longevity.py --test_duration 4m --endp_type \"lf_tcp lf_udp m
influxdb = None
if args.influx_bucket is not None:
from influx2 import RecordInflux
from InfluxRequest import RecordInflux
influxdb = RecordInflux(_influx_host=args.influx_host,
_influx_port=args.influx_port,
_influx_org=args.influx_org,