From 0ec3020643af9b66cdb9c0a0a8d2405cfe2357e0 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Thu, 1 Dec 2016 12:29:53 -0800 Subject: [PATCH] Remove autogen-negative-tests.rst Since Iab676ae9bf95ee858c5e748c9579f7778e87bd77 , the negative test framework has been removed. So this spec is never implemented. In addition, we deleted never-implemented specs on the commit I86331ac279b6a9cdb94ed4c43e5b0c41697e6a7d . So this patch removes the corresponding spec. Change-Id: Ic17a1a76f5ff0290f7e3d77a77fca5f0d85af034 --- specs/tempest/autogen-negative-tests.rst | 63 ------------------------ 1 file changed, 63 deletions(-) delete mode 100644 specs/tempest/autogen-negative-tests.rst diff --git a/specs/tempest/autogen-negative-tests.rst b/specs/tempest/autogen-negative-tests.rst deleted file mode 100644 index b4ead21..0000000 --- a/specs/tempest/autogen-negative-tests.rst +++ /dev/null @@ -1,63 +0,0 @@ -.. - This work is licensed under a Creative Commons Attribution 3.0 Unported - License. - http://creativecommons.org/licenses/by/3.0/legalcode - -===================================================== - Migrate the negative tests to use auto-gen framework -===================================================== - -https://blueprints.launchpad.net/tempest/+spec/autogen-negative-tests - -The negative testing framework for api test autogeneration was implemented -during Icehouse. This blueprint is about porting all existing test's to use the -framework. - - -Problem description -=================== - -Simple and manual negative tests have usually many code duplication and test -only few aspects. It's also hard to track what is already tested and what is -missing. - -Proposed change -=============== - -- Create porting guide -- Porting all existing negative test (based on JSON) to the framework -- Copy old XML based to negative tests in separate file -- Adapt the framework if something is missing - -Alternatives ------------- - -Let the old test untouched and use the framework only for new tests. - -Implementation -============== - -Assignee(s) ------------ - -Primary assignees: - David Kranz (dkranz) - Marc Koderer (mkoderer) - - -Milestones ----------- - -Target Milestone for completion: - Juno-2 - -Work Items ----------- - -Will be tracked in: - https://etherpad.openstack.org/p/bp_negative_tests - -Dependencies -============ - -- This blueprint depends on a fixed api schema definition (different blueprint)