aboutsummaryrefslogtreecommitdiff
path: root/include/tst_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tst_test.h')
-rw-r--r--include/tst_test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tst_test.h b/include/tst_test.h
index 22acfba59..75c2109b9 100644
--- a/include/tst_test.h
+++ b/include/tst_test.h
@@ -177,6 +177,7 @@ struct tst_test {
int child_needs_reinit:1;
int needs_devfs:1;
int restore_wallclock:1;
+
/*
* If set the test function will be executed for all available
* filesystems and the current filesystem type would be set in the
@@ -186,8 +187,11 @@ struct tst_test {
* to the test function.
*/
int all_filesystems:1;
+
int skip_in_lockdown:1;
+ int skip_in_secureboot:1;
int skip_in_compat:1;
+
/*
* If set, the hugetlbfs will be mounted at .mntpoint.
*/
@@ -206,6 +210,9 @@ struct tst_test {
/* Minimum size(MB) of MemAvailable required by the test */
unsigned long min_mem_avail;
+ /* Minimum size(MB) of SwapFree required by the test */
+ unsigned long min_swap_avail;
+
/*
* Two policies for reserving hugepage:
*