From 49b3bb274e6a2f29c94b177f9f0dff80797ef1f3 Mon Sep 17 00:00:00 2001 From: Nir Gilboa Date: Tue, 20 Feb 2018 22:39:21 +0200 Subject: [PATCH] Make the scenario test spec release independent And fix a few inconsistencies with test scenario #7 and call for new contributions Change-Id: I760d22cb6ef90d05eaabd8aeddfbc2e145cee1c9 Partially-implements: bp scenario-tests --- doc/source/index.rst | 12 ++++++++++++ .../scenario-tests.rst | 14 +++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) rename specs/{ocata => release_independent}/scenario-tests.rst (98%) diff --git a/doc/source/index.rst b/doc/source/index.rst index b14d5cf..4496e52 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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:: diff --git a/specs/ocata/scenario-tests.rst b/specs/release_independent/scenario-tests.rst similarity index 98% rename from specs/ocata/scenario-tests.rst rename to specs/release_independent/scenario-tests.rst index 0caf3d0..362240e 100644 --- a/specs/ocata/scenario-tests.rst +++ b/specs/release_independent/scenario-tests.rst @@ -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 ----------