aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/hvves.robot
AgeCommit message (Collapse)AuthorFilesLines
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>