Hello,

trying to run lava milti job for the same devices which worked on LCA14 but now getting error bellow. I'm copy pasting attached file web interface.
Did something change?

Submit Job
Job submission error: No devices of the requested type are currently available to user maxim-uvarov

Paste your job definition JSON here. Alternatively, you can paste a URL to your job definition file:

Thanks,
Maxim.
{
    "timeout": 1500,
    "job_name": "odp snort daq run 1",
    "logging_level": "INFO",
    "device_group": [
        {
            "role": "client",
            "count": 1,
            "device_type": "lng-x86"
        },
        {
            "role": "server",
            "count": 1,
            "device_type": "lng-arndale-demo",
            "target": "lng-arndale01"
        }
    ],
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": 
"http://snapshots.linaro.org/ubuntu/pre-built/arndale/611/arndale-saucy_developer_20140222-611.img.gz";,
                "role": "server"
            }
        },
        {
            "command": "deploy_linaro_kernel",
            "parameters": {
                "bootloadertype": "ipxe",
                "kernel": 
"http://images.validation.linaro.org/x86/ubuntu/vmlinuz-3.10-rc7-amd64";,
                "ramdisk": 
"http://images.validation.linaro.org/x86/ubuntu/ubuntu-precise-3.10-networking.gz";,
                "target_type": "ubuntu",
                "role": "client"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": 
"http://git.linaro.org/git-ro/people/maxim.uvarov/testcases.git";,
                        "testdef": "ubuntu/odpsnort-c.yaml",
                        "parameters": {
                            "ETH": "eth1"
                        }
                    }
                ],
                "timeout": 1800,
                "role": "client"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": 
"http://git.linaro.org/git-ro/people/maxim.uvarov/testcases.git";,
                        "testdef": "ubuntu/odpsnort-s.yaml",
                        "parameters": {
                            "ETH": "eth6"
                        }
                    }
                ],
                "timeout": 1800,
                "role": "server"
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/maxim-uvarov/",
                "server": "http://validation.linaro.org/RPC2/";
            }
        }
    ]
}
_______________________________________________
linaro-validation mailing list
linaro-validation@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to