Move tests: unit/network_services/traffic_profile 59/58759/5
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>
Fri, 22 Jun 2018 16:03:45 +0000 (16:03 +0000)
commit84f634020d1a67f373127b831adc4ed0f6c438df
tree69c9d8854686a2bef637e9b932eaff07424133bd
parent5d3a4a8c10fdde34e16381cb8f16450837d33af3
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
(cherry-picked from commit cfc40ad1bb36889e54bc99cb779cfcfa1f3b04dd)
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]