By default tempest disables port_security, but devstack
turns it on by default. Because we're using specific modules,
we don't get port security.
Since we don't really need it for this testing,
we can safely just disable it.
Change-Id: I530c1a8c89ad8e9772955d27dcc49c1a54eb48d4
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Iaf1bc823b7a110da7ed0180986a6f39baeef79c5
Networking-Baremetal is already hard-coding the agent
type. The issue was that tests don't set agent type in
the Fake Port Context.
Also removes an override of force_config_drive to false
which is causing failures in jobs designed around use
of configuration drives.
Change-Id: I171845e556a45746d9435a11390e510c731f6d5c
Story: 2009898
Task: 44696
The lower-constraints test was removed because of an issue where pip
could not correctly determine the required packages versions to install,
ending in an almost infinite loop that would end up in timeout, failure,
and general mayhem.
Recently the issue has been fixed and, if properly configured, the
lower-constraints test can provide good indication of which minimum
versions are required to support the current code.
This patch adds the test back to the current development branch, and it
runs only on master.
The lower-constraints file will stay in the future stable branches.
Adjust minimum requirements and test-requirements as consequence of
compatibility tetst.
Change-Id: I26d6dceeda4983c988b56be70b4bae4cc2c7dc85
As discussed during the upstream ironic community meeting on
Monday Dec 14 2020, the lower-constraints job is being removed.
Change-Id: I29932a6030874ea77b3be3944edec15551bf7d5f
Reintroducing BUILD_TIMEOUT to increase waiting time for other
services since the job is failing on server create that is
related to nova.
Change-Id: I38d4d94160d167af311b47fb2c4f4cc29010680e
The option BUILD_TIMEOUT has been deprecated in Pike and renamed to
IRONIC_TEMPEST_BUILD_TIMEOUT, only not ironic services use it, so
it can be removed in this case.
Change-Id: I7caf35f67fe5c93b0d35bd227a418cfadd0f3f20
The networking-baremetal-multitenant-vlans job is based on
ironic-base job which will default to dib.
To prevent breaking the networking-baremetal CI we set the ramdisk
type to tinyipa for now and we'll convert the jobs here later.
Also using default timeout value from ironic-base job.
Depends-On: https://review.opendev.org/717020
Change-Id: I28b1f088f67b3bf795d6cd4e67ef593eacaca186
- ironic-base is python3 by default, we don't need `USE_PYTHON3`
Depends-On: https://review.opendev.org/#/c/687521/
Change-Id: I919d1bdabf2194be5756dfbb5c283039b340f82e
Force the use of the legacy neutron devstack plugin.
Change the devstack job to use a provider network for
the public network and set bridge mapping for the
public network to fix tempest jobs that fail to
connect to instances via floating IP.
Additionally, devstack changes have resulted in
our authentication configuration setup being
incorrect. This patch calls the correct method.
Also bump the number of test VMs to 4, as more tests
have been added and slightly greater concurrency is
required.
And disable cleaning to save time in CI. While cleaning
is a separate network and series of attach/detaches for
for the underlying ports, we already perform the same
actions with deployment.
Change-Id: I4ae6eb6345ff45b91f63f1687d1c640f9bf25e54
Related-Bug: 1821058
Removes a check from vif_details which is pointless
as we do not utilize that field from neutron. The field's
contents changed in neutron during the train cycle, and now
have contents, but because this ML2 plugin is post-execution
we don't need to worry about it.
Change-Id: I81852801955e5617b6ad6cbb396a194f258e39b3
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: Iacd6b9e27f685b265d23e8f30a15cc275e78991c
Converting environment py35 to py3 in tox.ini to show support
for all Python 3.x versions.
Also reordering list of template jobs.
Change-Id: Ic0da34ca8281a5634b9e224da4b16984bb76d18c
Also set networking-baremetal and networking-generic-switch
to be installed as python3 packages.
Depends-On: https://review.openstack.org/#/c/626169/
Change-Id: I5685a835f4f6dd6c899cc7e2e70bbdef39e47636
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
Note: this patch was manually modified to remove duplication.
Change-Id: I64ff4b851e74d6b665af4f9a6ef249575a2ea9b3
Story: #2002586
Task: #24302
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.
Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.
Add openstack-tox-lower-constraints job to the zuul configuration.
See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.
Change-Id: I67c51b5241f25b3f01c212f5245a3a248eaaf8b8
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Add a single node dsvm job with neutron segments enabled on
the ironic-provisioning network.
networking_baremetal mech driver and ironic-neutron-agent
enabled.
Related-Bug: #1658964
Depends-On: I041761dd896c9d89dc6cf7bafc991a0697ded05b
Change-Id: Ib4d93937c3985e51e2c10ded26af96d47b747f00