[Fai-commit] r6365 - test-suite/scenarios/setup-storage-tests/tests trunk/examples/more-tests/tests

Michael Tautschnig mt at alioth.debian.org
Fri Apr 15 09:55:33 UTC 2011


Author: mt
Date: 2011-04-15 09:55:16 +0000 (Fri, 15 Apr 2011)
New Revision: 6365

Added:
   test-suite/scenarios/setup-storage-tests/tests/DSK_TEST_3
Removed:
   trunk/examples/more-tests/tests/DSK_TEST_3
Log:
moving tests

Copied: test-suite/scenarios/setup-storage-tests/tests/DSK_TEST_3 (from rev 6364, trunk/examples/more-tests/tests/DSK_TEST_3)
===================================================================
--- test-suite/scenarios/setup-storage-tests/tests/DSK_TEST_3	                        (rev 0)
+++ test-suite/scenarios/setup-storage-tests/tests/DSK_TEST_3	2011-04-15 09:55:16 UTC (rev 6365)
@@ -0,0 +1,41 @@
+#! /usr/bin/perl
+
+use strict;
+use warnings;
+use Faitest;
+package FAITEST;
+
+setup_test();
+#  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
+# now comes the test itself
+
+&checkE2fsAttribute("/dev/mapper/volg1-es","Filesystem features","has_journal needs_recovery");
+&checkE2fsAttribute("/dev/mapper/volg1-hl","Filesystem features","has_journal resize_inode dir_index filetype needs_recovery sparse_super large_file");
+&checkE2fsAttribute("/dev/mapper/volg1-v","Filesystem features","has_journal filetype needs_recovery sparse_super");
+
+exit printresult("DSK_TEST_4");
+#  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
+__END__
+
+=head1 NAME
+
+DSK_TEST_3 - regression test for setup-storage disk layout DSK_TEST_3
+
+=head1 SYNOPSIS
+
+DSK_TEST_3 checks some important aspects of setup-storage. The DSK_TEST_3 disk layout uses LVM for most partitions and
+makes use of setup-storage ability to customize filesystem creation.
+
+ Options:
+ -help          simple help
+ -verbose=n     increase verbosity of test script
+
+=head1 OPTIONS
+
+=over 8
+
+=item B<-help>
+simple help
+
+=item B<-verbose>
+increase verbosity of test script

Deleted: trunk/examples/more-tests/tests/DSK_TEST_3
===================================================================
--- trunk/examples/more-tests/tests/DSK_TEST_3	2011-04-15 09:54:58 UTC (rev 6364)
+++ trunk/examples/more-tests/tests/DSK_TEST_3	2011-04-15 09:55:16 UTC (rev 6365)
@@ -1,41 +0,0 @@
-#! /usr/bin/perl
-
-use strict;
-use warnings;
-use Faitest;
-package FAITEST;
-
-setup_test();
-#  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
-# now comes the test itself
-
-&checkE2fsAttribute("/dev/mapper/volg1-es","Filesystem features","has_journal needs_recovery");
-&checkE2fsAttribute("/dev/mapper/volg1-hl","Filesystem features","has_journal resize_inode dir_index filetype needs_recovery sparse_super large_file");
-&checkE2fsAttribute("/dev/mapper/volg1-v","Filesystem features","has_journal filetype needs_recovery sparse_super");
-
-exit printresult("DSK_TEST_4");
-#  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
-__END__
-
-=head1 NAME
-
-DSK_TEST_3 - regression test for setup-storage disk layout DSK_TEST_3
-
-=head1 SYNOPSIS
-
-DSK_TEST_3 checks some important aspects of setup-storage. The DSK_TEST_3 disk layout uses LVM for most partitions and
-makes use of setup-storage ability to customize filesystem creation.
-
- Options:
- -help          simple help
- -verbose=n     increase verbosity of test script
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-help>
-simple help
-
-=item B<-verbose>
-increase verbosity of test script




More information about the Fai-commit mailing list