Move tests: unit/network_services/vnf_generic 65/58765/16
authorEmma Foley <emma.l.foley@intel.com>
Fri, 27 Apr 2018 10:30:20 +0000 (10:30 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Tue, 26 Jun 2018 09:34:06 +0000 (10:34 +0100)
commitdb7a547fdbfc1690d4a9d46f761f73b8cd998b54
tree9c4af8d3260a64a76d974d3d7432ed39e018864c
parent87fdd3f5135639de4e65b66fa67bc5d04b486f25
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
(cherry-picked from commit 98294f2c8153f663c3b3a4e4cb98910e9d5cb602)
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 99% 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 95% 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 77% 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]