Change the order for new neutron lib.
Also, Q_PLUGIN_CONF_FILE def was removed in Queens,
so fix that here also.
Change-Id: Ia1f105f4005da3b6a722e6b76f6f52bf8834e67c
Signed-off-by: Victor Pickard <vpickard@redhat.com>
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.
Change-Id: Idea4e5ff3923aeea34eec9ef40b2021bb3c32857
Neutron lib contains the latest callbacks and this patch switches the
imports over the use them.
For details the corresponding neutron change please see
Iba5ad0beff3a37f81a6b789a0a42f9606cc7a197
Change-Id: I0e0aaeefe36bdee90ae82b0a688342dc864d0263
https://review.openstack.org/#/c/527159/
sets the tempest plugin in a separate repo.
Change-Id: If72115f08f7cd965db3b42da7e07ec94fe5cc7b7
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This patch implements the update when there are
existing connections. It allows the user to add
or remove interfaces and the existing connections
will be propagated to the new interfaces.
Change-Id: Ic18e138cc1fb328258d6520250e4e47f9d566ca3
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Co-Authored-By: Peng Liu <pliu@redhat.com>
Local devstack with default tempest directory[1] failed due to
mismatched tempest path.
[1]d576620e33/lib/tempest (L47)
Change-Id: I955ad42de21cbc2d609c42392faab69398949dac
DeprecationWarning: Function
'tempest.test.is_extension_enabled()' has moved
to 'tempest.common.utils.is_extension_enabled()'
in version 'Pike' and will be removed in a future version
Change-Id: I0166dbb10505ae2e22b796c6246ae815317d3a77
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Configure the layout to execute the scenario004 jobs.
Note that baremetal job will be run on stable/pike and container on
Queens and beyond.
A note has been added in comment explaining more details.
Change-Id: I8b5f16e5460b5e7cae17f9902eed76f873bcf31b
The FAULT_MAP is now located in neutron-lib and will be removed from
neutron with Ib051555ea8496ed7eec8ed30733c964012e31c32
This patch updates imports to use neutron-lib's FAULT_MAP.
Depends-On: I8e79f29206ec244d870e19f99c18ccaaa50b4761
Change-Id: Ie54e77d3e264ff8da0d6e87e41fbe09758aecea9
Since Ocata neutron.db.agents_db.AgentDbMixin.is_agent_down is
deprecated and in Queenst is replaced with
neutron.agent.common.utils.is_agent_down, see:
https://review.openstack.org/504338
Change-Id: I6f797b8a1940579a62284b21dcad06d42cdd1c81
Closes-Bug: 1719298
Provide a 'l2gw' entrypoint definition, to allow the activation
of the service plugin in a more friendly syntax.
Change-Id: Ia86f1885a9c9284d8a854891937b56cc9d730399
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Tempest has deprecated decorator 'tempest.test.attr' and
moved the same as stable interface to 'tempest.lib.decorators
.attr' in version 16.1.0.
Let's use the stable interface for attr decorator.
This will help Tempest to remove the deprecated decorator.
Change-Id: I7d3ea219dc61fb6d233312f0ab16bf6d478ad135
When creating l2-gateway-connection, we should take the
port with allowed-address-pairs configuration into the
ucast_mac_remote.
Change-Id: I72e44c1ab75d5b8117a8d6bd468d974a898f2fde
Partial-Bug: #1447897
Normalize the name of the section of the l2gw-specific options
(lowercase) and use explicitely the config wrapper from tempest.
Remove some code used for registering options, which is most likely
already handled internally in Tempest.
Without the fixes, some tests are failing while initializing the
configuration (CONF.L2GW) when the runner is non-serial.
Also, reorder the module imports to follow the Style Guideline.
Change-Id: I668ca20ef8a0371324173506427849603ebcdcc3
Fix for case test_create_l2gw_connection_with_invalid_network_name
Add network exist check before creating l2gw connection.
Change-Id: I131ee0d720b1a3c1b0091e1a8d303774138063da
Signed-off-by: Peng Liu <pliu@redhat.com>
This commit fixes tempest installation issues on upper_constraints,
which was failing with Could not satisfy constraints error.
Change-Id: Ie2e7372435bb03e056c67608b6c6322d8c25deb3
The client requirements required that the format be dropped.
This was in commit a905f755b995f358116a11f77de71893b0601937
Change-Id: I773c8b05ae47c7b31a2790bd5dc11df34b4b3690