From eff8af9a22f8b045048b3ad491cf6ea3309110d2 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 1 Apr 2015 17:30:55 +0000 Subject: [PATCH] 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 --- .../api/network => api}/admin/test_shared_network_extension.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename neutron/tests/{tempest/api/network => api}/admin/test_shared_network_extension.py (100%) 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 -- 2.45.2