Skip to content
Snippets Groups Projects
  1. Dec 18, 2024
  2. Dec 13, 2023
  3. Aug 21, 2023
  4. Nov 04, 2022
  5. Jan 28, 2022
  6. Jan 10, 2022
    • Thomas Goirand's avatar
      Fix wrong d/copyright. · d128554b
      Thomas Goirand authored
      debian/2.5.0-2
      d128554b
    • Thomas Goirand's avatar
      b(-d) · 191496a9
      Thomas Goirand authored
      debian/2.5.0-1
      191496a9
    • Thomas Goirand's avatar
      Overrides dh_auto_clean. · e75552e9
      Thomas Goirand authored
      e75552e9
    • Thomas Goirand's avatar
      Packaging 2.5.0 · edf51001
      Thomas Goirand authored
      edf51001
    • Thomas Goirand's avatar
      Merge tag '2.5.0' into debian/rocky · 53990265
      Thomas Goirand authored
      python-tempestconf 2.5.0 release
      
      meta:version: 2.5.0
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Martin Kopec <mkopec@redhat.com>
      meta:release:Commit: Martin Kopec <mkopec@redhat.com>
      meta:release:Change-Id: I9eff8b3f2e64d1b699a440564cff7750437e2cfc
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+1: Luigi Toscano <ltoscano@redhat.com>
      meta:release:Code-Review+1: Chandan Kumar (raukadah) <chkumar@redhat.com>
      meta:release:Code-Review+1: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      53990265
  7. Jan 21, 2020
  8. Jan 20, 2020
  9. Jan 17, 2020
  10. Jan 15, 2020
  11. Jan 14, 2020
    • Chandan Kumar (raukadah)'s avatar
      Create networks only when network service is enabled · 4410537e
      Chandan Kumar (raukadah) authored
      
      Currently tempestconf calls create_tempest_networks method
      without checking neutron service is available or not which
      leads to 'NoneType' object has no attribute
      'create_tempest_networks'.
      
      Making it conditional fixes the issue where we explicitly disables
      the neutron service.
      
      create_tempest_networks also contains the logic for creating
      nova network and earlier it was called only when has_neutron
      is false. nova network support is deprecated long time ago
      and this change already pushes network creation part to
      conditional then it will be never called.
      
      Change-Id: I10f282e2a813060419e213dd25641078774a852d
      Signed-off-by: default avatarChandan Kumar (raukadah) <chkumar@redhat.com>
      4410537e
  12. Dec 09, 2019
  13. Dec 03, 2019
  14. Nov 20, 2019
  15. Nov 15, 2019
  16. Nov 13, 2019
    • Chandan Kumar (raukadah)'s avatar
      Collect openstack services logs after tempest run · ca28815a
      Chandan Kumar (raukadah) authored
      
      Currently in packstack deployment, we are collecting logs
      once the deployment finishes and then we run tempest tests and
      collect tempest related logs.
      If the tempest tests fails, we have no openstack services logs
      with tempest api calls in service logs, it is very hard to find
      out what is causing the failure.
      
      Copying the openstack services logs just after tempest runs
      finishes will more info about the failure.
      
      It also disables the copy log operation once packstack
      deployment finishes.
      
      Change-Id: I5ab038a49eeabe564650894f50c3b51e33e93fd2
      Signed-off-by: default avatarChandan Kumar (raukadah) <chkumar@redhat.com>
      ca28815a
    • Zuul's avatar
      Merge "Set compute/min_compute_nodes" · 2c471c21
      Zuul authored
      2c471c21
  17. Nov 12, 2019
  18. Nov 04, 2019
  19. Oct 29, 2019
    • Takashi Kajinami's avatar
      Set compute/min_compute_nodes · 975a5c75
      Takashi Kajinami authored
      Configure compute/min_compute_nodes to have the number of the compute
      nodes, to enable migration related tests in the env where we have
      multiple compute nodes.
      
      Change-Id: I646e355c5c8e46cc1f057c26fe61e5068a6d00f9
      975a5c75
    • Takashi Kajinami's avatar
      Discover Designate service · cfacf875
      Takashi Kajinami authored
      Add support to discover Designate service, so that we can set
      service_available/designate automatically.
      
      Change-Id: Ie4c092fc0b9d007b0ffdbf41d32d35679ed1b7f3
      cfacf875
    • Zuul's avatar
      Merge "Sync Sphinx requirement" · b2581e27
      Zuul authored
      b2581e27
  20. Oct 25, 2019
    • Martin Kopec's avatar
      Use https for cirros image · ffac8a48
      Martin Kopec authored
      Let's download cirros image using https because http is slower and may
      results in timeout issues. Also using https is a better practice.
      
      Change-Id: I57a3e078932d1ef69f2eafdc589a9d4d17918483
      ffac8a48
  21. Oct 10, 2019
    • pengyuesheng's avatar
      Sync Sphinx requirement · 3b6357dd
      pengyuesheng authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: I4a4c07ffaacb65e9ee919fb7a0d25de3c0840e12
      3b6357dd
  22. Sep 26, 2019
  23. Sep 10, 2019
    • Steve Baker's avatar
      Allow discover-tempest-config to run with no nova or glance endpoint · 3f78ad0d
      Steve Baker authored
      The TripleO undercloud will soon have no nova or glance due to
      blueprint nova-less-deploy, however it is still required to run
      tempest tests via a discover-tempest-config generated config.
      Currently this fails due to always attempting to list existing flavors
      and images.
      
      This change only runs flavor and image code if those endpoints are
      available.
      
      Change-Id: Icffce84638e0db099626d5a86a84f44472943a69
      Story: 2006527
      Task: 36573
      3f78ad0d
  24. Aug 09, 2019
  25. Aug 08, 2019
  26. Aug 06, 2019
    • Martin Kopec's avatar
      Don't fail when heat-plugin is missing a value · 01f2ab1e
      Martin Kopec authored
      Make sure that python-tempestconf will not fail due to a missing
      value when heat-tempest-plugin is configured.
      There has been a situation when python-tempestconf failed when it
      was configuring [heat_plugin] section for a user whom intention
      wasn't run the heat tests. Therefore the patch adds just a log
      message there to inform about the missing value only users who
      are going to run the heat-tempest-plugin.
      
      Story: 2006277
      Task: 35978
      
      Change-Id: I2d10a03e444f29d3ffc4500e27be2e1688fa664b
      01f2ab1e
  27. Jul 31, 2019
    • Lukas Piwowarski's avatar
      Add return value for mocked urllib3 request() · d6fa304b
      Lukas Piwowarski authored
      Mocked request() was returning MagicMock object, which caused
      test_do_get() to fail. This was caused by what seems to be
      inconsistent behaviour of MagicMock object on different
      platforms in Python 2.7 [1].
      
      Ubuntu 18.04, Python 2.7.5, mock 3.0.5:
          MagicMock() >= 400  -> True
      
      CentOS-7, Python 2.7.5, mock 3.0.5:
          MagicMock() >= 400  -> False
      
      Story: 2001245
      Task: 36038
      
      [1] https://github.com/testing-cabal/mock/issues/196
      
      Change-Id: I7d41ec9abd87b4c799f4c7797d76da5350ca90bd
      d6fa304b
  28. Jul 30, 2019
Loading