Merge "Make the scenario test spec release independent"

This commit is contained in:
Zuul 2018-05-01 10:57:35 +00:00 committed by Gerrit Code Review
commit 4ef7f5774e
2 changed files with 21 additions and 5 deletions

View File

@ -16,6 +16,18 @@ the Ocata release. The agreed upon specs are listed here:
priorities/*
Release Independent specs
=========================
These specifications can be implemented over multiple releases.
.. toctree::
:glob:
:maxdepth: 1
specs/release_independent/*
Rocky approved specs
=====================
.. toctree::

View File

@ -586,10 +586,11 @@ _`7) Create/manage share and snapshot and write data`
- Delete share S1
- ok, deleted
* - 18
- Try manage share S1 again
- fail, resource not found
- Try manage share S1 again as S2, this should fail asynchronously
since the resource is gone
- S2 has a status set to 'error'
* - 19
- Delete S1
- Delete S2
- ok, deleted
* - 20
- Delete UVM
@ -1045,13 +1046,16 @@ Implementation
Assignee(s)
-----------
Primary assignee:
Original assignee:
* vponomaryov
Other contributors:
* TBD
* We're inviting more contributors to continue to improve scenario tests.
Adding new scenario test cases to manila-tempest-plugin does *not* require
adding the test case description to this spec, but it is encouraged if you
like feedback for your new test cases.
Work Items
----------