From e12f98c2bbed5191714bdc553e7b269b1437cecd Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 27 Apr 2018 10:41:10 +0000 Subject: [PATCH] Move tests: unit/network_services/nfvi * Fix pylint errors * Add TODOs Some errors are ignored locally, as they were a symptom of other problems. These issues have been flagged with a TODO, and should be fixed later. JIRA: YARDSTICK-837 Signed-off-by: Emma Foley Change-Id: Id330ee1c89d54ef487edb7fe160e5a31d9a3094f --- {tests => yardstick/tests}/unit/network_services/nfvi/__init__.py | 0 {tests => yardstick/tests}/unit/network_services/nfvi/test_collectd.py | 1 - {tests => yardstick/tests}/unit/network_services/nfvi/test_resource.py | 0 3 files changed, 1 deletion(-) rename {tests => yardstick/tests}/unit/network_services/nfvi/__init__.py (100%) rename {tests => yardstick/tests}/unit/network_services/nfvi/test_collectd.py (99%) rename {tests => yardstick/tests}/unit/network_services/nfvi/test_resource.py (100%) diff --git a/tests/unit/network_services/nfvi/__init__.py b/yardstick/tests/unit/network_services/nfvi/__init__.py similarity index 100% rename from tests/unit/network_services/nfvi/__init__.py rename to yardstick/tests/unit/network_services/nfvi/__init__.py diff --git a/tests/unit/network_services/nfvi/test_collectd.py b/yardstick/tests/unit/network_services/nfvi/test_collectd.py similarity index 99% rename from tests/unit/network_services/nfvi/test_collectd.py rename to yardstick/tests/unit/network_services/nfvi/test_collectd.py index 0ae175624..fe59aecfb 100644 --- a/tests/unit/network_services/nfvi/test_collectd.py +++ b/yardstick/tests/unit/network_services/nfvi/test_collectd.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import import unittest import multiprocessing import mock diff --git a/tests/unit/network_services/nfvi/test_resource.py b/yardstick/tests/unit/network_services/nfvi/test_resource.py similarity index 100% rename from tests/unit/network_services/nfvi/test_resource.py rename to yardstick/tests/unit/network_services/nfvi/test_resource.py -- 2.16.6