summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/filesystems.json
blob: 4d3f1bc4e80283c295b91d73e623799a55e7d72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
	}
    }
]