Move tests: unit/network_services/vnf_generic 71/56771/8
authorEmma Foley <emma.l.foley@intel.com>
Fri, 27 Apr 2018 10:30:20 +0000 (10:30 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 11 Jun 2018 07:30:17 +0000 (08:30 +0100)
commit98294f2c8153f663c3b3a4e4cb98910e9d5cb602
tree11e5d42de9b84dff8a800657a5fc3b9c62464550
parent8068adbf0aa5275f9c4cd4e298f1868834242e9a
Move tests: unit/network_services/vnf_generic

* 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: I3d95537a64bde923703421510d27bac0d6dd92bd
29 files changed:
yardstick/network_services/vnf_generic/vnf/vpe_vnf.py
yardstick/tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py
yardstick/tests/unit/benchmark/contexts/standalone/test_sriov.py
yardstick/tests/unit/benchmark/contexts/test_dummy.py
yardstick/tests/unit/benchmark/contexts/test_heat.py
yardstick/tests/unit/benchmark/contexts/test_kubernetes.py
yardstick/tests/unit/benchmark/contexts/test_node.py
yardstick/tests/unit/benchmark/core/test_task.py
yardstick/tests/unit/network_services/vnf_generic/__init__.py [moved from tests/unit/network_services/vnf_generic/__init__.py with 100% similarity]
yardstick/tests/unit/network_services/vnf_generic/test_vnfdgen.py [moved from tests/unit/network_services/vnf_generic/test_vnfdgen.py with 95% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/__init__.py [moved from tests/unit/network_services/vnf_generic/vnf/__init__.py with 100% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/acl_1rule.yaml [moved from tests/unit/network_services/vnf_generic/vnf/acl_1rule.yaml with 100% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/tc_baremetal_rfc2544_ipv4_1flow_64B.yaml [moved from tests/unit/network_services/vnf_generic/vnf/tc_baremetal_rfc2544_ipv4_1flow_64B.yaml with 100% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py with 98% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_base.py [moved from tests/unit/network_services/vnf_generic/vnf/test_base.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_cgnapt_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_cgnapt_vnf.py with 94% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_prox_helpers.py [moved from tests/unit/network_services/vnf_generic/vnf/test_prox_helpers.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_prox_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_prox_vnf.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_router_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_router_vnf.py with 98% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_ixload.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_ixload.py with 93% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_ping.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_ping.py with 98% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_prox.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_prox.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_ixia.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_ixia.py with 75% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_trex.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_trex.py with 98% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py [moved from tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py with 77% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_udp_replay.py [moved from tests/unit/network_services/vnf_generic/vnf/test_udp_replay.py with 97% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_vfw_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_vfw_vnf.py with 99% similarity]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py [moved from tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py with 99% similarity]