blob: f5b20c90800ef676ff3851b2aefa6a7bdec41779 [file] [log] [blame]
DR695Hd050b582019-04-18 10:56:38 -04001Robotframework-ONAP
2=======================
3
umry8364d4af56d2019-08-28 12:06:30 +02004Robot framework plugin to work with ONAP.
5It provides 3 packages:
DR695Hd050b582019-04-18 10:56:38 -04006
umry8364d4af56d2019-08-28 12:06:30 +02007* ONAPLibrary
8* vcpeutils
9
10A tox file has been created with the following targets:
11
12* py3: run unit tests using python3 + provide unit test coverage information
13* py27: run unit tests using python2.7
14* pep8: python linting with flake8 (python3)
15* pylint: python linting with pylint (python3), pylint provide a rate estimation
16
17You can run all the target one after the other by typing `tox` from
18robotframework-onap directory. Or if you want to specify a single target type
19`tox -epep8`