From 77a5cae191134fd4c42b987fae7dac576846c1e5 Mon Sep 17 00:00:00 2001 From: Stephen C Phillips <steve@scphillips.com> Date: Wed, 20 Jun 2018 16:41:19 +0100 Subject: [PATCH] Formatting improvements --- src/test/clmctest/inputs/conftest.py | 2 +- src/test/clmctest/monitoring/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/clmctest/inputs/conftest.py b/src/test/clmctest/inputs/conftest.py index 1f42949..86218af 100644 --- a/src/test/clmctest/inputs/conftest.py +++ b/src/test/clmctest/inputs/conftest.py @@ -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 diff --git a/src/test/clmctest/monitoring/conftest.py b/src/test/clmctest/monitoring/conftest.py index 946c571..34457d8 100644 --- a/src/test/clmctest/monitoring/conftest.py +++ b/src/test/clmctest/monitoring/conftest.py @@ -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": -- GitLab