Commit Graph

12 Commits

Author SHA1 Message Date
Ghanshyam Mann 47d322f0f2 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: If8fe8bd9d261384f50cc91f4c9c0e47d5670dafb
2020-05-12 20:03:20 -05:00
Andreas Jaeger 4215b7085f Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found by updated hacking version.

The tempest plugin is used on older branches as well.
We really only need hacking on master anyways,
where we no longer support python 2, so here we
make the requirement specific to python 3.

Change-Id: I885da1613e9cf754302700019a1207a279b3af2a
2020-04-04 09:26:33 +02:00
Michael Johnson 0f28a482d5 Migrate to stestr
This patch updates tox.ini to use stestr instead of testr.

Change-Id: I6be57c0c90d7711c172243b9de43034735334de7
2018-05-24 11:20:37 -07:00
Jude Cross 986e3f543c Create scenario tests for load balancers
This patch implements the tempest plugin for
for testing load balancer creation in Octavia.

Co-Authored-By: Jude Cross <jcross@godaddy.com>
Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>

Depends-On: https://review.openstack.org/557856
Change-Id: I57064f8e0834efba8859a780394a1c69851cc917
2018-04-10 12:20:01 -07:00
OpenStack Proposal Bot fac9602c4c Updated from global requirements
Change-Id: I9479c5dc90e6b960cfdd94d818d8d5a484b437da
2018-03-15 07:28:14 +00:00
OpenStack Proposal Bot 045cc5e6f0 Updated from global requirements
Change-Id: I904b1e299cb299316d3b277b088ef81cebdddcee
2018-01-18 03:12:58 +00:00
OpenStack Proposal Bot ac449fe6d2 Updated from global requirements
Change-Id: If976654fa7895fb3798b70555d0224b2a12b093b
2018-01-16 04:21:09 +00:00
OpenStack Proposal Bot 1f41eac955 Updated from global requirements
Change-Id: I8c37ccadbb89698387ad499bfad73b52f1139cfb
2017-11-16 11:16:55 +00:00
OpenStack Proposal Bot c0246d0800 Updated from global requirements
Change-Id: I4651f1f41fa23be2b5fa53d2f79b185d01e3ec27
2017-08-18 11:36:53 +00:00
OpenStack Proposal Bot bf8dbae3f0 Updated from global requirements
Change-Id: Ie8b37cd8340065236c7f0c0432d4bc90905754fe
2017-06-27 12:17:07 +00:00
OpenStack Proposal Bot 81d6349309 Updated from global requirements
Change-Id: I60cee5c0c8fb6c62242b9b0b2ddf48bc9174924d
2017-06-06 01:53:58 +00:00
Michael Johnson 34139b07a7 Initial setup of the octavia-tempest-plugin repo
This patch is the initial repository setup for octavia-tempest-plugin
using the OpenStack cookiecutter template.

Change-Id: Icce1389d3a9fb6076091d4d291e15773fb64544b
2017-05-11 18:32:01 +00:00