aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/hvves.robot
AgeCommit message (Collapse)AuthorFilesLines
2020-04-16Adapt E2E Test Case to use SSLMarcin Przybysz1-8/+0
Issue-ID: DCAEGEN2-2143 Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com> Change-Id: Iefae2157538d26ecb93379643f10b82395dd78e1
2019-08-06HV-VES SSL ete test case addedmarekpl1-5/+15
HV-VES SSL ete test case added Change-Id: I378e6e04f32377ad802c88ac3e68f7ce3632e677 Issue-ID: DCAEGEN2-1226 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-06-18remove kafkacat useDR695H1-4/+7
kafkacat didnt work on windows and wasnt guranteed to be there Issue-ID: TEST-158 Change-Id: Ib30ff646fa595820328b7c51efa8d43c81cad12b Signed-off-by: DR695H <dr695h@att.com>
2019-06-03replace protobuf cli with robot libDR695H1-3/+4
Change-Id: I230ef223b8a9264d5935d7cdbccc7db8986c2257 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-21remove rammbockDR695H1-4/+1
replace rammbock with raw tcp send of data Change-Id: I04d6731ddabae3b2665c3492f948a85698fbe745 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-17moving hvves out of templatesDR695H1-2/+2
Change-Id: I2ee2308555b3d7b3fcf832c8ff5482c8f92b8c36 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-17changes reverted due to revert in OOM:integration_robot_properties.pymarekpl1-3/+3
changes reverted due to revert in OOM:integration_robot_properties.py https://gerrit.onap.org/r/#/c/87967/ Change-Id: I542884596d7480e85975df641320f233b6af5de6 Issue-ID: DCAEGEN2-1448 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-16hvves message router port variable updatemarekpl1-4/+4
hvves message router port variable update Change-Id: I1f714d2107f558ed26a7265ff35ca85424bef482 Issue-ID: DCAEGEN2-1448 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-14remove unneeded librariesDR695H1-3/+3
httplibrary is replicated with requests so replacing the few places that use it with the requests. also removing kafkalibrary since it isnt used and we dont want to use it since its not python 3 compatible. Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-14DCAEGEN2-1448 master hvves testsuite fixmarekpl1-3/+3
DCAEGEN2-1448 master hvves testsuite fix Change-Id: I149c8b6cbe8945cd8f82523975b4e83b41e239f1 Issue-ID: DCAEGEN2-1448 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-10hvves testsuite update dut to kafka sasl featuremarekpl1-14/+8
hvves testsuite update dut to kafka sasl feature Change-Id: I1bb65e8770488ae773265bd9d251810e7a508055 Signed-off-by: marekpl <marek.pondel@nokia.com> Issue-ID: DCAEGEN2-1448
2019-05-09upgrade to python3 librariesDR695H1-3/+7
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2019-03-21Add ete TAG for pnf and hvves ete test caseskrzysztof kuzmicki1-1/+1
Issue-ID: INT-889 Change-Id: I1833c0a125c5397c8142a1c667e98bfb575ca56a Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
2018-10-29Fix for HV-VES TA sunny scenario.marekpl1-1/+2
Introducing wait mechanism in test until topic is created after 1st message sent by HV-VES to Kafka. Issue-ID: INT-650 Change-Id: Ie21bad0a690a39621f9bf49618d0b19e202b2913 Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-25Fix for HV-VES TA sunny scenariomarekpl1-1/+1
Handle situation when the topic doesn't exist yet because it is created on kafka after 1st HV-VES message is sent Issue-ID: INT-650 Change-Id: Ie95af8a02ce5cda703f1898cb5d7ece32262987b Signed-off-by: marekpl <marek.pondel@nokia.com>
2018-10-24HV-VES TA sunny scenariomarekpl1-0/+21
Robot Framework for HV-VES sunny scenario case Issue-ID: INT-650 Change-Id: I27476a821d9f51e4e4c2a5cf33a3a8a13b8c7f34 Signed-off-by: marekpl <marek.pondel@nokia.com>