Comment 3 for bug 1301551

Revision history for this message
Soumya Basak (soumya-basak) wrote :

Hi Tyler,

Here is the JSON for health check:

{
  "timeout": 18000,
  "job_name": "qemu-test",
  "device_type": "qemu",

  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "image": "file:///tmp/beagle-nano.img.gz"
        }
    },
    {
      "command": "boot_linaro_image"
    }
  ]
}

Please correct me, if I am doing any wrong here.