The tenant_id property of RestClient in tempest was deprecated in
25.0.0. This replaces the deprecated property by the new project_id
property to avoid the following warning.
WARNING tempest.lib.common.rest_client [-] Deprecated: "tenant_id"
property is deprecated for removal, use "project_id" instead
Depends-on: https://review.opendev.org/c/openstack/tempest/+/707938
Change-Id: Ie3c32f9f2278b78603a4214c5717df8691ba490a
This patch reverts [1] and switches back to the default networking
backend installed by devstack.
This patch also changes the GRE type networks with VLAN type networks
because of the lack of support.
OVN version is set to v21.03.0. OVN v20.12.0 [2] introduced the support
for ACL log meters (Neutron logging service), but this version is too
old right now.
Partial-Bug: #1928345
Related-Bug: #1929658
Related-Bug: #1914757
[1]https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/791417
[2]880dca99ea
Change-Id: Id087c2a30a7279f9ef9a2c34ddc68a0b11d20c4b
The inherit segmentation type fails only when parent network has a not
supported network type. In case default is a supported one, e.g. vlan,
then inherit correctly returns vlan as subport segmentation type.
This patch forces to use vxlan as a network type for test validating
inherit option.
Change-Id: Idf6935e4da426ff50457483a8f08a9ae3e403f75
Closes-bug: #1739227
* The following commit sync the code from following hash:
start_hash: 7279aa35851110a4933a10b58b2758a2bc3933a3
end_hash: 6e911a49a9e630878f4c46f61fde3964be550880
Change-Id: I371aa4d5f043f695df04b98b0f485c8f0548f2b3
* switch from neutron.tests.tempest to neutron_tempest_plugin
* Cleaned up README.rst and setup.cfg
* Use neutron_tempest_plugin as a tempest plugin package
* Fixed gitreview
* Keeping flake8 Ignores in tox.ini as tempest plugin is
imported from neutron codebase.
Change-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603