From ef8343605f92072ca2ed7174b0cc2594ee33dfab Mon Sep 17 00:00:00 2001 From: Christian Babeux Date: Thu, 21 Feb 2013 23:11:53 -0500 Subject: [PATCH] Tests: Rename the tools tests runners to test_ Signed-off-by: Christian Babeux --- tests/regression/tools/filtering/Makefile.am | 4 ++-- tests/regression/tools/filtering/runall | 2 +- .../tools/filtering/{invalid-filters => test_invalid_filter} | 0 .../tools/filtering/{unsupported-ops => test_unsupported_op} | 0 .../tools/filtering/{valid-filters => test_valid_filter} | 0 tests/regression/tools/health/runall | 2 +- .../tools/health/{health_thread_exit => test_thread_exit} | 0 .../tools/health/{health_thread_stall => test_thread_stall} | 0 .../regression/tools/health/{health_tp_fail => test_tp_fail} | 0 tests/regression/tools/streaming/Makefile.am | 4 ++-- tests/regression/tools/streaming/runall | 2 +- .../{high_throughput_limits => test_high_throughput_limits} | 0 tests/regression/tools/streaming/{run-kernel => test_kernel} | 0 .../tools/streaming/{uri_switch => test_uri_switch} | 0 tests/regression/tools/streaming/{run-ust => test_ust} | 0 15 files changed, 7 insertions(+), 7 deletions(-) rename tests/regression/tools/filtering/{invalid-filters => test_invalid_filter} (100%) rename tests/regression/tools/filtering/{unsupported-ops => test_unsupported_op} (100%) rename tests/regression/tools/filtering/{valid-filters => test_valid_filter} (100%) rename tests/regression/tools/health/{health_thread_exit => test_thread_exit} (100%) rename tests/regression/tools/health/{health_thread_stall => test_thread_stall} (100%) rename tests/regression/tools/health/{health_tp_fail => test_tp_fail} (100%) rename tests/regression/tools/streaming/{high_throughput_limits => test_high_throughput_limits} (100%) rename tests/regression/tools/streaming/{run-kernel => test_kernel} (100%) rename tests/regression/tools/streaming/{uri_switch => test_uri_switch} (100%) rename tests/regression/tools/streaming/{run-ust => test_ust} (100%) diff --git a/tests/regression/tools/filtering/Makefile.am b/tests/regression/tools/filtering/Makefile.am index e1e715da4..23bce0005 100644 --- a/tests/regression/tools/filtering/Makefile.am +++ b/tests/regression/tools/filtering/Makefile.am @@ -14,5 +14,5 @@ gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h gen_ust_events_LDADD = -llttng-ust endif -noinst_SCRIPTS = runall unsupported-ops invalid-filters valid-filters babelstats.pl -EXTRA_DIST = runall unsupported-ops invalid-filters valid-filters babelstats.pl +noinst_SCRIPTS = runall test_unsupported_op test_invalid_filter test_valid_filter babelstats.pl +EXTRA_DIST = runall test_unsupported_op test_invalid_filter test_valid_filter babelstats.pl diff --git a/tests/regression/tools/filtering/runall b/tests/regression/tools/filtering/runall index c92e39988..cda9799ef 100755 --- a/tests/regression/tools/filtering/runall +++ b/tests/regression/tools/filtering/runall @@ -2,7 +2,7 @@ DIR=$(dirname $0) -tests=( $DIR/unsupported-ops $DIR/invalid-filters $DIR/valid-filters ) +tests=( $DIR/test_unsupported_op $DIR/test_invalid_filter $DIR/test_valid_filter ) exit_code=0 function start_tests () diff --git a/tests/regression/tools/filtering/invalid-filters b/tests/regression/tools/filtering/test_invalid_filter similarity index 100% rename from tests/regression/tools/filtering/invalid-filters rename to tests/regression/tools/filtering/test_invalid_filter diff --git a/tests/regression/tools/filtering/unsupported-ops b/tests/regression/tools/filtering/test_unsupported_op similarity index 100% rename from tests/regression/tools/filtering/unsupported-ops rename to tests/regression/tools/filtering/test_unsupported_op diff --git a/tests/regression/tools/filtering/valid-filters b/tests/regression/tools/filtering/test_valid_filter similarity index 100% rename from tests/regression/tools/filtering/valid-filters rename to tests/regression/tools/filtering/test_valid_filter diff --git a/tests/regression/tools/health/runall b/tests/regression/tools/health/runall index d1c8b3446..0ed0c8e83 100755 --- a/tests/regression/tools/health/runall +++ b/tests/regression/tools/health/runall @@ -2,7 +2,7 @@ DIR=$(dirname $0) -tests=( $DIR/health_thread_exit $DIR/health_thread_stall $DIR/health_tp_fail) +tests=( $DIR/test_thread_exit $DIR/test_thread_stall $DIR/test_tp_fail) exit_code=0 function start_tests () diff --git a/tests/regression/tools/health/health_thread_exit b/tests/regression/tools/health/test_thread_exit similarity index 100% rename from tests/regression/tools/health/health_thread_exit rename to tests/regression/tools/health/test_thread_exit diff --git a/tests/regression/tools/health/health_thread_stall b/tests/regression/tools/health/test_thread_stall similarity index 100% rename from tests/regression/tools/health/health_thread_stall rename to tests/regression/tools/health/test_thread_stall diff --git a/tests/regression/tools/health/health_tp_fail b/tests/regression/tools/health/test_tp_fail similarity index 100% rename from tests/regression/tools/health/health_tp_fail rename to tests/regression/tools/health/test_tp_fail diff --git a/tests/regression/tools/streaming/Makefile.am b/tests/regression/tools/streaming/Makefile.am index ddd092592..1949f669b 100644 --- a/tests/regression/tools/streaming/Makefile.am +++ b/tests/regression/tools/streaming/Makefile.am @@ -14,5 +14,5 @@ gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h gen_ust_events_LDADD = -llttng-ust endif -noinst_SCRIPTS = runall run-ust run-kernel uri_switch -EXTRA_DIST = runall run-ust run-kernel uri_switch +noinst_SCRIPTS = runall test_ust test_kernel test_uri_switch test_high_throughput_limits +EXTRA_DIST = runall test_ust test_kernel test_uri_switch test_high_throughput_limits diff --git a/tests/regression/tools/streaming/runall b/tests/regression/tools/streaming/runall index dbf5228ce..809449bf3 100755 --- a/tests/regression/tools/streaming/runall +++ b/tests/regression/tools/streaming/runall @@ -2,7 +2,7 @@ DIR=$(dirname $0) -tests=( $DIR/unit_tests $DIR/run-kernel $DIR/run-ust ) +tests=( $DIR/test_uri_switch $DIR/test_kernel $DIR/test_ust ) exit_code=0 function start_tests () diff --git a/tests/regression/tools/streaming/high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits similarity index 100% rename from tests/regression/tools/streaming/high_throughput_limits rename to tests/regression/tools/streaming/test_high_throughput_limits diff --git a/tests/regression/tools/streaming/run-kernel b/tests/regression/tools/streaming/test_kernel similarity index 100% rename from tests/regression/tools/streaming/run-kernel rename to tests/regression/tools/streaming/test_kernel diff --git a/tests/regression/tools/streaming/uri_switch b/tests/regression/tools/streaming/test_uri_switch similarity index 100% rename from tests/regression/tools/streaming/uri_switch rename to tests/regression/tools/streaming/test_uri_switch diff --git a/tests/regression/tools/streaming/run-ust b/tests/regression/tools/streaming/test_ust similarity index 100% rename from tests/regression/tools/streaming/run-ust rename to tests/regression/tools/streaming/test_ust -- 2.34.1