Message ID | e3ba2cb3b29bd8282852dded32b1a784ce315ba5.1715108589.git.dsterba@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Move test cased from shared to generic | expand |
On Tue, May 07, 2024 at 09:07:45PM +0200, David Sterba wrote: > The shared/ directory was supposed to host tests that apply to a subset > of all supported filesystems but this is not utilized much and creates a > split from the generic tests. Move the test to generic. Similar thing here. This should probably move get_free_sectors to common code and then just do a dummy run of it to see if things are supported.
diff --git a/tests/shared/298 b/tests/generic/746 similarity index 99% rename from tests/shared/298 rename to tests/generic/746 index 1d4e8d943bdaa6..0e6387fe4d5ece 100755 --- a/tests/shared/298 +++ b/tests/generic/746 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2013 Red Hat, Inc., Tomas Racek <tracek@redhat.com> # -# FS QA Test No. 298 +# FS QA Test No. 746 # # Test that filesystem sends discard requests only on free blocks # diff --git a/tests/shared/298.out b/tests/generic/746.out similarity index 100% rename from tests/shared/298.out rename to tests/generic/746.out
The shared/ directory was supposed to host tests that apply to a subset of all supported filesystems but this is not utilized much and creates a split from the generic tests. Move the test to generic. Signed-off-by: David Sterba <dsterba@suse.com> --- tests/{shared/298 => generic/746} | 2 +- tests/{shared/298.out => generic/746.out} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{shared/298 => generic/746} (99%) rename tests/{shared/298.out => generic/746.out} (100%)