summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/filesystems.json
diff options
context:
space:
mode:
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"
+ }
+ }
+]