summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/installtype.json
blob: cc5c62a07d52b9d1b80df7e4c24ee539cd823456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
    {
	"pk": 1,
	"model": "isotests.installtype",
	"fields": {
	    "name": "interactive install"
	}
    },
    {
	"pk": 2,
	"model": "isotests.installtype",
	"fields": {
	    "name": "automatic install generic example"
	}
    },
    {
	"pk": 3,
	"model": "isotests.installtype",
	"fields": {
	    "name": "automatic install fancy example"
	}
    },
    {
	"pk": 4,
	"model": "isotests.installtype",
	"fields": {
	    "name": "automatic install custom config (specify in comments)"
	}
    }
]