1. 30 Aug, 2021 1 commit
    • Gregory Thiemonge's avatar
      Increase job timeout for noop-api tests · 605899c1
      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
      605899c1
  2. 19 Aug, 2021 1 commit
  3. 17 Aug, 2021 1 commit
  4. 30 Jul, 2021 1 commit
  5. 21 Jul, 2021 2 commits
  6. 20 Jul, 2021 1 commit
    • Gregory Thiemonge's avatar
      Fix two-node job configuration · 5cf1f61f
      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: default avatarCarlos Goncalves <cgoncalves@redhat.com>
      Change-Id: I24976e93e9ea8f7f50c9da014c2627965512893c
      5cf1f61f
  7. 30 Jun, 2021 2 commits
  8. 22 Jun, 2021 1 commit
    • Gregory Thiemonge's avatar
      Fix expect_timeout_error in IPv6 scenario tests · 88d78fba
      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
      88d78fba
  9. 01 Jun, 2021 1 commit
    • Arkady Shtempler's avatar
      New test: test_tcp_and_udp_traffic_on_same_port · cac3eefc
      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
      cac3eefc
  10. 21 May, 2021 1 commit
  11. 20 May, 2021 1 commit
  12. 15 May, 2021 1 commit
  13. 05 May, 2021 1 commit
    • Gregory Thiemonge's avatar
      Move ubuntu jobs to focal · 3079d00e
      Gregory Thiemonge authored
      Move master and victoria jobs to ubuntu focal.
      ussuri and train jobs still use bionic.
      
      Change-Id: I4181a989514389ba18ff7874f8f4332f392d1189
      3079d00e
  14. 03 May, 2021 1 commit
    • Arkady Shtempler's avatar
      New test case: "test_insert_headers" · 1ea1a2bd
      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
      1ea1a2bd
  15. 20 Apr, 2021 1 commit
    • Gregory Thiemonge's avatar
      Fix owner_or_admin API tests · 3497f6cb
      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
      3497f6cb
  16. 15 Apr, 2021 1 commit
  17. 08 Apr, 2021 2 commits
  18. 27 Mar, 2021 1 commit
  19. 20 Mar, 2021 1 commit
  20. 16 Mar, 2021 1 commit
    • Gregory Thiemonge's avatar
      Fix testing IPv6 VIP network connectivity · 54225ad2
      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
      54225ad2
  21. 12 Mar, 2021 1 commit
  22. 10 Mar, 2021 1 commit
  23. 04 Mar, 2021 1 commit
  24. 26 Feb, 2021 1 commit
  25. 25 Feb, 2021 2 commits
    • Zuul's avatar
      Merge "Remove Stein CI jobs" · 13b21c1c
      Zuul authored
      13b21c1c
    • Michael Johnson's avatar
      Enable HTTPS on the test servers · baf12e02
      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
      baf12e02
  26. 24 Feb, 2021 2 commits
  27. 22 Feb, 2021 1 commit
  28. 21 Feb, 2021 1 commit
  29. 26 Jan, 2021 1 commit
    • Brian Haley's avatar
      Add delay to SOURCE_IP_PORT TCP test · 52531e2b
      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
      52531e2b
  30. 20 Jan, 2021 1 commit
  31. 18 Jan, 2021 1 commit
    • Brian Haley's avatar
      Fix OVN provider jobs · 78e6970c
      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
      78e6970c
  32. 07 Dec, 2020 1 commit
    • Gregory Thiemonge's avatar
      Add /request endpoint in test_server.bin · f924fe4a
      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
      f924fe4a
  33. 04 Dec, 2020 1 commit
  34. 03 Dec, 2020 1 commit
  35. 01 Dec, 2020 1 commit
    • Brian Haley's avatar
      Change pool create scenario test to wait for operating status · aaa6fc7f
      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
      aaa6fc7f