fix vcpeutils 54/86954/1
authorDR695H <dr695h@att.com>
Sat, 4 May 2019 19:51:36 +0000 (15:51 -0400)
committerDR695H <dr695h@att.com>
Sat, 4 May 2019 20:33:51 +0000 (16:33 -0400)
commit158df8f73cb2988031cd408939681d3ade443b2f
treeaaa0faca916a105adef1eb734d3e7dd528cfb7a3
parent8ad85420e45ffeafb536de55b31ad68c0d03c986
fix vcpeutils

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>
robotframework-onap/setup.py
robotframework-onap/tests/__init__.py [new file with mode: 0644]
robotframework-onap/tests/runner.py [new file with mode: 0644]
robotframework-onap/tests/vcpeutils/SoUtils_test.py [new file with mode: 0644]
robotframework-onap/tests/vcpeutils/__init__.py [new file with mode: 0644]
robotframework-onap/tox.ini
robotframework-onap/vcpeutils/SoUtils.py
robotframework-onap/vcpeutils/csar_parser.py
robotframework-onap/vcpeutils/preload.py
robotframework-onap/vcpeutils/vcpecommon.py