- 13 Jan, 2021 2 commits
-
-
Corey Bryant authored
Monkey patch the original current_thread to use the up-to-date _active global variable. This solution is based on that documented at: https://github.com/eventlet/eventlet/issues/592 Change-Id: I5b00ee328f83cec8375ad1538be3a16059af08a3 Closes-Bug: #1863021 (cherry picked from commit 0b78dad6)
-
Bernard Cafarelli authored
As discussed in neutron team meeting [1], it is not worth fixing issues identified by new pip resolver in stable branches. So let's drop the job For ussuri, add isort to test-requirements from original fix attempt [2] [1] http://eavesdrop.openstack.org/meetings/networking/2021/networking.2021-01-12-14.00.log.html#l-164 [2] https://review.opendev.org/c/openstack/networking-sfc/+/748135 Conflicts: lower-constraints.txt zuul.d/project.yaml Change-Id: Ic62b63fd2e1f314f6c465a259df75d197180e1f9 (cherry picked from commit 1a51c0f52e4fa8275333904d617f3b24a7458f4f)
-
- 11 May, 2020 1 commit
-
-
Slawek Kaplonski authored
Depends-On: https://review.opendev.org/726776 Change-Id: Ic3fb1e046f2897bf356f573f63c3d48d24a131ee
-
- 27 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I9bfc3a17b9b69e4a6206860132273f59ce93d5e2
-
OpenStack Release Bot authored
Change-Id: I5defd6765be94ed9af4981116d34a3d6fad13be6
-
- 24 Apr, 2020 1 commit
-
-
Zuul authored
-
- 17 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Remove obsolete sections from setup.cfg - Update classifiers - Update requirements, no need for python_version anymore - Use newer openstackdocstheme and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. Change-Id: I9be10bba84b2f9a3c99941075a9a7d4473971aa1
-
- 01 Apr, 2020 1 commit
-
-
elajkat authored
Change-Id: I8507dd61835512b889ad189ee10ac5b38084884c
-
- 18 Dec, 2019 1 commit
-
-
Bernard Cafarelli authored
This is part of Ussuri goal tracked for Neutron stadium at: https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop Change-Id: I69c8dfd113269f7092963536498e313c4d7afca1
-
- 25 Oct, 2019 1 commit
-
-
pengyuesheng authored
Change-Id: I3aa83d85858cbf1bc97444e900c3521e3152ec5d
-
- 18 Oct, 2019 2 commits
- 15 Oct, 2019 1 commit
-
-
wangfaxin authored
Change-Id: I33c70eb271a9bb6966545f603e6542636c55b312
-
- 01 Oct, 2019 1 commit
-
-
Akihiro Motoki authored
- doc/source/readme.rst is introduced to render both HTML and PDF versions properly. The latex builder used to build PDF recognizes the document structure based on toctree directives, so a hidden toctree for readme is added to index.rst. - doc/requiremens.txt is introduced to split the documentation dependencies following the community convention. - Along with the previous, python modules only in doc/requirements.txt are dropped from lower-constraints.txt as we are not using lower-constraints for documentation build. Change-Id: I8e58cca91506f72b868dec151e070e0f8a69ded4 Story: 2006099 Task: 35126
-
- 26 Sep, 2019 1 commit
-
-
Slawek Kaplonski authored
Tests in networking_sfc.functional.test_server module are testing how service is handling SIGHUP signal. Recently this was changed in Oslo.service with [1] and our tests were failing because they were still expecting that after sending SIGHUP to the process, stop() and than start() method will be called. But as our services uses "mutate" as restart method, since [1] such process don't executes stop() and start() after SIGHUP. It now executes only reset() method. Similar change was recently done in Neutron's functional tests in [2]. This patch reflects that change in networking-sfc functional tests. [1] https://review.opendev.org/#/c/641907/ [2] https://review.opendev.org/#/c/680001/ Change-Id: I22629c59da983f47ef8b1862afb9a62bdfd78b02 Closes-Bug: #1842659
-
- 25 Sep, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I53b85b2dbbf927cc67ecc238b7fda99d5f786c6b Sem-Ver: feature
-
- 01 Aug, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I22cf36bae9d46c99d16e92e32d45df8a460b7c84 Story: #2005924 Task: #34225
-
- 05 Jul, 2019 2 commits
-
-
dharmendra authored
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I799b976d1e8764de344e7dc8efe27767800611e0
-
dharmendra authored
Spotted log: http://logs.openstack.org/09/668109/1/check/openstack-tox-py37/af3c478/job-output.txt.gz Change-Id: I000436c7bbda82a95f1f190b09053b9179ccaf1f
-
- 17 Jun, 2019 1 commit
-
-
Le Hou authored
Change-Id: I40337b1ac19f5b5c997784dd453699621b8fc450
-
- 11 Jun, 2019 2 commits
-
-
Bernard Cafarelli authored
As tracked in [0], functional job is the last one not running on python 3 yet. With new zuul v3 job definition in parent, switch default and create a tox target for python 2.7 [0] https://etherpad.openstack.org/p/neutron_stadium_python3_status Change-Id: Ifb3b4e1bb7b20c77727d3371bc058ff2cff0c945
-
Bernard Cafarelli authored
This patch switches from legacy networking-sfc-functional-dsvm job to a Zuul v3 job inheriting from neutron-functional job definition. Also cleaning up relevant files for legacy job Change-Id: Ibe8254166cea4000d859f67c1e93eb6c5a743ec1
-
- 04 Jun, 2019 2 commits
-
-
Bernard Cafarelli authored
As discussed in the neutron_ci meeting [1] the QA team would like to move the tempest tests for the stadium projects from their repos to repos specific to being tempest plugins. This is the second part of a two stage move, by removing the tempest tests that were copied to the neutron-tempest-plugin repo [2]. This also converts the tempest tests to zuulv3 [1] http://eavesdrop.openstack.org/meetings/neutron_ci/2019/neutron_ci.2019-03-12-16.01.log.html#l-94 [2] https://etherpad.openstack.org/p/neutron_stadium_move_to_tempest_plugin_repo Change-Id: Ib30382f6af434edde4b372e6af015e538768ddbd Depends-On: https://review.opendev.org/653012
-
Bernard Cafarelli authored
requirements-check fails with: http://logs.openstack.org/47/653747/11/check/requirements-check/d637f52/job-output.txt.gz Change-Id: I7484f260c6f58927088d9e891957be2ab355df6e
-
- 31 May, 2019 1 commit
-
-
Slawek Kaplonski authored
Neutron removed ovs_ofctl interface to manage openflows in [1], so networking_sfc should also stop using it and switch to native implementation based on OSKen. Closes-Bug: #1831127 [1] https://review.opendev.org/#/c/599496/ Change-Id: Ieeefd9fb4f7ab2ab1572decfcbe367dcb4035e0c
-
- 22 Apr, 2019 1 commit
-
-
Zuul authored
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 15 Apr, 2019 2 commits
-
-
Ghanshyam Mann authored
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I5998ab49244f184e979402bb2d8f3643fa242a2e
-
Manuel Buil authored
1 - Bump version from 2.6.2 to 2.7.7. This should fix issue blocking all new patches in openstack-tox-lower-constraints: > Error: could not determine PostgreSQL version from '10.7' More info at https://github.com/psycopg/psycopg2/issues/489 2 - All constants should be consumed from neutron_lib Change-Id: I3801641d44040c83631339318c4bd92e8e9ff520 Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 10 Apr, 2019 1 commit
-
-
Ian Wienand authored
-
- 24 Mar, 2019 1 commit
-
-
Ian Wienand authored
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I9ff18373538124ec16afd53fcf5389be86e77ee7
-
- 21 Mar, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: I95099b9ae49f989cbf906d08c03cdcbc3109a6ee Sem-Ver: feature
-
- 26 Feb, 2019 1 commit
-
-
Zuul authored
-
- 20 Feb, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I454a7fdb6a359aa6daac05c547db0c2277beba45 Story: #2004073
-
- 19 Feb, 2019 2 commits
-
-
Akihiro Motoki authored
Partially Implements: blueprint neutron-policy-in-code Change-Id: If3b1ebd24deb59ddde66b4a0aac2992aa07c9697
-
Akihiro Motoki authored
This addresses an issue where toxenv fails when it encounters a non-empty __pycache__ directory. This adjusts the options passed to find so that it is tolerant of this scenario and allows tox runs to proceed. Change-Id: I3672e94471fc38d42c77896241f495944dc9b10b
-
- 05 Feb, 2019 2 commits
-
-
Zuul authored
-
Cong Phuoc Hoang authored
Currently, there is an error when encapsulate NSH packet because the parameter OXM_OF_PKT_REG does not exist. Change-Id: I87643ec84b1bbfcb48c7ca156c3b8e4f6b019b4f
-
- 04 Feb, 2019 1 commit
-
-
Boden R authored
The neutron.common.rpc and exceptions were rehomed into neutron-lib and are currently shimmed in neutron [1] This patch consumes those modules from neutron-lib by using lib's modules rather than neutrons. It also uses neutron-lib's RPC fixture as needed in the tests. [1] https://review.openstack.org/#/c/586525/ Change-Id: Ifb35dd18bc8a410cd2e782c9f95167ff0a452d0b
-
- 02 Feb, 2019 1 commit
-
-
Akihiro Motoki authored
networking-sfc-tempest-dsvm job hit timeout 130min and fails. This commit extends the timeout to 3h. Change-Id: I09ce476c3588af6ac0d5f72920ea22c4de8b5b09
-