Refactor to make file sys more like class inheritance 13/39613/4
authorEdward MacGillivray <edward.s.macgillivray@intel.com>
Fri, 18 Aug 2017 17:41:03 +0000 (10:41 -0700)
committerEdward MacGillivray <edward.s.macgillivray@intel.com>
Mon, 21 Aug 2017 21:05:41 +0000 (14:05 -0700)
commitb9bd7a7b582dff2a8186c58a1fc9de4a219fcb1f
treeffdcfa8814032a9e9c7efa91b7b2a5d318094c9c
parent4cd35297332c1fbfa114ff8b237ee3d4864f7498
Refactor to make file sys more like class inheritance

Change-Id: I5471d2e894ca78407a57f3ba01202264c69ad174
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
13 files changed:
tests/unit/benchmark/contexts/standalone/__init__.py [new file with mode: 0644]
tests/unit/benchmark/contexts/standalone/ovs_sample_password.yaml [moved from tests/unit/benchmark/contexts/ovs_sample_password.yaml with 100% similarity]
tests/unit/benchmark/contexts/standalone/ovs_sample_ssh_key.yaml [moved from tests/unit/benchmark/contexts/ovs_sample_ssh_key.yaml with 100% similarity]
tests/unit/benchmark/contexts/standalone/ovs_sample_write_to_file.txt [moved from tests/unit/benchmark/contexts/ovs_sample_write_to_file.txt with 100% similarity]
tests/unit/benchmark/contexts/standalone/sriov_sample_password.yaml [moved from tests/unit/benchmark/contexts/sriov_sample_password.yaml with 100% similarity]
tests/unit/benchmark/contexts/standalone/sriov_sample_ssh_key.yaml [moved from tests/unit/benchmark/contexts/sriov_sample_ssh_key.yaml with 100% similarity]
tests/unit/benchmark/contexts/standalone/sriov_sample_write_to_file.txt [moved from tests/unit/benchmark/contexts/sriov_sample_write_to_file.txt with 100% similarity]
tests/unit/benchmark/contexts/standalone/test_ovsdpdk.py [moved from tests/unit/benchmark/contexts/test_ovsdpdk.py with 98% similarity]
tests/unit/benchmark/contexts/standalone/test_sriov.py [moved from tests/unit/benchmark/contexts/test_sriov.py with 97% similarity]
tests/unit/benchmark/contexts/test_standalone.py
yardstick/benchmark/contexts/standalone/__init__.py [moved from yardstick/benchmark/contexts/standalone.py with 100% similarity]
yardstick/benchmark/contexts/standalone/ovsdpdk.py [moved from yardstick/benchmark/contexts/ovsdpdk.py with 100% similarity]
yardstick/benchmark/contexts/standalone/sriov.py [moved from yardstick/benchmark/contexts/sriov.py with 100% similarity]