Move tests: unit/benchmark 45/48245/15
authorEmma Foley <emma.l.foley@intel.com>
Wed, 29 Nov 2017 22:56:21 +0000 (22:56 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Mon, 12 Feb 2018 16:57:56 +0000 (16:57 +0000)
commitba4e9e6e47bd10ecc803bab920178ea973c2fa86
tree54576c199cabe8ccc29d04eedfe0e4f88b2bd598
parentbabe3cc2882e19c6dafdbf41d502d7ba5560635a
Move tests: unit/benchmark

* 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.

Change-Id: I30eb4b0aafe0575d0cddbc946108291f21a98ed8
Jira: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
146 files changed:
tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py [deleted file]
yardstick/tests/unit/benchmark/__init__.py [moved from tests/unit/benchmark/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/contexts/__init__.py [moved from tests/unit/benchmark/contexts/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_duplicate_sample.yaml [moved from tests/unit/benchmark/contexts/nodes_duplicate_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml [moved from tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_duplicate_sample_ovs.yaml [moved from tests/unit/benchmark/contexts/nodes_duplicate_sample_ovs.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_sample.yaml [moved from tests/unit/benchmark/contexts/nodes_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_sample_new.yaml [moved from tests/unit/benchmark/contexts/nodes_sample_new.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_sample_new_sriov.yaml [moved from tests/unit/benchmark/contexts/nodes_sample_new_sriov.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_sample_ovs.yaml [moved from tests/unit/benchmark/contexts/nodes_sample_ovs.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/nodes_sample_ovsdpdk.yaml [moved from tests/unit/benchmark/contexts/nodes_sample_ovsdpdk.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/__init__.py [moved from tests/unit/benchmark/contexts/standalone/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/nodes_duplicate_sample.yaml [moved from tests/unit/benchmark/contexts/standalone/nodes_duplicate_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/nodes_ovs_dpdk_sample.yaml [moved from tests/unit/benchmark/contexts/standalone/nodes_ovs_dpdk_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/nodes_sample.yaml [moved from tests/unit/benchmark/contexts/standalone/nodes_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/nodes_sriov_sample.yaml [moved from tests/unit/benchmark/contexts/standalone/nodes_sriov_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/test_model.py [moved from tests/unit/benchmark/contexts/standalone/test_model.py with 90% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py [moved from tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py with 83% similarity]
yardstick/tests/unit/benchmark/contexts/standalone/test_sriov.py [moved from tests/unit/benchmark/contexts/standalone/test_sriov.py with 84% similarity]
yardstick/tests/unit/benchmark/contexts/standalone_duplicate_sample.yaml [moved from tests/unit/benchmark/contexts/standalone_duplicate_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/standalone_sample.yaml [moved from tests/unit/benchmark/contexts/standalone_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/contexts/test_dummy.py [moved from tests/unit/benchmark/contexts/test_dummy.py with 100% similarity]
yardstick/tests/unit/benchmark/contexts/test_heat.py [moved from tests/unit/benchmark/contexts/test_heat.py with 92% similarity]
yardstick/tests/unit/benchmark/contexts/test_kubernetes.py [moved from tests/unit/benchmark/contexts/test_kubernetes.py with 55% similarity]
yardstick/tests/unit/benchmark/contexts/test_model.py [moved from tests/unit/benchmark/contexts/test_model.py with 99% similarity]
yardstick/tests/unit/benchmark/contexts/test_node.py [moved from tests/unit/benchmark/contexts/test_node.py with 98% similarity]
yardstick/tests/unit/benchmark/core/__init__.py [moved from tests/unit/benchmark/core/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml [moved from tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/core/no_constraint_with_args_scenario_sample.yaml [moved from tests/unit/benchmark/core/no_constraint_with_args_scenario_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/core/test_plugin.py [moved from tests/unit/benchmark/core/test_plugin.py with 97% similarity]
yardstick/tests/unit/benchmark/core/test_report.py [moved from tests/unit/benchmark/core/test_report.py with 94% similarity]
yardstick/tests/unit/benchmark/core/test_task.py [moved from tests/unit/benchmark/core/test_task.py with 99% similarity]
yardstick/tests/unit/benchmark/core/test_testcase.py [moved from tests/unit/benchmark/core/test_testcase.py with 100% similarity]
yardstick/tests/unit/benchmark/core/with_constraint_no_args_scenario_sample.yaml [moved from tests/unit/benchmark/core/with_constraint_no_args_scenario_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/core/with_constraint_with_args_scenario_sample.yaml [moved from tests/unit/benchmark/core/with_constraint_with_args_scenario_sample.yaml with 100% similarity]
yardstick/tests/unit/benchmark/runner/__init__.py [moved from tests/unit/benchmark/runner/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/runner/test_base.py [moved from tests/unit/benchmark/runner/test_base.py with 72% similarity]
yardstick/tests/unit/benchmark/runner/test_search.py [moved from tests/unit/benchmark/runner/test_search.py with 88% similarity]
yardstick/tests/unit/benchmark/scenarios/__init__.py [moved from tests/unit/benchmark/scenarios/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/__init__.py [moved from tests/unit/benchmark/scenarios/availability/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_attacker_baremetal.py [moved from tests/unit/benchmark/scenarios/availability/test_attacker_baremetal.py with 92% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_attacker_general.py [moved from tests/unit/benchmark/scenarios/availability/test_attacker_general.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_attacker_process.py [moved from tests/unit/benchmark/scenarios/availability/test_attacker_process.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_basemonitor.py [moved from tests/unit/benchmark/scenarios/availability/test_basemonitor.py with 85% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_baseoperation.py [moved from tests/unit/benchmark/scenarios/availability/test_baseoperation.py with 63% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_baseresultchecker.py [moved from tests/unit/benchmark/scenarios/availability/test_baseresultchecker.py with 58% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_director.py [moved from tests/unit/benchmark/scenarios/availability/test_director.py with 97% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_monitor_command.py [moved from tests/unit/benchmark/scenarios/availability/test_monitor_command.py with 64% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_monitor_general.py [moved from tests/unit/benchmark/scenarios/availability/test_monitor_general.py with 96% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_monitor_multi.py [moved from tests/unit/benchmark/scenarios/availability/test_monitor_multi.py with 86% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_monitor_process.py [moved from tests/unit/benchmark/scenarios/availability/test_monitor_process.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_operation_general.py [moved from tests/unit/benchmark/scenarios/availability/test_operation_general.py with 96% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_result_checker_general.py [moved from tests/unit/benchmark/scenarios/availability/test_result_checker_general.py with 97% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_scenario_general.py [moved from tests/unit/benchmark/scenarios/availability/test_scenario_general.py with 60% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_serviceha.py [moved from tests/unit/benchmark/scenarios/availability/test_serviceha.py with 68% similarity]
yardstick/tests/unit/benchmark/scenarios/availability/test_util.py [moved from tests/unit/benchmark/scenarios/availability/test_util.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/__init__.py [moved from tests/unit/benchmark/scenarios/compute/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt [moved from tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/cpuload_sample_output1.txt [moved from tests/unit/benchmark/scenarios/compute/cpuload_sample_output1.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/cpuload_sample_output2.txt [moved from tests/unit/benchmark/scenarios/compute/cpuload_sample_output2.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/memload_sample_output.txt [moved from tests/unit/benchmark/scenarios/compute/memload_sample_output.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_cachestat.py [moved from tests/unit/benchmark/scenarios/compute/test_cachestat.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_computecapacity.py [moved from tests/unit/benchmark/scenarios/compute/test_computecapacity.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_cpuload.py [moved from tests/unit/benchmark/scenarios/compute/test_cpuload.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_cyclictest.py [moved from tests/unit/benchmark/scenarios/compute/test_cyclictest.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_lmbench.py [moved from tests/unit/benchmark/scenarios/compute/test_lmbench.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_memload.py [moved from tests/unit/benchmark/scenarios/compute/test_memload.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_plugintest.py [moved from tests/unit/benchmark/scenarios/compute/test_plugintest.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_qemumigrate.py [moved from tests/unit/benchmark/scenarios/compute/test_qemumigrate.py with 99% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_ramspeed.py [moved from tests/unit/benchmark/scenarios/compute/test_ramspeed.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_spec_cpu.py [moved from tests/unit/benchmark/scenarios/compute/test_spec_cpu.py with 96% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_spec_cpu_for_vm.py [moved from tests/unit/benchmark/scenarios/compute/test_spec_cpu_for_vm.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/compute/test_unixbench.py [moved from tests/unit/benchmark/scenarios/compute/test_unixbench.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/dummy/__init__.py [moved from tests/unit/benchmark/scenarios/dummy/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/dummy/test_dummy.py [moved from tests/unit/benchmark/scenarios/dummy/test_dummy.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/__init__.py [moved from tests/unit/benchmark/scenarios/lib/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_add_memory_load.py [moved from tests/unit/benchmark/scenarios/lib/test_add_memory_load.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_attach_volume.py [moved from tests/unit/benchmark/scenarios/lib/test_attach_volume.py with 92% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_check_connectivity.py [moved from tests/unit/benchmark/scenarios/lib/test_check_connectivity.py with 89% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_check_numa_info.py [moved from tests/unit/benchmark/scenarios/lib/test_check_numa_info.py with 93% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_check_value.py [moved from tests/unit/benchmark/scenarios/lib/test_check_value.py with 76% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_flavor.py [moved from tests/unit/benchmark/scenarios/lib/test_create_flavor.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_floating_ip.py [moved from tests/unit/benchmark/scenarios/lib/test_create_floating_ip.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_image.py [moved from tests/unit/benchmark/scenarios/lib/test_create_image.py with 50% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_keypair.py [moved from tests/unit/benchmark/scenarios/lib/test_create_keypair.py with 66% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_network.py [moved from tests/unit/benchmark/scenarios/lib/test_create_network.py with 89% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_port.py [moved from tests/unit/benchmark/scenarios/lib/test_create_port.py with 91% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_router.py [moved from tests/unit/benchmark/scenarios/lib/test_create_router.py with 89% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_sec_group.py [moved from tests/unit/benchmark/scenarios/lib/test_create_sec_group.py with 87% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_server.py [moved from tests/unit/benchmark/scenarios/lib/test_create_server.py with 92% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_subnet.py [moved from tests/unit/benchmark/scenarios/lib/test_create_subnet.py with 84% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_create_volume.py [moved from tests/unit/benchmark/scenarios/lib/test_create_volume.py with 68% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_flavor.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_flavor.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_floating_ip.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_floating_ip.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_image.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_image.py with 95% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_keypair.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_keypair.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_network.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_network.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_port.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_port.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_router.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_router.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_router_gateway.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_router_gateway.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_router_interface.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_router_interface.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_server.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_server.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_volume.py [moved from tests/unit/benchmark/scenarios/lib/test_delete_volume.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_detach_volume.py [moved from tests/unit/benchmark/scenarios/lib/test_detach_volume.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_get_flavor.py [moved from tests/unit/benchmark/scenarios/lib/test_get_flavor.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_get_migrate_target_host.py [moved from tests/unit/benchmark/scenarios/lib/test_get_migrate_target_host.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_get_numa_info.py [moved from tests/unit/benchmark/scenarios/lib/test_get_numa_info.py with 97% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_get_server.py [moved from tests/unit/benchmark/scenarios/lib/test_get_server.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/lib/test_get_server_ip.py [moved from tests/unit/benchmark/scenarios/lib/test_get_server_ip.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/__init__.py [moved from tests/unit/benchmark/scenarios/networking/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/imix_voice.yaml [moved from tests/unit/benchmark/scenarios/networking/imix_voice.yaml with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/iperf3_sample_output.json [moved from tests/unit/benchmark/scenarios/networking/iperf3_sample_output.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/iperf3_sample_output_udp.json [moved from tests/unit/benchmark/scenarios/networking/iperf3_sample_output_udp.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/ipv4_1flow_Packets_vpe.yaml [moved from tests/unit/benchmark/scenarios/networking/ipv4_1flow_Packets_vpe.yaml with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/ipv4_throughput_vpe.yaml [moved from tests/unit/benchmark/scenarios/networking/ipv4_throughput_vpe.yaml with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/netperf_sample_output.json [moved from tests/unit/benchmark/scenarios/networking/netperf_sample_output.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/netutilization_sample_output1.txt [moved from tests/unit/benchmark/scenarios/networking/netutilization_sample_output1.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/netutilization_sample_output2.txt [moved from tests/unit/benchmark/scenarios/networking/netutilization_sample_output2.txt with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_iperf3.py [moved from tests/unit/benchmark/scenarios/networking/test_iperf3.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_netperf.py [moved from tests/unit/benchmark/scenarios/networking/test_netperf.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_netperf_node.py [moved from tests/unit/benchmark/scenarios/networking/test_netperf_node.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_netutilization.py [moved from tests/unit/benchmark/scenarios/networking/test_netutilization.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_networkcapacity.py [moved from tests/unit/benchmark/scenarios/networking/test_networkcapacity.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_nstat.py [moved from tests/unit/benchmark/scenarios/networking/test_nstat.py with 97% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_ping.py [moved from tests/unit/benchmark/scenarios/networking/test_ping.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_ping6.py [moved from tests/unit/benchmark/scenarios/networking/test_ping6.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_pktgen.py [moved from tests/unit/benchmark/scenarios/networking/test_pktgen.py with 83% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_pktgen_dpdk.py [moved from tests/unit/benchmark/scenarios/networking/test_pktgen_dpdk.py with 97% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_pktgen_dpdk_throughput.py [moved from tests/unit/benchmark/scenarios/networking/test_pktgen_dpdk_throughput.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_sfc.py [moved from tests/unit/benchmark/scenarios/networking/test_sfc.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_vnf_generic.py [moved from tests/unit/benchmark/scenarios/networking/test_vnf_generic.py with 94% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_vsperf.py [moved from tests/unit/benchmark/scenarios/networking/test_vsperf.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py [new file with mode: 0644]
yardstick/tests/unit/benchmark/scenarios/networking/tg_trex_tpl.yaml [moved from tests/unit/benchmark/scenarios/networking/tg_trex_tpl.yaml with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/networking/vpe_vnf_topology.yaml [moved from tests/unit/benchmark/scenarios/networking/vpe_vnf_topology.yaml with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/parser/__init__.py [moved from tests/unit/benchmark/scenarios/parser/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/parser/test_parser.py [moved from tests/unit/benchmark/scenarios/parser/test_parser.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/__init__.py [moved from tests/unit/benchmark/scenarios/storage/__init__.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/fio_read_sample_output.json [moved from tests/unit/benchmark/scenarios/storage/fio_read_sample_output.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/fio_rw_sample_output.json [moved from tests/unit/benchmark/scenarios/storage/fio_rw_sample_output.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/fio_write_sample_output.json [moved from tests/unit/benchmark/scenarios/storage/fio_write_sample_output.json with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/test_bonnie.py [moved from tests/unit/benchmark/scenarios/storage/test_bonnie.py with 98% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/test_fio.py [moved from tests/unit/benchmark/scenarios/storage/test_fio.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/test_storagecapacity.py [moved from tests/unit/benchmark/scenarios/storage/test_storagecapacity.py with 100% similarity]
yardstick/tests/unit/benchmark/scenarios/storage/test_storperf.py [moved from tests/unit/benchmark/scenarios/storage/test_storperf.py with 94% similarity]
yardstick/tests/unit/benchmark/scenarios/test_base.py [moved from tests/unit/benchmark/scenarios/test_base.py with 100% similarity]