summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26[TEST] updating ovp listener for sha generationelaltostark, steven1-11/+10
cherry-pick from master Issue-ID: TEST-233 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: If8af6eae4763e35cc7745bc6e70a12b287ef1917
2019-10-08Fix python package creationcolvert2-4/+8
- fix bad configuration in setup.cfg - clean coverage target Issue-ID: TEST-184 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I733a784a1d717155b72ede8e35fe64fb14a36cd4 (cherry picked from commit 3c8dc1e4c17bb69d0bb4305edb8cd3d084953426)
2019-10-04bumping version to get builds workingDR695H2-3/+3
Issue-ID: INT-1292 Change-Id: I51e2b3fd53610f904cff34e1cfa88fc67a789f3b Signed-off-by: DR695H <dr695h@att.com>
2019-09-19fix issue around class formatDR695H3-1/+36
Issue-ID: TEST-217 Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f Signed-off-by: DR695H <dr695h@att.com>
2019-09-13cleaning up line endingsDR695H1-1/+1
Issue-ID: TEST-211 Change-Id: If39ebe3c56487b1535e8542ce4d3af2cb69a49e9 Signed-off-by: DR695H <dr695h@att.com>
2019-09-13move the pip command to common section againDR695H1-4/+1
Issue-ID: TEST-211 Change-Id: I446b4d65c132a2eb62b0d55651b0a21e80c485f2 Signed-off-by: DR695H <dr695h@att.com>
2019-09-12[INT] Add python code for vnf lifecycle validationstark, steven3-0/+578
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-1/+4
Issue-ID: TEST-211 Change-Id: Id154c0affba7e614e8bbb51741ea2457a5a5504e Signed-off-by: DR695H <dr695h@att.com>
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)umry83642-11/+35
+ 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-29Add itertools dependency to support python2.7umry83643-33/+48
- needed until a full swap to python 3 is effective - minor fix to improve pylint on CsarParser Issue-ID: INT-1228 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I954794197233d17113bbdea5719d85980579d299
2019-08-28Add toxumry836411-75/+133
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 copyrightDR695H32-457/+96
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 py3DR695H2-6/+29
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 testDR695H4-1/+49
Issue-ID: TEST-184 Change-Id: I489e55835bad95d9b35419edbcb892d3e228bced Signed-off-by: DR695H <dr695h@att.com>
2019-08-15initial redo of the requests keywords for client certsDR695H16-81/+269
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 trialDR695H4-22/+26
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 basDR695H3-42/+117
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 noneDR695H5-6/+24
Issue-ID: TEST-174 Change-Id: I1b48d6f6839cdbb4df5eb6461ac1a053fcdfbc57 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19moving all libs to global scopeDR695H16-0/+81
Issue-ID: TEST-174 Change-Id: Ieae316661540206eb1e74126f8b8859e373e3786 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18fix uuid reimplemntationDR695H4-4/+37
Change-Id: I2a3fea06b026a450b3c334706c386424e00f07e0 Issue-ID: TEST-174 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18cleanup how message factory is usedDR695H7-25/+84
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 wayDR695H2-145/+97
Change-Id: I286a616eb364f5506a52e4a33d03e3e8371f9535 Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-08dd in sdnc keywords for vcpeDR695H6-252/+263
Change-Id: Ib3a630eeb18fdf8418b6e12c4eb781c28d8a3ffa Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01support json path searchingDR695H3-2/+44
Issue-ID: TEST-172 Change-Id: Id5a355ca0148efb97065c0a5aacd53ddfd11818d Signed-off-by: DR695H <dr695h@att.com>
2019-07-01adding in new keywords for base64, oof and sniroDR695H7-265/+218
Issue-ID: TEST-171 Change-Id: Ib305d17ca4847bf1e5740bd1983ca1f66b75bbd8 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01removing unused code and moving so paramsDR695H4-94/+25
Issue-ID: TEST-171 Change-Id: Id93c60923a2830c4054108f898057d7258b9b4c2 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20removing the eteutils folder since its not used anymoreDR695H3-10/+1
Issue-ID: TEST-158 Change-Id: Ic923e8c7c992e2915a51c9f8790197d8386f6f54 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-18removing unused librariesDR695H2-212/+0
openstacklib and heatutils have been moved to the new keyword structure so remvoing the old one as csit and testsuite have moved Change-Id: I18b3ac7afc714174da4bebf5bacd5c7297b3dd59 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>