8 Commits

Author SHA1 Message Date
Takashi Kajinami
da45177a2f Replace deprecated tenant_id property
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
2023-06-19 08:09:20 +09:00
Rodolfo Alonso Hernandez
3c0ef4e4f3 Switch neutron-tempest-plugin-api job to be ML2/OVN
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
2021-06-09 11:33:34 +00:00
Cédric Ollivier
167a5784ca Protect vs unordered results in TrunkTestInheritJSONBase
Closes-Bug: #1863707

Change-Id: If99de32925da9f79ceacdccc86c5727e466347c0
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2020-03-22 16:32:13 +01:00
Federico Ressi
c9f5ec58ce Update trunk tests to use create_trunk method.
Change-Id: I5eed63cf454596c1b58f1ec9546669c03f234341
2018-09-24 11:48:57 +00:00
Federico Ressi
2d7db2c4c1 Refactor tests to use create_network convenience params.
Use create_network method instead of
  - create_network_keystone_v3
  - create_shared_network

Change-Id: I3c494ccb9e5749a346621db9b3813b4dc7921db0
2018-07-12 08:17:16 +02:00
Jakub Libosvar
7352054bb3 trunk: Create vxlan network when testing inherit
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
2017-12-20 12:52:24 +00:00
Chandan Kumar
c125fd1479 Code Sync from neutron project to newly created neutron-tempest-plugin
* The following commit sync the code from following hash:
  start_hash: 7279aa35851110a4933a10b58b2758a2bc3933a3
  end_hash: 6e911a49a9e630878f4c46f61fde3964be550880

Change-Id: I371aa4d5f043f695df04b98b0f485c8f0548f2b3
2017-11-15 23:00:13 +05:30
Chandan Kumar
667d3d3260 Refactored Neutron tempest plugin directory structure
* 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
2017-11-13 09:19:11 +05:30