Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octavia: removed tempest test entry point #7

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions openstack/octavia-lib/0002-remove-tempest-entry-point.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff -ruN octavia-3.1.1.dev5/octavia.egg-info/entry_points.txt octavia-3.1.1.dev5.new/octavia.egg-info/entry_points.txt
--- ./octavia.egg-info/entry_points.txt 2019-05-14 03:56:52.000000000 +0200
+++ ./octavia.egg-info/entry_points.txt 2019-05-28 12:35:04.088462256 +0200
@@ -72,9 +72,6 @@
[oslo.policy.policies]
octavia = octavia.policies:list_rules

-[tempest.test_plugins]
-octavia = octavia.tests.tempest.plugin:OctaviaTempestPlugin
-
[wsgi_scripts]
octavia-wsgi = octavia.api.app:setup_app

diff -ruN octavia-3.1.1.dev5/setup.cfg octavia-3.1.1.dev5.new/setup.cfg
--- ./setup.cfg 2019-05-14 03:56:52.000000000 +0200
+++ ./setup.cfg 2019-05-28 12:35:51.780839403 +0200
@@ -96,8 +96,6 @@
hot_plug_plugin = octavia.controller.worker.controller_worker:ControllerWorker
oslo.config.opts =
octavia = octavia.opts:list_opts
-tempest.test_plugins =
- octavia = octavia.tests.tempest.plugin:OctaviaTempestPlugin
oslo.policy.policies =
octavia = octavia.policies:list_rules
oslo.policy.enforcer =
1 change: 1 addition & 0 deletions openstack/octavia-lib/octavia-lib.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ URL: https://git.openstack.org/cgit/openstack/octavia-lib
Source0: {{ source }}
# https://review.openstack.org/644874
Patch0: 0001-Do-not-install-README.rst-and-LICENSE.patch
Patch1: 0002-remove-tempest-entry-point.patch
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
BuildRequires: {{ py2pkg('mock', py_versions=['py2', 'py3']) }}
Expand Down