summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Steps to setup test bed and run automated test casesroot2018-12-071-9/+80
| | | | | | Change-Id: I4f980062ed3c2fad6dcbd623a1a5f42cd1c4a3ee Signed-off-by: Rachael George <rgeorge@redhat.com> Signed-off-by: vamahaja <vamahaja@redhat.com>
* Install latest pip for virtual environmentsValerii Ponomarov2018-05-041-5/+5
| | | | | | | | | | | | To avoid errors trying to install latest dependencies using unexpected pip version. It allows us to run tests on RHEL7.4 Also, update 'README' file with actual information about running commands in venvs. Change-Id: I154be92cbaa46b7169d2a259acdb05d50448d570
* Add possibility to run 'pep8' checksValeriy Ponomaryov2018-01-121-0/+15
| | | | | | | | | | | | | | | Steps to be performed to run 'pep8' checks in local venv: 1) Install 'tox' package first: $ pip install tox 2a) Run all the tests (currently, it is only pep8 checks): $ tox 2b) Run only 'pep8' checks: $ tox -e pep8 Change-Id: I7afc55bbab5bcbeb2920c3439259da2707ff9a04
* Initial README commitArthy Loganathan2017-11-171-0/+0
Change-Id: I86249bcca6ee5ce434df93d888e64b5462fce388 Signed-off-by: Arthy Loganathan <aloganat@redhat.com>