Move tests: unit/network_services/nfvi 61/58761/7
authorEmma Foley <emma.l.foley@intel.com>
Fri, 27 Apr 2018 10:41:10 +0000 (10:41 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Mon, 25 Jun 2018 14:15:38 +0000 (15:15 +0100)
* 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 <emma.l.foley@intel.com>
Change-Id: Id330ee1c89d54ef487edb7fe160e5a31d9a3094f
(cherry-picked from commit e12f98c2bbed5191714bdc553e7b269b1437cecd)

yardstick/tests/unit/network_services/nfvi/__init__.py [moved from tests/unit/network_services/nfvi/__init__.py with 100% similarity]
yardstick/tests/unit/network_services/nfvi/test_collectd.py [moved from tests/unit/network_services/nfvi/test_collectd.py with 99% similarity]
yardstick/tests/unit/network_services/nfvi/test_resource.py [moved from tests/unit/network_services/nfvi/test_resource.py with 100% similarity]

@@ -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