1. 16 Mar, 2022 1 commit
  2. 10 Mar, 2022 1 commit
    • Andre's avatar
      Add functional tests for add multiple subnets feature · c1a3c0e5
      Andre authored
      This change adds negative and positive functional tests
      for the new feature add multiple subnets per az. Older
      functional tests impacted by the feature are fixed. Finally,
      the new flags `run_share_server_multiple_subnets_tests` and
      `run_network_allocation_update_tests` are added and configured
      in the community jobs for Dummy DHSS=True and Container Driver.
      
      Partially-Implements: blueprint multiple-share-network-subnets
      Change-Id: I99547e1873646fb1494a454f67b14c7293342beb
      c1a3c0e5
  3. 02 Mar, 2022 1 commit
  4. 27 Feb, 2022 2 commits
  5. 24 Feb, 2022 1 commit
    • Kiran Pawar's avatar
      Add tests for only_host scheduler hint. · 59745065
      Kiran Pawar authored
      Test for only_host scheduler hint added and guarded by multiple backends
      check. Validated for version >= 2.67 since scheduler_hints are added in
      that version.
      
      Depends-on: I603434cac246e2c0946672d3f0fe469ed5423fa4
      Depends-on: I2e6d8709fc02df16622bdc910127fa489835db38
      Change-Id: I14045d3816f80841508d9e94dbe48addc252590f
      59745065
  6. 23 Feb, 2022 2 commits
  7. 22 Feb, 2022 4 commits
  8. 15 Feb, 2022 1 commit
  9. 08 Feb, 2022 1 commit
    • haixin's avatar
      API2.69,Add tests for manila recycle bin. · 1c5e68da
      haixin authored
      update micversion to 2.69
      
      Depends-On: Ic838eec5fea890be6513514053329b1d2d86b3ba
      Partially-Implements: blueprint manila-share-support-recycle-bin
      Change-Id: I1eaaa0eda12690b097a7e65170064c0935259f4c
      1c5e68da
  10. 18 Jan, 2022 1 commit
  11. 13 Jan, 2022 1 commit
  12. 11 Jan, 2022 1 commit
  13. 06 Jan, 2022 1 commit
  14. 31 Dec, 2021 1 commit
  15. 27 Dec, 2021 2 commits
  16. 13 Dec, 2021 1 commit
  17. 12 Dec, 2021 1 commit
  18. 10 Dec, 2021 1 commit
    • Goutham Pacha Ravi's avatar
      Add stable/xena job and drop stable/ussuri job · b4c94c8c
      Goutham Pacha Ravi authored
      
      
      stable/ussuri has now been transitioned to EM (Extended Maintenance) [1].
      So we can stop testing manila-tempest-plugin changes against that branch,
      and introduce a stable/xena job.
      
      Dropping the stable/ussuri job does not mean that manila-tempest-plugin
      does not support running against that branch. Extended maintenance
      branches (stable/ussuri, train and stein at the moment) still get
      per-commit testing when changes are posted to the manila repo against
      those branches.
      
      Change-Id: I1e019ec913f8933d50afae6739352686725f4780
      Signed-off-by: default avatarGoutham Pacha Ravi <gouthampravi@gmail.com>
      b4c94c8c
  19. 09 Dec, 2021 1 commit
  20. 25 Nov, 2021 1 commit
  21. 15 Oct, 2021 1 commit
    • Fabio Oliveira's avatar
      Add unstable tag on some replication tests · 8866127d
      Fabio Oliveira authored
      The tempest tests `test_promote_out_of_sync_share_replica` and
      `test_resync_share_replica` are concurrency-prone.
      
      Theses tests are trying to determine something that shouldn't really
      be a problem and may require to over-engineer the APIs to solve it.
      
      Closes-Bug: #1631314
      Change-Id: I4519147f2c1e7f4ea060d83b1a34d0a85dca9687
      8866127d
  22. 22 Sep, 2021 1 commit
  23. 17 Sep, 2021 2 commits
  24. 14 Sep, 2021 2 commits
    • kpdev's avatar
      Add tests for scheduler hints of share create. · 98b3e878
      kpdev authored
      Tests for both scheduler hints e.g. same_host and different_host are
      added and guarded by multiple backends check. Default version updated to
      2.65.
      
      Depends-on: Ic42d8a0c1d22e77ae64e0ca014607b28fd336467
      Partially implements: bp/affinity-antiaffinity-filter
      
      Change-Id: If9c123363d71ac6bc89e743efe4dc2a00299cf5a
      98b3e878
    • silvacarloss's avatar
      Add extra check to server migration complete test · e6db08da
      silvacarloss authored
      The change [1] modified the share server migration complete
      operation behavior in Manila.
      
      In the previous behavior there was a chance that manila would
      keep the inactive source share server after a successful
      migration.
      
      Such behavior is not possible anymore after this change was
      merged, since Manila started to expect that the source share
      servers were deleted within the successful completion of a share
      server migration.
      
      This change introduces a new waiter to make sure that the source
      share server is actually being deleted from manila after the
      migration complete phase.
      
      [1] https://review.opendev.org/c/openstack/manila/+/803623
      
      Change-Id: Ibb092111032241a71763da0c7fa40470a3cd95ae
      e6db08da
  25. 03 Sep, 2021 3 commits
  26. 02 Sep, 2021 1 commit
    • silvacarloss's avatar
      Modify share server migration tests · c5c69a64
      silvacarloss authored
      
      
      This change modifies the behavior of some share server migration
      tests. Since Xena release, after the share server migration is
      completed, the share server will be always deleted.
      
      Removes the code fragments that ensured that if a share server
      existed, it should reach an 'inactive' state.
      
      Signed-off-by: default avatarsilvacarloss <ces.eduardo98@gmail.com>
      Change-Id: I43bd3fdafea02eb8e853114a57bfb863a441f3ed
      c5c69a64
  27. 29 Aug, 2021 1 commit
  28. 25 Aug, 2021 1 commit
    • lkuchlan's avatar
      Use local variable instead of instance variable · 13f2dd2e
      lkuchlan authored
      "create_share" method defines an instance variable self.share
      that is not really needed which causes confusion in reading
      the code.
      
      Change-Id: Iec00424cfee7efd262989a49df1f7e7ebef83bed
      13f2dd2e
  29. 23 Aug, 2021 2 commits
    • Goutham Pacha Ravi's avatar
      [CI] Temporarily disable IPv6 scenario tests · 8ccbbebe
      Goutham Pacha Ravi authored
      
      
      We're experiencing failures to SSH into test
      VMs over IPv6 IP addresses from private tenant
      networks in the LVM driver job when testing
      main branch code. It's possible this is a regression
      in nova, neutron, neutron dynamic routing or bgp. We'll
      drop this test exclusion when the bug has been
      identified and fixed.
      
      Change-Id: Ib39cb2bda862758f575262647e068dd9deaf1459
      Partial-Bug: #1940324
      Signed-off-by: default avatarGoutham Pacha Ravi <gouthampravi@gmail.com>
      8ccbbebe
    • Felipe Rodrigues's avatar
      Fix tests creating share without using share_size · bef40b3f
      Felipe Rodrigues authored
      Some tests from share group and replication are not creating
      share following the `share_size` tempest CONF. This patch
      fixed them applying that configuration.
      
      Change-Id: If525e97a5d456d6ddebb4bf9bc8ff6190c95a555
      bef40b3f