1. 01 Mar, 2022 1 commit
  2. 08 Feb, 2022 1 commit
  3. 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
  4. 21 Jan, 2022 1 commit
  5. 19 Jan, 2022 1 commit
  6. 10 Jan, 2022 1 commit
  7. 03 Dec, 2021 2 commits
  8. 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
  9. 30 Sep, 2021 1 commit
  10. 17 Jul, 2021 1 commit
  11. 29 Jun, 2021 1 commit
  12. 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
  13. 14 Jun, 2021 1 commit
  14. 07 Jun, 2021 1 commit
  15. 21 May, 2021 1 commit
  16. 20 May, 2021 3 commits
  17. 29 Apr, 2021 1 commit
  18. 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
  19. 20 Apr, 2021 1 commit
  20. 16 Apr, 2021 2 commits
  21. 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
  22. 25 Mar, 2021 1 commit
  23. 20 Mar, 2021 1 commit
  24. 10 Mar, 2021 1 commit
  25. 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
  26. 03 Mar, 2021 1 commit
  27. 01 Mar, 2021 1 commit
  28. 27 Feb, 2021 2 commits
  29. 25 Feb, 2021 1 commit
    • Luigi Toscano's avatar
      Fix cinder-backup/swift: readd member to tempest roles · 5d7847cc
      Luigi Toscano authored
      Change I0b6ab9fb943c7b0925a0a0d2490a8bcdfa76cedc removed the 'member'
      user from the default roles assigned to dynamic tempest users.
      This broke cinder-backup with the default swift backend.
      
      Set the full list of roles, including 'creator' which should be
      added by the barbican devstack plugin. Unfortunately the values
      here overrides any other setting.
      
      Change-Id: Id6dc96915f5b15827e6e8f58cc8195a0f76e9686
      5d7847cc
  30. 23 Feb, 2021 1 commit
    • Luigi Toscano's avatar
      Use the embedded scenario manager instead of tempest one · 3c5c8a23
      Luigi Toscano authored
      While waiting for tempest scenario manager to stabilize its API,
      a copy of it has been imported, so make sure to use it and to not
      rely on tempest's one (whose API is changing during the stabilization
      process, so it may break anytime).
      
      Just one file needs to change its imports.
      At the same time, fix the import order for another file.
      
      Change-Id: I29c4784d59151948778cad57b7db56a368ed821d
      3c5c8a23
  31. 19 Feb, 2021 4 commits