diff --git a/src/test/clmctest/inputs/conftest.py b/src/test/clmctest/inputs/conftest.py index 1f4294969e27e11d9004f68e11580f7d799ebf58..86218af4ab7734cf0efab8b2d439488769100e28 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 946c5712c6c38640596606457cce0475d6769730..34457d87e0eaeeac92d0be57d914d77e63d15fb5 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":