summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/tests
AgeCommit message (Collapse)AuthorFilesLines
2019-12-12Add JSON Should Contain Sub JSON KeywordPawel Wieczorek2-0/+206
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 formatDR695H2-0/+35
Issue-ID: TEST-217 Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f Signed-off-by: DR695H <dr695h@att.com>
2019-08-28Add toxumry83641-3/+6
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-26improved unicode encoding for the string in py2 and py3DR695H1-4/+24
Issue-ID: TEST-184 Signed-off-by: DR695H <dr695h@att.com> Change-Id: I3f6bd36fd5be7b4c143696adf6bb8f9d5f69ebc7
2019-08-20str for aai properties and adding a testDR695H3-0/+48
Issue-ID: TEST-184 Change-Id: I489e55835bad95d9b35419edbcb892d3e228bced Signed-off-by: DR695H <dr695h@att.com>
2019-08-15initial redo of the requests keywords for client certsDR695H2-0/+52
Issue-ID: TEST-184 Change-Id: Ie35e9c64180bad574ba3e4fc77f8418e4ab27528 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19fixing is not noneDR695H2-0/+18
Issue-ID: TEST-174 Change-Id: I1b48d6f6839cdbb4df5eb6461ac1a053fcdfbc57 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19moving all libs to global scopeDR695H3-0/+55
Issue-ID: TEST-174 Change-Id: Ieae316661540206eb1e74126f8b8859e373e3786 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18fix uuid reimplemntationDR695H2-1/+34
Change-Id: I2a3fea06b026a450b3c334706c386424e00f07e0 Issue-ID: TEST-174 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18cleanup how message factory is usedDR695H3-5/+59
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-05-22adding in new onap lib and servicemappingDR695H1-0/+0
this remvoes the need for servicemapping.json Change-Id: I4a151293c19a386b79135816e86f7402ba29ad8d Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-04fix vcpeutilsDR695H4-0/+30
removed relative imports and using the preferred method of importing. use the open instead of file method to get files use the new pyaml method that specifies the loader use builtins.basestring for unicode and nonunicode comparison use the correct method to call the robot framework logger warn adding in unit tests for things to make sure they work Change-Id: I15da74ff66988ef2610ada3ae21a1c6104c26c35 Issue-ID: INT-1061 Signed-off-by: DR695H <dr695h@att.com>