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