1. 09 Feb, 2022 1 commit
  2. 08 Feb, 2022 1 commit
  3. 07 Feb, 2022 2 commits
    • Gregory Thiemonge's avatar
      Add centos-9-stream job · a2c234ea
      Gregory Thiemonge authored
      Add octavia-v2-dsvm-scenario-centos-9-stream
      
      Add extra args to the "scp" command to authorize the pubkey exchange
      with a cirros VM.
      Detect the openssh client version to enable the use of the SCP protocol
      (starting with openssh 8.7, the SFTP protocol is the default protocol
      with scp, SFTP is not supported by Cirros) when sending files to the
      cirros VM.
      
      Depends-On: https://review.opendev.org/828189
      
      Change-Id: I689a50e6762fd22e1aaec8aa84ff5b075ff5bd45
      a2c234ea
    • Zuul's avatar
      Merge "Add stable/xena jobs on master gate" · fe890485
      Zuul authored
      fe890485
  4. 04 Feb, 2022 1 commit
    • Gregory Thiemonge's avatar
      Fix octavia-tempest-plugin on old tempest releases · b0da4f3c
      Gregory Thiemonge authored
      This is a follow-up commit for 'Add type to allow ECDSA keys'
      (I34ac429ab5442cef056ee8b63fcb2ba41e8b9b27), this commit allows
      using octavia-tempest-plugin with older tempest releases
      (ex: in our jobs on stable/train).
      It catches the exception if [validation].ssh_key_type is not
      supported and doesn't pass the ssh_key_type argument to tempest
      functions.
      
      Change-Id: I5c2db87975803b30ea230c3bbf5dab4b96da4614
      b0da4f3c
  5. 27 Jan, 2022 1 commit
  6. 05 Nov, 2021 1 commit
    • Ade Lee's avatar
      Add type to allow ECDSA keys · d0ea406e
      Ade Lee authored
      Some tempest tests will fail under FIPS because they are trying to
      ssh to a cirrus instance that has a version of dropbear that does
      not support signatures other than using SHA-1 for RSA keys. This
      is not allowed under FIPS.  The workaround until cirros is updated
      is to use ECDSA keys.  This patch allows the key type to be
      specified.
      
      Depends-On: https://review.opendev.org/c/openstack/tempest/+/807465
      Change-Id: I34ac429ab5442cef056ee8b63fcb2ba41e8b9b27
      d0ea406e
  7. 25 Oct, 2021 1 commit
  8. 02 Oct, 2021 1 commit
  9. 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
  10. 19 Aug, 2021 1 commit
  11. 17 Aug, 2021 1 commit
  12. 30 Jul, 2021 1 commit
  13. 21 Jul, 2021 2 commits
  14. 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
  15. 30 Jun, 2021 2 commits
  16. 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
  17. 21 Jun, 2021 1 commit
  18. 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
  19. 21 May, 2021 1 commit
  20. 20 May, 2021 1 commit
  21. 15 May, 2021 1 commit
  22. 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
  23. 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
  24. 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
  25. 15 Apr, 2021 1 commit
  26. 08 Apr, 2021 2 commits
  27. 02 Apr, 2021 1 commit
  28. 27 Mar, 2021 1 commit
  29. 20 Mar, 2021 1 commit
  30. 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
  31. 12 Mar, 2021 1 commit
  32. 10 Mar, 2021 1 commit
  33. 04 Mar, 2021 1 commit
  34. 26 Feb, 2021 1 commit
  35. 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