diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-04-04 08:44:20 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-04-04 08:48:06 +0200 |
commit | cc38f11d355da61130965de99e4545a535bf0cfb (patch) | |
tree | 5370667e7820aa2e4fbdaefd0d9bae271318a644 /tests/dcaegen2-collectors-hv-ves/testcases/resources | |
parent | 8ba19f301c61074ebfa34022a60cc5a3d0b2294b (diff) |
Show and reset Kafka status after every suite
Change-Id: I24caace22e13035a792eb7d06074993b63bbb1ba
Issue-ID: DCAEGEN2-1381
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/resources/common-keywords.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/common-keywords.robot b/tests/dcaegen2-collectors-hv-ves/testcases/resources/common-keywords.robot index 1c925408..07e886a0 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/common-keywords.robot +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/common-keywords.robot @@ -19,6 +19,7 @@ *** Settings *** Library XnfSimulatorLibrary Library VesHvContainersUtilsLibrary +Library KafkaLibrary Library Collections *** Keywords *** @@ -63,6 +64,7 @@ VES-HV Collector Test Shutdown VES-HV Collector Suite Teardown + Log Kafka Status Stop And Remove All Xnf Simulators ${SUITE NAME} *** Variables *** |