From 5355f5a18146183a8e27872ebee501acad7b5eb0 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Thu, 6 Jun 2019 12:54:04 +0530 Subject: tests/utils: Fix py2/py3 util python scripts Following files are fixed. tests/bugs/distribute/overlap.py tests/utils/changelogparser.py tests/utils/create-files.py tests/utils/gfid-access.py tests/utils/libcxattr.py Have marked glupy as bad test. Backport of: > Change-Id: I3db857cc19e19163d368d913eaec1269fbc37140 > BUG: 1193929 > Signed-off-by: Kotresh HR Change-Id: I3db857cc19e19163d368d913eaec1269fbc37140 Updates: bz#1629877 Signed-off-by: Kotresh HR --- tests/features/glupy.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/features') diff --git a/tests/features/glupy.t b/tests/features/glupy.t index faa4cf33a14..d9afd955946 100755 --- a/tests/features/glupy.t +++ b/tests/features/glupy.t @@ -29,3 +29,6 @@ TEST rm -f $M0/filename; EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0; cleanup; + +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=000000 +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=000000 -- cgit