The verification comands used by tox need at least 2.0 version. This
patch aims to update tox version from 1.6 to 2.0 which should help with
local running of constraints targets.
Change-Id: Ibc559e0afb3a68d3ce2acfd325e0695c3fae41ad
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I766b9d504ea24e1fadaad0d158da43012a07290a
Story: #2002586
Task: #24328
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: Ifdc2773b65840575a70622c5d0fce49473cfd081
Story: #2002586
Task: #24328
This reports the MDRPC test plan partially (scenario 1)
Co-Authored-By: msimonin <matthieu.simonin@inria.fr>
Change-Id: I99460e66e4a2954b316fc5b6f157f882fc85ff6f
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I45a7155785ce37dbeb8c77d409437d65bcdc479b
This formalizes the discussion started in
https://etherpad.openstack.org/p/1BGhFHDIoi
Change-Id: Idc7ab4eeef24ef57a535b9567541f30734191e87
Co-Authored-By: Ken Giusti <kgiusti@gmail.com>
Co-Authored-By: andy smith <ansmith@redhat.com>
Co-Authored-By: Paul-Andre Raymond <paul-andre.raymond@b-yond.com>
There are 3 minor errors in the shell script.
This change is to fix them to make the script work.
Change-Id: I610f99c2a3a9a8d224fdd9d49427a9494ccb6161
Closes-Bug: #1706537
This commit adds test plan for comparing control plane and data plane
perfomance of different OpenStack configurations under WAN conditions.
Change-Id: I74c67dc896725b8d56731a832773bd60f6c87bf4
Co-Authored-By: msimonin <matthieu.simonin@inria.fr>
Co-Authored-By: parnexius <raymond@nexius.com>
This commit adds test plan for comparing control plane and
data plane performance of ML2/OVS vs ML2/ODL.
Change-Id: Icd490afb34fbf4446ec848896f3f5ca78ddf28d0
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.
[1] https://docs.openstack.org/developer/oslotest/features.html
Change-Id: Iff8d4347b4d16a646fb89e38ba4eaeb950377053
Closes-Bug: #1666560