summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/filesystems.json
diff options
context:
space:
mode:
authorTom Willemsen <tom.willemsen@archlinux.us>2011-03-01 18:47:03 +0100
committerDan McGee <dan@archlinux.org>2011-04-28 20:15:54 +0200
commit1547c7c49a1852852ffbac0737d0ffdf54addda9 (patch)
tree57870efa44b40ffa37e40dd90fa35d96c9b04038 /isotests/fixtures/filesystems.json
parente6717510a0a7976fca1ccd3e5aaf1a16123a1ad4 (diff)
downloadarchweb-1547c7c49a1852852ffbac0737d0ffdf54addda9.tar.gz
archweb-1547c7c49a1852852ffbac0737d0ffdf54addda9.tar.xz
isotests: entry and listing of release engineering tests
Add a new project for entry and listing of testing results for our release ISOs. This will assist the release engineering team with determining a good ISO to make into the real deal. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'isotests/fixtures/filesystems.json')
-rw-r--r--isotests/fixtures/filesystems.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/isotests/fixtures/filesystems.json b/isotests/fixtures/filesystems.json
new file mode 100644
index 0000000..4d3f1bc
--- /dev/null
+++ b/isotests/fixtures/filesystems.json
@@ -0,0 +1,23 @@
+[
+ {
+ "pk": 1,
+ "model": "isotests.filesystem",
+ "fields": {
+ "name": "autoprepare (check the installed system, incl fstab)"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "isotests.filesystem",
+ "fields": {
+ "name": "manual"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "isotests.filesystem",
+ "fields": {
+ "name": "from config file"
+ }
+ }
+]