]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add script to copy neutron api tests from tempest
authorMaru Newby <marun@redhat.com>
Sat, 21 Feb 2015 00:15:12 +0000 (00:15 +0000)
committerMaru Newby <marun@redhat.com>
Fri, 6 Mar 2015 19:57:27 +0000 (19:57 +0000)
commit30c6f5636517a62e272675c0fcc799c96f2fb2af
tree90957a64afcc20f93e0419a384d7ee94a81ef676
parentaeae583fa51f932424108fb5303d92ada55013d9
Add script to copy neutron api tests from tempest

This change adds a script to automate the copying of api tests from
tempest in the style of oslo_incubator.  The target path will be
neutron/tests/tempest and no manual modifications should be made to
this path until such time as neutron api test development is frozen in
tempest and development can proceed in the neutron tree.  Until that
occurs, a policy of manual once-daily synchronization is suggested.

The target path includes the name 'tempest' as a clear indication that
this is not part of neutron, and that once development is allowed to
proceed, its contents should be rewritten and removed until there is
nothing left.

So long as the tests exist in both the tempest and neutron trees,
testing effort will be duplicated.  The larger goal is to have the
tests in question removed from tempest as per the qa guidelines [1],
so this should be temporary.

1: https://wiki.openstack.org/wiki/QA/Tempest-test-removal

Change-Id: I3cd55983e610a1d61aae565f88fe5017edba1090
TESTING.rst
neutron/tests/api/__init__.py
neutron/tests/api/contrib/README.rst [new file with mode: 0644]
neutron/tests/api/contrib/__init__.py [new file with mode: 0644]
neutron/tests/api/contrib/clients.py [new file with mode: 0644]
neutron/tests/api/test_v2_rest.py
neutron/tests/contrib/post_test_hook.sh
neutron/tests/tempest/README.rst [new file with mode: 0644]
tools/copy_api_tests_from_tempest.sh [new file with mode: 0755]
tools/misc-sanity-checks.sh
tox.ini