summaryrefslogtreecommitdiff
path: root/json/kvm-only-group.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/kvm-only-group.json')
-rw-r--r--json/kvm-only-group.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/json/kvm-only-group.json b/json/kvm-only-group.json
new file mode 100644
index 0000000..622563d
--- /dev/null
+++ b/json/kvm-only-group.json
@@ -0,0 +1,56 @@
+{
+ "timeout": 1800,
+ "job_name": "codehelp multinode API tests",
+ "logging_level": "INFO",
+ "device_group": [
+ {
+ "role": "felix",
+ "count": 1,
+ "device_type": "kvm",
+ "tags": [
+ "codehelp-cat"
+ ]
+ },
+ {
+ "role": "rex",
+ "count": 1,
+ "device_type": "kvm",
+ "tags": [
+ "codehelp-dog"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/kvm-debian-wheezy.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "group-tests-multinode.yaml"
+ }
+ ],
+ },
+ {
+ "parameters": {
+ "testdef_urls": [
+ "http://people.linaro.org/~neil.williams/codehelp1.yaml"
+ ], }
+ "timeout": 1800
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://localhost/RPC2/"
+ }
+ }
+ ]
+}