]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix test discovery for api and functional paths
authorMaru Newby <marun@redhat.com>
Fri, 17 Apr 2015 23:49:09 +0000 (23:49 +0000)
committerMaru Newby <marun@redhat.com>
Tue, 21 Apr 2015 19:22:45 +0000 (19:22 +0000)
commit4000b18275112a0c9e3aa055fbaea634ac89a382
tree63ee625d198021f94f72a51d6e2b198f8da3b8dd
parent744a892fe29258fe61f6c86ecee9e9b620c9eec7
Fix test discovery for api and functional paths

The use of the builtin unittest test loader was silently dropping tests
that couldn't be imported.

This change also drops the retargetable path from discovery in the api
path due to a previously-masked configuration problem, and fixes an
invalid import in a functional testing fixture module.

Fullstack tests are also disabled temporarily pending a fix for #1446261.

Change-Id: Ie44e45c117bd864538e7919dfcf499091fde7752
Related-Bug: #1440834
Related-Bug: #1443480
Closes-Bug: #1446405
neutron/tests/api/__init__.py
neutron/tests/common/net_helpers.py
neutron/tests/functional/__init__.py