]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tests: Disable the legacy tests
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 19 Sep 2019 20:55:12 +0000 (14:55 -0600)
committerDhaval Giani <dhaval.giani@oracle.com>
Tue, 8 Oct 2019 17:51:22 +0000 (10:51 -0700)
The legacy tests do not successfully run in Travis CI.  This
commit disables them from running but does leave the test
code in place.  The future of these tests and whether they will
be removed from the repo or not will be revisited at a later
date.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
tests/Makefile.am
tests/tools/cgclassify/Makefile.am
tests/tools/cgconfigparser/Makefile.am
tests/tools/multimount/Makefile.am

index 6d748dc7b9176feaace524288e4287667af4933a..1528af2a0784fa86224eb7cfedc0252bea04380e 100644 (file)
@@ -24,4 +24,6 @@ logger_SOURCES=logger.c
 
 EXTRA_DIST = runlibcgrouptest.sh logger.sh
 
-TESTS = wrapper_test runlibcgrouptest.sh logger.sh
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = wrapper_test runlibcgrouptest.sh logger.sh
index c504e7f00ce0b30d8914594e21da3af6c6855885..2adde69e9aadb8d2d7c41307ac76be4603ad95ac 100644 (file)
@@ -1,3 +1,5 @@
 EXTRA_DIST = cgclassify cgclassify-rules simple.conf
 
-TESTS = cgclassify cgclassify-rules
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = cgclassify cgclassify-rules
index 27a08f9b70db3f7055d0da735a373565a9c19827..fd28516f21cc991e02a43b2d2017677234606271 100644 (file)
@@ -23,6 +23,8 @@ EXTRA_DIST = cgconfigparser_simple \
             cgclear/cgclear_config_multi_3.conf \
             cgclear/cgclear_config_one.conf
 
-TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \
-       cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \
+#      cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one
 
index 8463bae20677a2de597990e5b06d99e1556991cf..85fa7f422f461e7750a33f1090530665b0324798 100644 (file)
@@ -1,3 +1,5 @@
 EXTRA_DIST = many_mp many_named
 
-TESTS = many_mp  many_named
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = many_mp  many_named