- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 27 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
octavia-tempest-plugin 1.8.1 release meta:version: 1.8.1 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I34e64d0095446d75bc2add5e3b8df2b20cacce1d meta:release:Code-Review+1: Gregory Thiemonge <gthiemon@redhat.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+1: Ghanshyam <gmann@ghanshyammann.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 30 Aug, 2021 3 commits
-
-
Gregory Thiemonge authored
noop-api tests have been frequently timing out since SQLAlchemy 1.4 release. An analysis showed that some tests are 55% slower with 1.4, but we haven't fixed it or improved the code yet. To unblock the gates, set the timeout to 10800 sec (3h00) for those jobs. We might revert this commit when we figure out how to improve test exec times. Change-Id: I68a5357f58b74f0f759cab0bb89a517c384d05e0
-
Thomas Goirand authored
-
Thomas Goirand authored
octavia-tempest-plugin 1.8.0 release meta:version: 1.8.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Commit: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Change-Id: I401f91c01f5fd72d8bcadd0f1cc2b15f255e2523 meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 19 Aug, 2021 1 commit
-
-
Zuul authored
-
- 17 Aug, 2021 1 commit
-
-
Zuul authored
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Jul, 2021 1 commit
-
-
Gleb Zimin authored
Change-Id: I5bb7ee389e734c075f10ed38507bade9a442e51b
-
- 21 Jul, 2021 2 commits
- 20 Jul, 2021 1 commit
-
-
Gregory Thiemonge authored
Two-node job was failing because devstack tried to compile the test_server.go file on controller2. controller2 doesn't have tempest installed, but octavia-tempest-plugin was installed. The compilation step was failing and is not necessary there. Fix octavia-v2-act-stdby-dsvm-scenario-two-node definition, overrides were not applied. Fix the "zuul_copy_output" section. Move to ML2/OVN backend. Co-Authored-By:Carlos Goncalves <cgoncalves@redhat.com> Change-Id: I24976e93e9ea8f7f50c9da014c2627965512893c
-
- 30 Jun, 2021 2 commits
-
-
Michael Johnson authored
All the load balancer service clients are registered via the plugin interface[1], that way Tempest register and create the lazy initialization of registered clients so that they can be access from there in consistent way. But octavia-tempest-client create a separate instance of those and access instead of accessing the registered service client in Tempest. This commit makes all the service clients access from Tempest registry and remove the separate objects. [1] https://github.com/openstack/octavia-tempest-plugin/blob/cac3eefc44afca458692e9dadb539c0cb17dc9e4/octavia_tempest_plugin/plugin.py#L54 Change-Id: Ie24909b49baf2c6a886e2ff711e641e36ffe6b50
-
Carlos Goncalves authored
Change-Id: If96d611a098627b01fbbd544c22619ba0ce06a19
-
- 22 Jun, 2021 1 commit
-
-
Gregory Thiemonge authored
Fix except_timeout_error call to make_request. In case of an IPv6 address and a TCP-based protocol, make_request expects brackets around the address (ex: [2001:12::2]). Some tests failed with the following error: "Validate URL got exception: Failed to parse: http://fd22:262a:41e1:1::f5:97. Retrying.". Then the requests timed out because each retry failed and not for the excepted reason (which is: SG update was applied) Because of that issue, some IPv6 tests based on _test_listener_with_allowed_cidrs may have failed because the tests considered that the SG were applied, while the traffic could still pass. Change-Id: I2e6d108a8d4ce197ae657ea10b10f63b1a5850c4
-
- 01 Jun, 2021 1 commit
-
-
Arkady Shtempler authored
It's possible to use the same VIP port for TCP and UDP protocols. Two listeners: UDP and TCP are being created using the same VIP port. UDP and TCP traffic validation, both should PASS. Change-Id: Ie93829be86b8a2442911ce212cdd0bc98237b962
-
- 21 May, 2021 1 commit
-
-
Zuul authored
-
- 20 May, 2021 1 commit
-
-
Zuul authored
-
- 15 May, 2021 1 commit
-
-
Arkady Shtempler authored
Fix functions and callers where "listener_id" wasn't actually used. Change-Id: I7ca3b4011918d7047ad9a16306653b9054e36c4a
-
- 05 May, 2021 1 commit
-
-
Gregory Thiemonge authored
Move master and victoria jobs to ubuntu focal. ussuri and train jobs still use bionic. Change-Id: I4181a989514389ba18ff7874f8f4332f392d1189
-
- 03 May, 2021 1 commit
-
-
Arkady Shtempler authored
This test covers LB "insert HTTP headers" functionality. It’s a traffic based scenario and validation is done using real HTTP headers being received on backend side. Change-Id: I97efd6bcc793e1378356c18209d5345597f39a00
-
- 20 Apr, 2021 1 commit
-
-
Gregory Thiemonge authored
lb_observer and lb_global_observer don't have any meaning when admin_or_owner policy override in enabled. This commit disables client creation for those roles and removes their uses from API tests (the behavior of the owner_or_admin tests are now similar to their behavior before the introduction of the new RBAC tests). Requires the following configuration in tempest.conf: [load_balancer] RBAC_test_type = owner_or_admin member_role = member admin_role = admin Change-Id: I2231384933d5974b962a558e8c0b3bffb1140b5a
-
- 15 Apr, 2021 1 commit
-
-
Zuul authored
-
- 08 Apr, 2021 2 commits
-
-
Michael Johnson authored
This patch refactors the RBAC enforcement checks in the API tests. It also updates those test for keystone scoped tokens and default roles. Change-Id: I6fad03f5a89c213562918ca258884aac34ba7ce7
-
Gregory Thiemonge authored
The IPv6+TCP+LC scenario test have randomly failed with an incorrect dispatch. Adding a delay between requests seems to fix this behavior (shamelessly inspired by the IPv4 LC scenario tests). Change-Id: I68baab227f844a057f2abf77b295c3af287a333e
-
- 30 Mar, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
octavia-tempest-plugin 1.7.0 release meta:version: 1.7.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Ib7360c05f4f26d04bd01bfc019e6f0ab863305ca meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+1: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 27 Mar, 2021 1 commit
-
-
Zuul authored
-
- 25 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
octavia-tempest-plugin 1.6.0 release meta:version: 1.6.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Commit: Ghanshyam <gmann@ghanshyammann.com> meta:release:Change-Id: I011f9be8ae7fbf9fbd638ec769e0fad53531563d meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
Thomas Goirand authored
-
- 20 Mar, 2021 1 commit
-
-
Carlos Goncalves authored
Change-Id: I00b3e8172c3d90ef7cabb65d588508728ea658cf
-
- 16 Mar, 2021 1 commit
-
-
Gregory Thiemonge authored
The IPv6 VIP subnet used in the tests is created using devstack's default IPv6 subnetpool. Devstack ensures that any CIDR from this subnetpool is routable from the devstack node if the subnet is plugged into devstack's router1. Change-Id: Iaf3113087a344787add3405208fb229838a56d0b
-
- 12 Mar, 2021 1 commit
-
-
Zuul authored
-
- 10 Mar, 2021 1 commit
-
-
Zuul authored
-
- 04 Mar, 2021 1 commit
-
-
Zuul authored
-
- 26 Feb, 2021 1 commit
-
-
Zuul authored
-
- 25 Feb, 2021 2 commits
-
-
Zuul authored
-
Michael Johnson authored
This patch creates the required pki resources and enables HTTPS on the test web servers. It sets up port 443 for regular HTTPS and port 9443 for HTTPS that will require a valid client certificate. Change-Id: Ib7cee4c8600fd1be4a9d7027d3ca1f413a0b1007 Story: 2003858 Task: 41170
-