summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/tests
AgeCommit message (Collapse)AuthorFilesLines
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>