summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29Add itertools dependency to support python2.7umry83641-1/+2
- 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 toxumry83641-8/+38
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-05-04fix vcpeutilsDR695H1-3/+2
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>
2019-05-02support python 3DR695H1-1/+1
support python 3 by using python 3.6 not 3.7 Change-Id: If5a093b322ee3f81fdc73436f9b32b7da918ac3c Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-05-01support python 3DR695H1-1/+1
support python 3 in all files, also support python 2 however so everything should continue to work Change-Id: I4ace08d2bb0623c0fdc61f2fe39d2339817aa916 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-23move robotframeworkonap to subdirectoryDR695H1-0/+12
i also moved the build to maven based, although that isnt needed to work right now. Change-Id: Ib18d70e3ea4858cc4b9d51fdc2046b59202640ab Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>