summaryrefslogtreecommitdiff
path: root/isotests/fixtures/clockchoices.json
diff options
context:
space:
mode:
authorTom Willemsen <tom.willemsen@archlinux.us>2011-03-01 20:43:37 +0100
committerDan McGee <dan@archlinux.org>2011-04-28 13:15:58 -0500
commitf4229daac60fa90cbf8d77bfdffd88a467869b3c (patch)
tree79b535489f289946067e3d09f8e4f832fabf4fa0 /isotests/fixtures/clockchoices.json
parent1547c7c49a1852852ffbac0737d0ffdf54addda9 (diff)
isotests: view updates, choices->models, show results, admin
* Started changing the view portion * Changed choices to models * Show the latest failed/succeeded tests on results page * Added some more admin pages Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'isotests/fixtures/clockchoices.json')
-rw-r--r--isotests/fixtures/clockchoices.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/isotests/fixtures/clockchoices.json b/isotests/fixtures/clockchoices.json
new file mode 100644
index 00000000..2c078128
--- /dev/null
+++ b/isotests/fixtures/clockchoices.json
@@ -0,0 +1,23 @@
+[
+ {
+ "pk": 1,
+ "model": "isotests.clockchoice",
+ "fields": {
+ "name": "default"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "isotests.clockchoice",
+ "fields": {
+ "name": "configured manually"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "isotests.clockchoice",
+ "fields": {
+ "name": "NTP"
+ }
+ }
+]