new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
new file mode 100644
@@ -0,0 +1,7 @@
+# QA environments control file
+# Defines test environments
+# - Do not start environment names with a digit.
+# - If an environment is prefixed with underscore, the environment is prepared
+# clean again, even if previously run test had the same environment.
+# So big-files and _big-files are the same, only the first one is
+# prepared only once, while the second one is prepared every time.
This patch creates empty enviornment files in test categories, because part of the underlying infrastructure is common with parsing group files. So nonexistence of these files causes error messages. (Althoug it should not break anything) Signed-off-by: Jan ?ulák <jtulak@redhat.com> --- tests/btrfs/environment | 7 +++++++ tests/ext4/environment | 7 +++++++ tests/generic/environment | 7 +++++++ tests/shared/environment | 7 +++++++ tests/udf/environment | 7 +++++++ tests/xfs/environment | 7 +++++++ 6 files changed, 42 insertions(+) create mode 100644 tests/btrfs/environment create mode 100644 tests/ext4/environment create mode 100644 tests/generic/environment create mode 100644 tests/shared/environment create mode 100644 tests/udf/environment create mode 100644 tests/xfs/environment