summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/architecture.json
blob: a21100ba51762f1a1620ac4b741a493231545531 (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.architecture",
	"fields": {
	    "name": "dual, option i686"
	}
    },
    {
	"pk": 2,
	"model": "isotests.architecture",
	"fields": {
	    "name": "dual, option x86_64"
	}
    },
    {
	"pk": 3,
	"model": "isotests.architecture",
	"fields": {
	    "name": "i686"
	}
    },
    {
	"pk": 4,
	"model": "isotests.architecture",
	"fields": {
	    "name": "x86_64"
	}
    }
]