summaryrefslogtreecommitdiff
path: root/isotests/fixtures/hardware.json
diff options
context:
space:
mode:
Diffstat (limited to 'isotests/fixtures/hardware.json')
-rw-r--r--isotests/fixtures/hardware.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/isotests/fixtures/hardware.json b/isotests/fixtures/hardware.json
index c9169146..335a50f6 100644
--- a/isotests/fixtures/hardware.json
+++ b/isotests/fixtures/hardware.json
@@ -1,42 +1,42 @@
[
{
"pk": 1,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "virtualbox"
}
},
{
"pk": 2,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "qemu"
}
},
{
"pk": 3,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "intel i686"
}
},
{
"pk": 4,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "intel x86_64"
}
},
{
"pk": 5,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "amd i686"
}
},
{
"pk": 6,
- "model": "isotests.hardware",
+ "model": "isotests.hardwaretype",
"fields": {
"name": "amd x86_64"
}