1. 25 Mar, 2022 3 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 95b822d2
      Thomas Goirand authored
      95b822d2
    • Thomas Goirand's avatar
      Now packaging 1.6.0 · 824fd80a
      Thomas Goirand authored
      824fd80a
    • Thomas Goirand's avatar
      Merge tag '1.6.0' into debian/yoga · 1b9f6706
      Thomas Goirand authored
      cinder-tempest-plugin 1.6.0 release
      
      meta:version: 1.6.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I68bf243c3c789afb61fdac30dd84b1e7014124bb
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      1b9f6706
  2. 01 Mar, 2022 1 commit
  3. 08 Feb, 2022 1 commit
  4. 07 Feb, 2022 1 commit
    • tushargite96's avatar
      Dropping explicit unicode literal · a3b22728
      tushargite96 authored
      In python 3, all strings are considered as unicode string.
      
      This patch drops the explicit unicode literal (u'...')
      or (u"..") appearances from the unicode strings.
      
      Change-Id: Ied40f6e4fefc66f847fed7e934d53ccb64be8dd4
      a3b22728
  5. 21 Jan, 2022 1 commit
  6. 19 Jan, 2022 1 commit
  7. 10 Jan, 2022 1 commit
  8. 03 Dec, 2021 2 commits
  9. 03 Oct, 2021 1 commit
    • Benny Kopilov's avatar
      Refactor test_volume_backup due to leftovers · e9834cd8
      Benny Kopilov authored
      Current test class does not clean volume / backup resources.
      Change the create for volume and backups from base and not from  client.
      
      The base create contains waiters and run cleanup resources.
      
      Change-Id: I8a6a7945870d30f180bd41940b8ee8b82e2f87b7
      e9834cd8
  10. 30 Sep, 2021 2 commits
  11. 30 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 1.5.0 · f6b64b97
      Thomas Goirand authored
      f6b64b97
    • Thomas Goirand's avatar
      Merge tag '1.5.0' into debian/xena · eb7bb201
      Thomas Goirand authored
      cinder-tempest-plugin 1.5.0 release
      
      meta:version: 1.5.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Ghanshyam Mann <gmann@ghanshyammann.com>
      meta:release:Commit: Ghanshyam <gmann@ghanshyammann.com>
      meta:release:Change-Id: I4face10976f5d5e6885cad8b4cd7e86066c32067
      meta:release:Code-Review+1: Brian Rosmaita <rosmaita.fossdev@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      eb7bb201
  12. 16 Aug, 2021 1 commit
  13. 17 Jul, 2021 1 commit
  14. 29 Jun, 2021 1 commit
  15. 28 Jun, 2021 1 commit
    • Luigi Toscano's avatar
      zuul: pin cinder-tempest-plugin/stein-last on stein · eba85546
      Luigi Toscano authored
      Right now master is used, but it is not compatible with stein.
      Tempest is already pinned to an older version, but there is no way
      at the moment to globally pin tempest plugins to the last known
      working version for a branch (but it will be added soon).
      
      Change-Id: Iec75740e31e1be581ee0e7ef64214358ef6b790d
      eba85546
  16. 14 Jun, 2021 1 commit
  17. 07 Jun, 2021 1 commit
  18. 21 May, 2021 1 commit
  19. 20 May, 2021 3 commits
  20. 29 Apr, 2021 1 commit
  21. 23 Apr, 2021 1 commit
    • Lance Bragstad's avatar
      Implement basic protection testing jobs · d3fddec4
      Lance Bragstad authored
      This commit lays down a basic structure for protection tests. These are
      useful for testing various secure RBAC personas, but leveraging all the
      dynamic credential work in tempest's authentication libraries to
      provision clients for testing. We're also adding a non-voting protection
      test job so that we can integrate protection testing into the cinder
      gate as we work through policy changes.
      
      This commit also adds some basic tests exercising the capabilities
      admin-only API. These tests ensure that only operators (e.g.,
      system-administrators) or formally known as project-administrators, can
      access the capabilities API. Assertions and functionality in these tests
      may expand in the future to accomodate system-scope when cinder can
      properly consume system-scoped tokens from keystone.
      
      For now, the tests assume project-administrators are deployment
      operators, which is the legacy way of denoting "admin-ness" in OpenStack
      deployments.
      
      Depends-On: https://review.opendev.org/c/openstack/tempest/+/778753
      
      Change-Id: I6d4ae6d516f4c2dda4dcb6b974857b34f2ef2254
      d3fddec4
  22. 20 Apr, 2021 1 commit
  23. 16 Apr, 2021 2 commits
  24. 07 Apr, 2021 2 commits
    • Luigi Toscano's avatar
      Ceph jobs: re-enable a few c-bak tests, add more jobs · 3d907472
      Luigi Toscano authored
      Those tests were disabled when ceph was upgraded
      to a newer release (I51c90e592070b99422e692d5e9e97083d93146e8)
      because they were failing.
      But it seems they are working now, and it is not not trivial
      at this point to understand whether something was fixed
      in ceph or in cinder, so let's re-enable them.
      
      Also, add a few additional (initially experimental) jobs
      to double-check the ceph/c-bak scenario against
      the stable branches.
      
      This reverts commit 9d626d0d
      and adds more functionalities.
      
      Change-Id: I033e0dc04f342e27d6266ad412d3cb256787c0e6
      3d907472
    • Zuul's avatar
      Merge "Switch to new rolevar for run-tempest role" · 7dece094
      Zuul authored
      7dece094
  25. 25 Mar, 2021 1 commit
  26. 20 Mar, 2021 1 commit
  27. 10 Mar, 2021 1 commit
  28. 09 Mar, 2021 3 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · b5c18fd0
      Thomas Goirand authored
      b5c18fd0
    • Thomas Goirand's avatar
      Now packaging 1.4.0 · 66886377
      Thomas Goirand authored
      66886377
    • Thomas Goirand's avatar
      Merge tag '1.4.0' into debian/wallaby · f5f62993
      Thomas Goirand authored
      cinder-tempest-plugin 1.4.0 release
      
      meta:version: 1.4.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Luigi Toscano <ltoscano@redhat.com>
      meta:release:Commit: Luigi Toscano <ltoscano@redhat.com>
      meta:release:Change-Id: Ib6efac12278c12aa1f320c12a86cbcd164faed90
      meta:release:Code-Review+1: Brian Rosmaita <rosmaita.fossdev@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      f5f62993
  29. 04 Mar, 2021 1 commit
    • Luigi Toscano's avatar
      Refactor the lvm barbican job(s): cinderlib-less variant · 1370db4b
      Luigi Toscano authored
      The first real cinderlib supported branch works with train,
      so restructure the lvm/barbican jobs to disable cinderlib testing
      with any branch older than train.
      While those branches are in Extended Maintenance status,
      the job may be still used there to remove their old legacy
      counterpart to easy the maintenance.
      
      Change-Id: I5fa1b2d0348e86988f616dd7404dedc4eb9c4666
      1370db4b