Commit Graph

9 Commits

Author SHA1 Message Date
Takashi Kajinami 7e7fd6c886 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5f702cde6d5bc3f0019e556e881b1c49b600f80b
2022-05-06 16:09:19 +00:00
inspurericzhang 0b64a191ef Add py38 package metadata
Change-Id: I2fb037a15fadf52f5dd918f80d2ef8c82833c24f
2020-05-28 11:47:50 +08:00
Ghanshyam Mann a97deefcb3 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle except
swift and sorlets which is exception approved in this goal.

Somehow this repo is left to remove the py2.7 requirement
and setup.cfg file cleanup.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Also drop the stable/queens|rocky py2 jobs because octavia-tempest-plugin master
code cannot test them because of py2 drop. They are also Extended Maintainance
state so it is ok to not test them on master. Same way Tempest and other
plugins did
- https://review.opendev.org/#/c/722183/

Change-Id: I9b20229a25dc9752e4a813709f0b67bbd104faa5
2020-04-28 22:57:07 +00:00
melissaml 37fb30ec9b Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I547a9178966c02bf78f9db9efe8052f90527bd83
2018-12-24 01:11:42 +00:00
ShangXiao d5046c0c3e Fix the invalid home-page url
The home-page url is not found.
Change it to the right one.

Change-Id: Ide828f61eba7035224f4ac3d81419aeb399363af
2018-05-03 05:57:23 +00: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
Michael Johnson 0c90ef6972 Revert "Create scenario tests for loadbalancers"
This reverts commit 638c4ef2a1.

Change-Id: Id4e6723d68e35ccdfb34d50485590035808aea2e
2018-03-29 14:52:06 -07:00
Jude Cross 638c4ef2a1 Create scenario tests for loadbalancers
This patch implements the tempest plugin for basic load balancer
operations in Octavia. It contains tests for loadbalancer API and
a minimal operation test for loadbalancing functionality.

Steps for testing in devstack environment:

- Clone octavia-tempest-plugin repo, check out this patch, install
  octavia-tempest-plugin project.
- Create a tempest work directory by running 'tempest init <workdir>'.
  In the etc/tempest.conf, add 'loadbalancer = true' in
  'service_available' section.
- Set a big value to 'OS_TEST_TIMEOUT' in .testr.conf
- Add or modify other related config options (image, network, flavor,
  validation, etc).
- Run 'tempest run --regex ^octavia_tempest_plugin'

Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>
Co-Authored-By: Adam Harwell <flux.adam@gmail.com>
Change-Id: Ibc2904f431b15dfca2ff8e38e0d4d06c1430abea
2017-11-16 14:14:59 -08: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