aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-collectors-hv-ves/testcases/resources
AgeCommit message (Collapse)AuthorFilesLines
2021-02-16Update dcaegen2-collectors-hv-ves FOR loop syntaxLasse Kaihlavirta1-5/+6
- update obsolete FOR loop syntax to get rid of warnings in console output - some minor grammar improvements Issue-ID: DCAEGEN2-2629 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I89c918754f3f4674e96eff4ffc8932713a4bce80
2019-04-26Switch to DMaaP kafka imagekjaniak2-0/+8
Issue-ID: DCAEGEN2-1448 Change-Id: I9f0c375eb8530749fa6bdc506a3246f7b5f6575c Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-04-11Test configuration updates in CSITsFilip Krzywka3-0/+37
Change-Id: Ia02938d078baaf60b430ec4ca45c6ad9f24663a1 Issue-ID: DCAEGEN2-1381 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-04-10Adjust to new dcae-app-simulator apiFilip Krzywka1-1/+1
This change is a follow up to changes made in DCAEGEN2-1399. - move custom keywords from Robot to python for ease of use - enhanced logs in here - removed unused keyword Change-Id: I05cda5f2418d562a96dd00ae5b02025bc67b35a4 Issue-ID: DCAEGEN2-1399 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-04-04Show and reset Kafka status after every suiteFilip Krzywka1-0/+2
Change-Id: I24caace22e13035a792eb7d06074993b63bbb1ba Issue-ID: DCAEGEN2-1381 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-04-02Extract common variable to keywordFilip Krzywka1-1/+7
Change-Id: I34dc5690eb416e11aba7620c5df6a7784ecb693e Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-28Redefine RoutingFilip Krzywka2-9/+12
This change follows related changes in DCAEGEN2-1347 - routing is no longer read from configuration file - routing format kept in CBS have been adjusted to platform definitions Change-Id: I5f6c53325d5ea04d2f5ab13a7ff134932f7edeb0 Issue-ID: DCAEGEN2-1347 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-21Add licenses to filesFilip Krzywka1-0/+18
Change-Id: I37ac3499a4e600683819646ddb8a6e3a19de74de Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-05Assert exact amount and kind of messagesFilip Krzywka1-0/+24
This change follows related changes made in DCAEGEN2-1291 and previous work in HV-VES. Change-Id: I69f9934224981973e346947ae8729cb839aeb173 Issue-ID: DCAEGEN2-1291 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-12-21Align with HV-VES startup changesPiotr Jaszczyk1-2/+2
Change-Id: I0f061343b8cdb38a62fd6012888d19bad5296912 Issue-ID: DCAEGEN2-1047 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-11-20Use real example of vesEventListenerVersionFilip Krzywka12-20/+20
This change follows related changes in DCAEGEN2-976. As vesEventListenerVersion is now being validated against regex, we need to have correct version send from xNF simulators. Change-Id: I4aad10054dfc3da461aed531ae4e3d7c7af54acc Issue-ID: DCAEGEN2-976 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-10-02Lower case for HV-VES domainFilip Krzywka13-21/+21
Change-Id: I7e6192de701a5f5963a558de59505e70d5402fd9 Issue-ID: DCAEGEN2-847 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-10-01Update HV-VES domainFilip Krzywka13-21/+21
Commit follows changes to domain name made in other tasks for this issue. Change-Id: I5d1b6b64d046cc5a2323e1e1646499cbd05d24a2 Issue-ID: DCAEGEN2-847 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-27Move CSIT to integration/csit repoGary Wu14-0/+521
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>