Move tests: unit/common 55/48255/8
authorEmma Foley <emma.l.foley@intel.com>
Wed, 29 Nov 2017 23:34:15 +0000 (23:34 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 11 Jan 2018 23:08:25 +0000 (15:08 -0800)
commitd579e62b431a31856a03098dc5323948ccfa4fdb
tree3e4be0cc3da237e4697b37809b41fcc357836136
parentb9f759e9c1be95b66a18927456d112866c5a54bf
Move tests: unit/common

* 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
Change-Id: I2847c380556985fae2c92bb8a7da9c47e91e1338
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
yardstick/tests/unit/common/__init__.py [moved from tests/unit/common/__init__.py with 100% similarity]
yardstick/tests/unit/common/config_sample.yaml [moved from tests/unit/common/config_sample.yaml with 100% similarity]
yardstick/tests/unit/common/test_ansible_common.py [moved from tests/unit/common/test_ansible_common.py with 95% similarity]
yardstick/tests/unit/common/test_httpClient.py [moved from tests/unit/common/test_httpClient.py with 100% similarity]
yardstick/tests/unit/common/test_openstack_utils.py [moved from tests/unit/common/test_openstack_utils.py with 96% similarity]
yardstick/tests/unit/common/test_process.py [moved from tests/unit/common/test_process.py with 100% similarity]
yardstick/tests/unit/common/test_template_format.py [moved from tests/unit/common/test_template_format.py with 91% similarity]
yardstick/tests/unit/common/test_utils.py [moved from tests/unit/common/test_utils.py with 100% similarity]
yardstick/tests/unit/common/test_yaml_loader.py [moved from tests/unit/common/test_yaml_loader.py with 100% similarity]