diff mbox

[2/7] Created empty environment files in test categories

Message ID 1415971667-16873-2-git-send-email-jtulak@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Tulak Nov. 14, 2014, 1:27 p.m. UTC
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
diff mbox

Patch

diff --git a/tests/btrfs/environment b/tests/btrfs/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/btrfs/environment
@@ -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.
diff --git a/tests/ext4/environment b/tests/ext4/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/ext4/environment
@@ -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.
diff --git a/tests/generic/environment b/tests/generic/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/generic/environment
@@ -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.
diff --git a/tests/shared/environment b/tests/shared/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/shared/environment
@@ -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.
diff --git a/tests/udf/environment b/tests/udf/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/udf/environment
@@ -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.
diff --git a/tests/xfs/environment b/tests/xfs/environment
new file mode 100644
index 0000000..238a8c2
--- /dev/null
+++ b/tests/xfs/environment
@@ -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.