mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
Removing LFClibase from influx2 script
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user