From c096acfd47967fdf2abad65963b34b1662a7af72 Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Thu, 13 Aug 2015 15:50:29 +0800 Subject: [PATCH] Move V2.1 API unittest to top level directory This patch moves the tests in contrib/ and plugins/v3/ into the base directory. Note that some of the tests have both v2 and v21 tests, The v2 tests will be deleted when V2 API removed. Co-Authored-By: Ed Leafe Change-Id: I6ff1d6594e7a44f2bcb6bbb04a4277b98d1cac74 Partial-Bug: #1462901 --- .../unit/api/openstack/compute/{contrib => }/test_aggregates.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nova/tests/unit/api/openstack/compute/{contrib => }/test_aggregates.py (100%) diff --git a/nova/tests/unit/api/openstack/compute/contrib/test_aggregates.py b/nova/tests/unit/api/openstack/compute/test_aggregates.py similarity index 100% rename from nova/tests/unit/api/openstack/compute/contrib/test_aggregates.py rename to nova/tests/unit/api/openstack/compute/test_aggregates.py