{
  "timeout": 18000,
  "job_name": "qemu-test",
  "device_type": "qemu",
  "target": "qemu01",
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "image": "file:///home/stylesen/work/beagle-nano.img.gz"
        }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
          "testdef_repos": [
	    {"repo1": "lp:~stylesen/lava-dispatcher/sampletestdefs-bzr",
             "revision": "1",
	     "testdef1": {"test": "testdef.yaml",
	     		  "files": ["testsample.sh", "tester.sh"]},
	     "testdef2": {"test": "testdef.yaml",
	     		  "files": ["testsample.sh", "tester.sh"]}
	    },
	    {"repo2": "git://git.linaro.org/people/stylesen/sampletestdefs.git",
             "revision": "9c281bcd62e3a4baecac011910799cefc97cb541",
	     "testdef": {"test": "testdef.yaml",
	     		 "files": ["testsample.sh", "tester.sh"]}
	    }],
          "timeout": 1800
      }
    },
    {
      "command": "submit_results_on_host",
      "parameters": {
        "stream": "/anonymous/stylesen/",
        "server": "http://192.168.1.3/RPC2/"
        }
    }
  ]
}
