1. 25 Sep, 2021 1 commit
  2. 23 Sep, 2021 2 commits
  3. 22 Sep, 2021 2 commits
  4. 09 Sep, 2021 2 commits
  5. 01 Sep, 2021 1 commit
  6. 31 Aug, 2021 1 commit
  7. 30 Aug, 2021 1 commit
  8. 26 Aug, 2021 2 commits
  9. 25 Aug, 2021 3 commits
  10. 24 Aug, 2021 1 commit
    • Bernard Cafarelli's avatar
      Check if advanced image flavor already exists · d30297b7
      Bernard Cafarelli authored
      Flavor added in 79c67968 fails in
      at least stable/wallaby neutron-ovn-tempest-slow job, as the flavor
      already exists.
      
      This checks if a flavor with this name already exists before trying to
      create it
      
      Change-Id: I624f53e39c4bcdd988900aca375ee5e4ddd445fe
      Related-Bug: #1940243
      d30297b7
  11. 23 Aug, 2021 1 commit
  12. 22 Aug, 2021 2 commits
  13. 19 Aug, 2021 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Create a 384MB flavor for advance image · 79c67968
      Rodolfo Alonso Hernandez authored
      In order to reduce the CI memory consuption, this patch creates a 384MB
      flavor to replace the 512MB previously used for the advance image
      (Ubuntu 18.04).
      
      Flavor specs:
      - 384MB RAM: aroung 100MB are used when the VM is started.
      - 4GB disk: around 1,1GB are used when the VM is started.
      - 1 VCPU.
      
      Change-Id: I267a848d57183ddc39128f12d40b076360dfd3bc
      Partial-Bug: #1940243
      79c67968
  14. 13 Aug, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · e48e42d6
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: If5cb829ef8530690f9208f9b15915e2c17367190
      e48e42d6
  15. 12 Aug, 2021 1 commit
  16. 10 Aug, 2021 1 commit
  17. 09 Aug, 2021 2 commits
  18. 05 Aug, 2021 1 commit
    • Alex Katz's avatar
      Fix StatefulConnection to not to fail on exit · 5d1043b2
      Alex Katz authored
      Some of the images require `tail` process to be explicitly stopped
      after the `tail -f ... | nc ...` command has been executed and `nc`
      process is finished. But most of the time `tail` process is ended
      automatically that leads to fail of `killall tail` command.
      
      Change-Id: I43c0b7781ca2ed98156e125566115196aab530cf
      5d1043b2
  19. 04 Aug, 2021 1 commit
  20. 01 Aug, 2021 1 commit
  21. 29 Jul, 2021 1 commit
  22. 26 Jul, 2021 1 commit
    • Elvira García's avatar
      Add test for mac learning · 585ade82
      Elvira García authored
      This scenario test checks that, even with no DHCP and no port security,
      packets are not flooded to every port on the network.
      
      To see this work in OVN, port security and DHCP must be disabled on a
      network. Before having those capabilities, packets would be flooded
      to all servers. Now, the OVN switch can learn the MAC of a port and
      store it on the FDB table. The adoption of this feature was completed
      in [0].
      
      [0] https://review.opendev.org/c/openstack/neutron/+/763567
      
      Change-Id: I0313ac13f8e8922849f6388d2d1379817230294b
      585ade82
  23. 22 Jul, 2021 1 commit
  24. 21 Jul, 2021 1 commit
  25. 20 Jul, 2021 2 commits
  26. 16 Jul, 2021 1 commit
  27. 14 Jul, 2021 1 commit
  28. 07 Jul, 2021 2 commits
  29. 06 Jul, 2021 2 commits