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