summaryrefslogtreecommitdiff
path: root/isotests/fixtures/boottype.json
diff options
context:
space:
mode:
Diffstat (limited to 'isotests/fixtures/boottype.json')
-rw-r--r--isotests/fixtures/boottype.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/isotests/fixtures/boottype.json b/isotests/fixtures/boottype.json
new file mode 100644
index 00000000..5d87ef15
--- /dev/null
+++ b/isotests/fixtures/boottype.json
@@ -0,0 +1,23 @@
+[
+ {
+ "pk": 1,
+ "model": "isotests.boottype",
+ "fields": {
+ "name": "optical"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "isotests.boottype",
+ "fields": {
+ "name": "usb"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "isotests.boottype",
+ "fields": {
+ "name": "pxe"
+ }
+ }
+]