From: Maru Newby Date: Wed, 1 Apr 2015 17:30:55 +0000 (+0000) Subject: Move orphaned api test X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eff8af9a22f8b045048b3ad491cf6ea3309110d2;p=openstack-build%2Fneutron-build.git Move orphaned api test A recent change added a new api test to the old location that is no longer used for discovery. This change moves it to neutron/tests/api/admin to ensure that it can be discovered and run. Change-Id: Ifcada8f9b2178b3159151b0d1953fd841d82ffa6 --- diff --git a/neutron/tests/tempest/api/network/admin/test_shared_network_extension.py b/neutron/tests/api/admin/test_shared_network_extension.py similarity index 100% rename from neutron/tests/tempest/api/network/admin/test_shared_network_extension.py rename to neutron/tests/api/admin/test_shared_network_extension.py