Move tests: unit/network_services/traffic_profile 73/56773/4
authorEmma Foley <emma.l.foley@intel.com>
Fri, 27 Apr 2018 10:37:37 +0000 (10:37 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Tue, 15 May 2018 17:42:47 +0000 (17:42 +0000)
commitcfc40ad1bb36889e54bc99cb779cfcfa1f3b04dd
treedd4f15196b865ef02d51cb5c5222ef10961c26ea
parent2bd4d480868048e84ed81662b2d34e03f25502a4
Move tests: unit/network_services/traffic_profile

* 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: Id983a2e415d66633331e7fea96a377e2a7589980
12 files changed:
yardstick/tests/unit/network_services/traffic_profile/__init__.py [moved from tests/unit/network_services/traffic_profile/__init__.py with 100% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_base.py [moved from tests/unit/network_services/traffic_profile/test_base.py with 100% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_fixed.py [moved from tests/unit/network_services/traffic_profile/test_fixed.py with 98% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_http.py [moved from tests/unit/network_services/traffic_profile/test_http.py with 93% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_http_ixload.py [moved from tests/unit/network_services/traffic_profile/test_http_ixload.py with 95% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py [moved from tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py with 86% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_prox_acl.py [moved from tests/unit/network_services/traffic_profile/test_prox_acl.py with 76% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_prox_binsearch.py [moved from tests/unit/network_services/traffic_profile/test_prox_binsearch.py with 98% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_prox_profile.py [moved from tests/unit/network_services/traffic_profile/test_prox_profile.py with 98% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_prox_ramp.py [moved from tests/unit/network_services/traffic_profile/test_prox_ramp.py with 97% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py [moved from tests/unit/network_services/traffic_profile/test_rfc2544.py with 98% similarity]
yardstick/tests/unit/network_services/traffic_profile/test_trex_traffic_profile.py [moved from tests/unit/network_services/traffic_profile/test_trex_traffic_profile.py with 99% similarity]