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
This commit is contained in:
Ken'ichi Ohmichi 2016-12-01 12:29:53 -08:00
parent b7dc455cd7
commit 0ec3020643
1 changed files with 0 additions and 63 deletions

View File

@ -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)