]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
add freeze and dangerous groups
authorEric Sandeen <sandeen@redhat.com>
Fri, 2 Mar 2012 16:56:17 +0000 (10:56 -0600)
committerChristoph Hellwig <hch@lst.de>
Sat, 31 Mar 2012 20:14:06 +0000 (20:14 +0000)
commit3f28d55c395427e07c1509b67ab61a8cf5447f95
tree7d026e44a0101180c7b1a7844f3eb9b507998eab
parent09665195439cd83720aebc2115b0636955965e3a
add freeze and dangerous groups

Add 2 new test groups:

freeze: tests which test filesystem freeze
dangerous: tests which may hang or oops

The 2nd may be useful for automated testing to do i.e.

./check -g auto -x dangerous
./check -g auto,dangerous

to try to get fuller coverage before running into tests
which may panic or hang the box and stop the test cycle.

I doubt I have all the potential dangerous tests, but
they can be added later when found.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
group