Revert "Revert "fixed printers.conf"" <--- This change is required. Reverting.
[fai-configs.git] / tests / FAIBASE_TEST
... / ...
CommitLineData
1#! /usr/bin/perl
2
3use strict;
4use warnings;
5use Faitest;
6package FAITEST;
7
8setup_test();
9# - - - - - - - - - - - - - - - - - - - - - - - - - -
10# now comes the test itself
11
12my $dev = &getDevByMount("/target/home");
13&checkE2fsAttribute($dev,"Filesystem volume name","home");
14&checkE2fsAttribute($dev,"Maximum mount count","-1");
15&checkE2fsAttribute($dev,"Check interval","0 (<none>)");
16
17exit printresult();
18# - - - - - - - - - - - - - - - - - - - - - - - - - -
19__END__
20
21=head1 NAME
22
23FAIBASE_TEST - regression test for setup-storage disk layout FAIBASE
24
25=head1 SYNOPSIS
26
27FAIBASE_TEST checks some important aspects of setup-storage. The
28disk_config/FAIBASE tunes some filesystem parameters upon creation. We
29check only the last partition since we expect prior errors to make
30creation of the last partition fail.
31
32 Options:
33 -help simple help
34 -verbose=n increase verbosity of test script
35
36=head1 OPTIONS
37
38=over 8
39
40=item B<-help>
41simple help
42
43=item B<-verbose>
44increase verbosity of test script