hacking 3.0.x is too old.
Also fix a failure detected by the new hacking version.
./heat_tempest_plugin/common/test.py:171:80: E501 line too long
(80 > 79 characters)
Change-Id: Ic05437780b451928b14f79b004586e0b627ce119
* Replace .testr.conf by .stestr.conf for migration and update
.gitignore and test-requirements.txt files accordingly
* Use py3 as the default runtime for tox and 3.18.0 as the
minversion for tox
Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: If2662e223ad52c8cae965eb6bdf880c1dce962f2
The repo is Python 3 now but still tests some older
branches, so update hacking to version 2.0 which
supports Python 2 and 3.
Fix problems found.
Change-Id: I54f1fa0ee72499a740e630bbd3478427babc2ec2