Removing LFClibase from influx2 script

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-07-08 11:45:40 -07:00
parent 32a6fc354c
commit 7e3575b481
4 changed files with 9 additions and 14 deletions

View File

@@ -400,9 +400,7 @@ class cv_test(Realm):
(args.influx_host, args.influx_port, args.influx_org, args.influx_token, args.influx_bucket))
# lfjson_host would be if we are reading out of LANforge or some other REST
# source, which we are not. So dummy those out.
influxdb = RecordInflux(_lfjson_host="",
_lfjson_port="",
_influx_host=args.influx_host,
influxdb = RecordInflux(_influx_host=args.influx_host,
_influx_port=args.influx_port,
_influx_org=args.influx_org,
_influx_token=args.influx_token,