diff options
author | 2019-04-02 13:03:56 +0200 | |
---|---|---|
committer | 2019-04-11 11:28:03 +0200 | |
commit | ca7b782eada4ecdcffab9168115c678060b28695 (patch) | |
tree | 233493718ccfc3540551392eef52a7c590a73adb /tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py | |
parent | d610e5d3c6953d389e35906f132c8f6b73e893ee (diff) |
Test configuration updates in CSITs
Change-Id: Ia02938d078baaf60b430ec4ca45c6ad9f24663a1
Issue-ID: DCAEGEN2-1381
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py b/tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py index 60c2c46d..ccad4308 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py +++ b/tests/dcaegen2-collectors-hv-ves/testcases/libraries/DcaeAppSimulatorLibrary.py @@ -47,7 +47,7 @@ class DcaeAppSimulatorLibrary: def assert_DCAE_app_consumed(self, topic, expected_messages_amount): app_url = MESSAGES_COUNT_PATH % topic - logger.info("GET at: " + app_url) + logger.info("GET at: " + str(app_url)) resp = HttpRequests.session_without_env().get(app_url, timeout=10) HttpRequests.checkStatusCode(resp.status_code, DCAE_APP_NAME) |