- 30 Aug, 2021 1 commit
-
-
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
-
- 19 Aug, 2021 1 commit
-
-
Zuul authored
-
- 17 Aug, 2021 1 commit
-
-
Zuul 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
-
- 27 Mar, 2021 1 commit
-
-
Zuul 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
-
- 24 Feb, 2021 2 commits
-
-
Zuul authored
-
Carlos Goncalves authored
Stein release of Octavia has reached end-of-life (EOL) support [1]. The stable/stein Octavia branch no longer accepts changes. We can now remove the Stein CI jobs. [1] https://review.opendev.org/c/openstack/releases/+/772847 Change-Id: I14ab0f8b159fdd0c7e81b94297a57f30260579fa
-
- 22 Feb, 2021 1 commit
-
-
Michael Johnson authored
This patch updates the test server to have a separate port for HTTPS with client authentication. This will allow concurrent tests to run using the HTTPS and HTTPS with client authentication ports. It adds a new parameter "-https_client_auth_port" for the port that will require client certificates. Depends-On: https://review.opendev.org/c/openstack/devstack-gate/+/776722 Change-Id: I6d44787f66904409b7f32a5fe576b658b6eb600a
-
- 21 Feb, 2021 1 commit
-
-
Zuul authored
-
- 26 Jan, 2021 1 commit
-
-
Brian Haley authored
Without a delay it can trigger a "Cannot assign requested address" warning setting the source port, leading to failure. Also added a log debug statement when a source port is being used since it can help with debugging. Change-Id: Idcc13fdaafb8ffe41710fc3c67f30932725cf66e
-
- 20 Jan, 2021 1 commit
-
-
Zuul authored
-
- 18 Jan, 2021 1 commit
-
-
Brian Haley authored
The name of the OVN provider job template changed from ovn-octavia-provider-v2-dsvm-scenario to ovn-octavia-provider-tempest-release but was not updated here, fix it so those non-voting jobs will run. Change-Id: I3159adeae2456c8fecad87bbfb0f526363e7752b
-
- 07 Dec, 2020 1 commit
-
-
Gregory Thiemonge authored
Add new endpoint in test_server application: - /request prints the client request (method, URL, HTTP version and headers) in the payload of the reply /request can take a "response_code" parameter (ie, "/request?response_code=404"), the server replies with the appropriate HTTP response code to the client. Change-Id: Ibc03f62da06a5bbb93959eac865e5f3f14caa50e
-
- 04 Dec, 2020 1 commit
-
-
Zuul authored
-
- 03 Dec, 2020 1 commit
-
-
Zuul authored
-
- 01 Dec, 2020 1 commit
-
-
Brian Haley authored
The API test for pool creation has a check to wait for the operating status of a pool to transition to ONLINE if a listener has been provided. The scenario test for pool creation doesn't wait for any operating status transition after a pool is created with a listener, and instead always assumes it's OFFLINE. They should both wait for a transition, since otherwise drivers that transition to ONLINE quickly, like OVN, can race and fail the scenario test. Depends-on: https://review.opendev.org/c/openstack/octavia/+/763530 Change-Id: I9eb3c7ce8af879cd910b06234c99b53670907e49 Story: 2008009 Task: 40659
-