Skip to content
Snippets Groups Projects
Commit 77a5cae1 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Formatting improvements

parent f12facd0
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ def telegraf_agent_config(request):
:return: the python object representing the read YAML file
"""
rspec = pkg_resources.resource_filename('clmctest', 'rspec.json')
print("rspec file: {0}".format(rspec))
print("\nrspec file: {0}".format(rspec))
with open(rspec, 'r') as stream:
data_loaded = json.load(stream)
return data_loaded
......
......@@ -68,7 +68,7 @@ def simulator(streaming_sim_config):
:return: an instance of the simulator
"""
influx_url = "http://" + streaming_sim_config[0]['ip_address'] + ":8086"
influx_url = "http://" + streaming_sim_config[0]['ip_address'] + ":8086"
for service in streaming_sim_config:
if service['name'] == "ipendpoint1":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment