Code Review
/
storperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ce3f927
)
Separation of test and source
25/16925/1
author
Mark Beierl
<mark.beierl@emc.com>
Thu, 14 Jul 2016 20:20:44 +0000
(16:20 -0400)
committer
Mark Beierl
<mark.beierl@emc.com>
Thu, 14 Jul 2016 20:20:44 +0000
(16:20 -0400)
Moving the test files into their own top-level
directory to keep things clean
Change-Id: Ic50b881045bc59b003807923424345b335dd5c95
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
16 files changed:
ci/verify.sh
patch
|
blob
|
history
tests/__init__.py
[moved from
storperf/tests/__init__.py
with 100% similarity]
patch
|
blob
|
history
tests/carbon_tests/__init__.py
[moved from
storperf/tests/carbon_tests/__init__.py
with 100% similarity]
patch
|
blob
|
history
tests/carbon_tests/emitter_test.py
[moved from
storperf/tests/carbon_tests/emitter_test.py
with 100% similarity]
patch
|
blob
|
history
tests/carbon_tests/json_to_carbon_test.py
[moved from
storperf/tests/carbon_tests/json_to_carbon_test.py
with 100% similarity]
patch
|
blob
|
history
tests/db_tests/__init__.py
[moved from
storperf/tests/db_tests/__init__.py
with 100% similarity]
patch
|
blob
|
history
tests/db_tests/configuration_db_test.py
[moved from
storperf/tests/db_tests/configuration_db_test.py
with 100% similarity]
patch
|
blob
|
history
tests/db_tests/graphite_db_test.py
[moved from
storperf/tests/db_tests/graphite_db_test.py
with 100% similarity]
patch
|
blob
|
history
tests/db_tests/job_db_test.py
[moved from
storperf/tests/db_tests/job_db_test.py
with 100% similarity]
patch
|
blob
|
history
tests/storperf_master_test.py
[moved from
storperf/tests/storperf_master_test.py
with 100% similarity]
patch
|
blob
|
history
tests/utilities_tests/__init__.py
[moved from
storperf/tests/utilities/__init__.py
with 100% similarity]
patch
|
blob
|
history
tests/utilities_tests/dictionary_test.py
[moved from
storperf/tests/utilities/dictionary_test.py
with 100% similarity]
patch
|
blob
|
history
tests/utilities_tests/math_range_test.py
[moved from
storperf/tests/utilities/math_range_test.py
with 100% similarity]
patch
|
blob
|
history
tests/utilities_tests/math_slope_test.py
[moved from
storperf/tests/utilities/math_slope_test.py
with 100% similarity]
patch
|
blob
|
history
tests/workload_tests/__init__.py
[moved from
storperf/tests/workload_tests/__init__.py
with 100% similarity]
patch
|
blob
|
history
tests/workload_tests/workload_subclass_test.py
[moved from
storperf/tests/workload_tests/workload_subclass_test.py
with 100% similarity]
patch
|
blob
|
history
diff --git
a/ci/verify.sh
b/ci/verify.sh
index
89b1406
..
24aadac
100755
(executable)
--- a/
ci/verify.sh
+++ b/
ci/verify.sh
@@
-52,7
+52,7
@@
nosetests --with-xunit \
--with-coverage \
--cover-package=storperf\
--cover-xml \
- storperf
+ tests
rc=$?
deactivate
diff --git
a/storperf/tests/__init__.py
b/tests/__init__.py
similarity index 100%
rename from
storperf/tests/__init__.py
rename to
tests/__init__.py
diff --git
a/storperf/tests/carbon_tests/__init__.py
b/tests/carbon_tests/__init__.py
similarity index 100%
rename from
storperf/tests/carbon_tests/__init__.py
rename to
tests/carbon_tests/__init__.py
diff --git
a/storperf/tests/carbon_tests/emitter_test.py
b/tests/carbon_tests/emitter_test.py
similarity index 100%
rename from
storperf/tests/carbon_tests/emitter_test.py
rename to
tests/carbon_tests/emitter_test.py
diff --git
a/storperf/tests/carbon_tests/json_to_carbon_test.py
b/tests/carbon_tests/json_to_carbon_test.py
similarity index 100%
rename from
storperf/tests/carbon_tests/json_to_carbon_test.py
rename to
tests/carbon_tests/json_to_carbon_test.py
diff --git
a/storperf/tests/db_tests/__init__.py
b/tests/db_tests/__init__.py
similarity index 100%
rename from
storperf/tests/db_tests/__init__.py
rename to
tests/db_tests/__init__.py
diff --git
a/storperf/tests/db_tests/configuration_db_test.py
b/tests/db_tests/configuration_db_test.py
similarity index 100%
rename from
storperf/tests/db_tests/configuration_db_test.py
rename to
tests/db_tests/configuration_db_test.py
diff --git
a/storperf/tests/db_tests/graphite_db_test.py
b/tests/db_tests/graphite_db_test.py
similarity index 100%
rename from
storperf/tests/db_tests/graphite_db_test.py
rename to
tests/db_tests/graphite_db_test.py
diff --git
a/storperf/tests/db_tests/job_db_test.py
b/tests/db_tests/job_db_test.py
similarity index 100%
rename from
storperf/tests/db_tests/job_db_test.py
rename to
tests/db_tests/job_db_test.py
diff --git
a/storperf/tests/storperf_master_test.py
b/tests/storperf_master_test.py
similarity index 100%
rename from
storperf/tests/storperf_master_test.py
rename to
tests/storperf_master_test.py
diff --git
a/storperf/tests/utilities/__init__.py
b/tests/utilities_tests/__init__.py
similarity index 100%
rename from
storperf/tests/utilities/__init__.py
rename to
tests/utilities_tests/__init__.py
diff --git
a/storperf/tests/utilities/dictionary_test.py
b/tests/utilities_tests/dictionary_test.py
similarity index 100%
rename from
storperf/tests/utilities/dictionary_test.py
rename to
tests/utilities_tests/dictionary_test.py
diff --git
a/storperf/tests/utilities/math_range_test.py
b/tests/utilities_tests/math_range_test.py
similarity index 100%
rename from
storperf/tests/utilities/math_range_test.py
rename to
tests/utilities_tests/math_range_test.py
diff --git
a/storperf/tests/utilities/math_slope_test.py
b/tests/utilities_tests/math_slope_test.py
similarity index 100%
rename from
storperf/tests/utilities/math_slope_test.py
rename to
tests/utilities_tests/math_slope_test.py
diff --git
a/storperf/tests/workload_tests/__init__.py
b/tests/workload_tests/__init__.py
similarity index 100%
rename from
storperf/tests/workload_tests/__init__.py
rename to
tests/workload_tests/__init__.py
diff --git
a/storperf/tests/workload_tests/workload_subclass_test.py
b/tests/workload_tests/workload_subclass_test.py
similarity index 100%
rename from
storperf/tests/workload_tests/workload_subclass_test.py
rename to
tests/workload_tests/workload_subclass_test.py