diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 104: remove sampledata.json (that hung around for a while!)

Message ID 20110908231813.7627.56764.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Sept. 8, 2011, 11:18 p.m. UTC
------------------------------------------------------------
revno: 104
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2011-09-09 11:16:38 +1200
message:
  remove sampledata.json (that hung around for a while!)
removed:
  sampledata.json


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== removed file 'sampledata.json'
--- sampledata.json	2011-04-20 03:46:29 +0000
+++ sampledata.json	1970-01-01 00:00:00 +0000
@@ -1,55 +0,0 @@ 
-[
-   {
-      "fields" : {
-         "name" : "panda"
-      },
-      "pk" : 1,
-      "model" : "scheduler_app.devicetype"
-   },
-   {
-      "fields" : {
-         "name" : "beagle"
-      },
-      "pk" : 2,
-      "model" : "scheduler_app.devicetype"
-   },
-   {
-      "fields" : {
-         "name" : "power-monitored"
-      },
-      "pk" : 1,
-      "model" : "scheduler_app.tag"
-   },
-   {
-      "fields" : {
-         "device_type" : 1,
-         "status" : 1,
-         "hostname" : "panda01",
-         "tags" : []
-      },
-      "pk" : 1,
-      "model" : "scheduler_app.device"
-   },
-   {
-      "fields" : {
-         "device_type" : 1,
-         "status" : 1,
-         "hostname" : "panda02",
-         "tags" : [
-            1
-         ]
-      },
-      "pk" : 2,
-      "model" : "scheduler_app.device"
-   },
-   {
-      "fields" : {
-         "device_type" : 2,
-         "status" : 1,
-         "hostname" : "beagle01",
-         "tags" : []
-      },
-      "pk" : 3,
-      "model" : "scheduler_app.device"
-   }
-]