summaryrefslogtreecommitdiff
path: root/isotests/fixtures/modules.json
diff options
context:
space:
mode:
Diffstat (limited to 'isotests/fixtures/modules.json')
-rw-r--r--isotests/fixtures/modules.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/isotests/fixtures/modules.json b/isotests/fixtures/modules.json
index 27d04c7a..ae8a1683 100644
--- a/isotests/fixtures/modules.json
+++ b/isotests/fixtures/modules.json
@@ -33,5 +33,54 @@
"fields": {
"name": "btrfs"
}
+ },
+ {
+ "pk": 6,
+ "model": "isotests.module",
+ "fields": {
+ "name": "ext2"
+ }
+ },
+ {
+ "pk": 7,
+ "model": "isotests.module",
+ "fields": {
+ "name": "ext3"
+ }
+ },
+ {
+ "pk": 8,
+ "model": "isotests.module",
+ "fields": {
+ "name": "ext4"
+ }
+ },
+ {
+ "pk": 9,
+ "model": "isotests.module",
+ "fields": {
+ "name": "swap"
+ }
+ },
+ {
+ "pk": 10,
+ "model": "isotests.module",
+ "fields": {
+ "name": "xfs"
+ }
+ },
+ {
+ "pk": 11,
+ "model": "isotests.module",
+ "fields": {
+ "name": "jfs"
+ }
+ },
+ {
+ "pk": 12,
+ "model": "isotests.module",
+ "fields": {
+ "name": "reiserFS"
+ }
}
]