summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/KafkaKeywords.py
AgeCommit message (Collapse)AuthorFilesLines
2022-03-21[KAFKA] Fix Kafka Client parameters cache referencejakartaRemigiusz Janeczek1-2/+3
Issue-ID: DMAAP-1705 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I843d808875afa21499109dd388d85064c62c9bc5
2022-03-05[KAFKA] Fix sasl user paramsefiacor1-7/+7
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4779298d1d59ebfee12527ce4d762f8441803a26 Issue-ID: DMAAP-1705
2022-03-01[KAFKA] Add support for scram-sha on kafka clientefiacor1-8/+9
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I77bbfe97e6cade41b91b5b2c5fd04fd0e5aa4e34 Issue-ID: DMAAP-1705
2020-01-09Fix pep8 compliance issue from 81c3b68c78219a19e4be8953f75a3e8d34828fe5Bartek Grzybowski1-0/+1
Change-Id: Ie97c46039b29da9ee8fcf3188e55e0ea0129f4a9 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: DCAEGEN2-565
2020-01-09hv-ves ete fix warning 'Sending username and password in the clear'marekpl1-0/+2
hv-ves ete fix warning 'Sending username and password in the clear' Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I1ad8bad12bfc68448f15306f9b38d5761019be5e
2019-08-28Add toxumry83641-1/+0
it would create virtualenv to - run tests in python2.7 and 3 - perform linting operations (flake8, pylint) Issue-ID: INT-1228 Change-Id: I451e1108285f6ebffc650bf3de4f175594ec796d Signed-off-by: umry8364 <morgan.richomme@orange.com> Signed-off-by: DR695H <dr695h@att.com>
2019-08-28fix linter errors and copyrightDR695H1-4/+4
Change-Id: Idf7384307623c70a9f7714a5d276f404873c5974 Issue-ID: TEST-198 Signed-off-by: DR695H <dr695h@att.com>
2019-07-30kafka topic partition definitionmarekpl1-1/+5
kafka topic partition definition Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: Iae72717b3da37c278d399eca4607c9ebd4bb6f75
2019-07-29KafkaKeywords updatemarekpl1-6/+7
KafkaKeywords update Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I21f13a43347c510f1cb45437ae659e9b41e3f9ac
2019-07-23adding missing importmarekpl1-0/+1
adding missing import Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I85ac0a539ac7f9bf1d1dcbb3b23ef9cb199eb01b
2019-07-22hvves related utils updatemarekpl1-5/+8
hvves related utils update Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I97d10ef25671ceb6ea6a5987fe0e4f9f19504d39
2019-06-18add sasl support to kafkaDR695H1-17/+41
Change-Id: I372bcc8a478d137f58b6ab9017a555f584e48f30 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03add in kafka lib for working with kafka directlyDR695H1-0/+76
Change-Id: Ibea385fbd3eb835c1b29a8bf9883122c97a4dd62 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>