summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary
AgeCommit message (Collapse)AuthorFilesLines
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-12-12Add JSON Should Contain Sub JSON KeywordPawel Wieczorek1-7/+22
This patch provides functionality of "Dictionary Should Contain Sub Dictionary" Keyword (from Robot Framework "Collections" library) for JSON. It supports both objects and strings containing JSON. Added tests were intended to verify no regressions were introduced as well as corner cases are handled properly. Issue-ID: SECCOM-261 Change-Id: Id7581d79b93ce0403e97e1bbf47c10e0e166f2ec Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-19fix issue around class formatDR695H1-1/+1
Issue-ID: TEST-217 Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f Signed-off-by: DR695H <dr695h@att.com>
2019-09-12[INT] Add python code for vnf lifecycle validationstark, steven2-0/+453
This is a commit to go with https://gerrit.onap.org/r/c/testsuite/+/94485 Issue-ID: INT-1197 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I7f5a8b0ce3c614d48e5d20484034e030bb82688a
2019-09-12small change to check the build processDR695H1-0/+2
Issue-ID: TEST-211 Change-Id: Ia54017d21dab17eba9508f6803b43e35b729ee55 Signed-off-by: DR695H <dr695h@att.com>
2019-09-10add more-itertools in requirements (not only in test-requirements)umry83641-11/+34
+ fix pep8 errors Issue-ID: INT-1228 Change-Id: I26c46462f08b33d81d657d80497ba3d27db9242c Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-09-09some components expect this field to be a uuidDR695H1-2/+1
Issue-ID: TEST-184 Change-Id: Ifaeabcc6608ce94762774679121d664b200caec0 Signed-off-by: DR695H <dr695h@att.com>
2019-09-05ROBOT test cases improvements for PnP PNF in El Alto releaseKrzysztof Kuzmicki1-2/+2
Issue-ID: INT-1179 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ie359abedc6772e546962e9bf8d07cf67e3be23ae
2019-08-28Add toxumry83643-4/+3
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 copyrightDR695H24-178/+90
Change-Id: Idf7384307623c70a9f7714a5d276f404873c5974 Issue-ID: TEST-198 Signed-off-by: DR695H <dr695h@att.com>
2019-08-26improved unicode encoding for the string in py2 and py3DR695H1-2/+5
Issue-ID: TEST-184 Signed-off-by: DR695H <dr695h@att.com> Change-Id: I3f6bd36fd5be7b4c143696adf6bb8f9d5f69ebc7
2019-08-22use unicode encoding for the stringDR695H1-3/+3
Issue-ID: TEST-184 Change-Id: I41dbeecd8787efaf96b15f5961f00d7eadd3f4ae Signed-off-by: DR695H <dr695h@att.com>
2019-08-20str for aai properties and adding a testDR695H1-1/+1
Issue-ID: TEST-184 Change-Id: I489e55835bad95d9b35419edbcb892d3e228bced Signed-off-by: DR695H <dr695h@att.com>
2019-08-15initial redo of the requests keywords for client certsDR695H13-80/+212
Issue-ID: TEST-184 Change-Id: Ie35e9c64180bad574ba3e4fc77f8418e4ab27528 Signed-off-by: DR695H <dr695h@att.com>
2019-08-06fix few errorsDR695H3-42/+63
fix aai lib not loading in no robot env, fix warnigs for https calls in requests, fix, add support for client certs Issue-ID: TEST-188 Change-Id: Ife00cca98efb412e8b24bba675526ae52413af74 Signed-off-by: DR695H <dr695h@att.com>
2019-08-06send_binary_data_over_ssl keyword added to SocketKeywords.pymarekpl1-8/+26
send_binary_data_over_ssl keyword added to SocketKeywords.py Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: Icdb36610a78f955f0ffe0db2ce6e23be9727401d
2019-07-31pull global vars from robot trialDR695H3-13/+24
Issue-ID: TEST-184 Change-Id: I008c9cfbc1ae65c7735fcab2b474a0cbf7ec2ca9 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-29remove the 200 for sdc tooDR695H4-14/+18
Issue-ID: TEST-174 Change-Id: I617b1efd11867b13e318387c49c29030c27bbe49 Signed-off-by: DR695H <dr695h@att.com>
2019-07-29add so delete requestDR695H1-0/+5
Issue-ID: TEST-73 Change-Id: Ib214795edfb701abb6004237e518fd1c61576f69 Signed-off-by: DR695H <dr695h@att.com>
2019-07-29correcting the looping checkDR695H1-2/+3
Issue-ID: TEST-174 Change-Id: Ib971213c3a611c959adf03fde08b33b27045b08c Signed-off-by: DR695H <dr695h@att.com>
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-25aai should not check status codeDR695H3-8/+16
Issue-ID: TEST-179 Change-Id: I5573b38d001ea43372471bd48a9214d6fc7d8ea1 Signed-off-by: DR695H <dr695h@att.com>
2019-07-24remove the last of the SO robot codeDR695H6-3/+111
Issue-ID: TEST-179 Change-Id: I0b0c223e3c6007cae213b35a77232b05af50ef80 Signed-off-by: DR695H <dr695h@att.com>
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-22correct the order of parametersDR695H4-11/+17
Issue-ID: TEST-177 Change-Id: I57a6c890379f5bb83160ffe827d51c31e517b9fd Signed-off-by: DR695H <dr695h@att.com>
2019-07-22adding in the keywords for aai basDR695H2-0/+105
Issue-ID: TEST-174 Change-Id: I60052722c6e34cfe8a254ce2b5d9989d2d11114b Signed-off-by: DR695H <dr695h@att.com>
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-07-19fixing is not noneDR695H3-6/+6
Issue-ID: TEST-174 Change-Id: I1b48d6f6839cdbb4df5eb6461ac1a053fcdfbc57 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19moving all libs to global scopeDR695H13-0/+26
Issue-ID: TEST-174 Change-Id: Ieae316661540206eb1e74126f8b8859e373e3786 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18fix uuid reimplemntationDR695H1-2/+2
Change-Id: I2a3fea06b026a450b3c334706c386424e00f07e0 Issue-ID: TEST-174 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18cleanup how message factory is usedDR695H3-12/+16
apparantly if you use binary protobuf you cant recall the same instance variable Issue-ID: TEST-175 Change-Id: I413c04dec5f94363a54d5e9e00e135d95620abd3 Signed-off-by: DR695H <dr695h@att.com>
2019-07-11move preload to python libDR695H2-0/+73
Issue-ID: TEST-174 Change-Id: I1d23614d37a49d4e28e64db882cf1d40df506cee Signed-off-by: DR695H <dr695h@att.com>
2019-07-11moving basic rest calls to requestshelperDR695H8-175/+78
Issue-ID: TEST-173 Change-Id: I76736b52a48510ce0a6f44607401b8e127a87476 Signed-off-by: DR695H <dr695h@att.com>
2019-07-11refacotr out headers so they are common across ecompDR695H6-90/+75
Issue-ID: TEST-173 Change-Id: I55e5e4e6cc5e2a684858e94a485debc2b21d283d Signed-off-by: DR695H <dr695h@att.com>
2019-07-11fix md5 use to call correct objectDR695H1-1/+2
Issue-ID: TEST-173 Change-Id: Ie47e4f5602a2e3e6680410a4977f3f9f78b9689a Signed-off-by: DR695H <dr695h@att.com>
2019-07-10add in sdc keywordsDR695H2-0/+135
Issue-ID: TEST-173 Change-Id: Ie198892d6e0605753103ab8779f3823673ce5b91 Signed-off-by: DR695H <dr695h@att.com>
2019-07-09add string templating to new wayDR695H1-2/+3
Change-Id: I286a616eb364f5506a52e4a33d03e3e8371f9535 Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-08dd in sdnc keywords for vcpeDR695H3-0/+159
Change-Id: Ib3a630eeb18fdf8418b6e12c4eb781c28d8a3ffa Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01support json path searchingDR695H2-1/+42
Issue-ID: TEST-172 Change-Id: Id5a355ca0148efb97065c0a5aacd53ddfd11818d Signed-off-by: DR695H <dr695h@att.com>
2019-07-01adding in new keywords for base64, oof and sniroDR695H4-2/+143
Issue-ID: TEST-171 Change-Id: Ib305d17ca4847bf1e5740bd1983ca1f66b75bbd8 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01removing unused code and moving so paramsDR695H1-3/+2
Issue-ID: TEST-171 Change-Id: Id93c60923a2830c4054108f898057d7258b9b4c2 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20add string templating to new wayDR695H1-0/+6
Change-Id: Ic32be25a808a90948b77ce43c5fe4e5f1f59a1dd Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
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-17copying openstack keywords to the onap libDR695H4-0/+310
also editing the disable warnings keyword back in Issue-ID: TEST-158 Change-Id: I436e2b53a154171fea83a0707bf3c28602510dd7 Signed-off-by: DR695H <dr695h@att.com>
2019-06-17create music keywords and move over http keywordsDR695H3-0/+109
Issue-ID: TEST-158 Change-Id: I74c0a6141a35ab44481c868f5b3f0277cc1b97ca Signed-off-by: DR695H <dr695h@att.com>
2019-06-17moving http to new keyword formatDR695H2-1/+21
Issue-ID: TEST-158 Change-Id: Ib0accb92a39a50fdc63227768a5fe628930c91df Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move dns and uuid to the new format of keywordsDR695H5-8/+54
Change-Id: I07612b85424c4d687b0c551ecc7727920d2736b0 Issue-ID: TEST-164 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03add in kafka lib for working with kafka directlyDR695H3-1/+103
Change-Id: Ibea385fbd3eb835c1b29a8bf9883122c97a4dd62 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>