On 14 August 2013 12:46, Senthil Kumaran <[email protected]> wrote:
> Hi Roxell,
>
>
> On Wednesday 14 August 2013 04:55 PM, Anders Roxell wrote:
>>
>> I have problem to run a test on validation.linaro.org.
>> Here is the link to my log_file
>> http://validation.linaro.org/scheduler/job/67185/log_file
>>
>> I'm guessing this is the problem:
>> "/lava/tests/0_nohz-test/run.sh: line 8: wget: command not found"
>>
>> I'm guessing that I do something wrong.
>> However, I'm not sure what. =/
>
>
> You aren't doing anything wrong. The problem is you are using nano rootfs
> which does not have 'wget' package. See the following package list contained
> in the rootfs you are using in your job file.
>
> http://snapshots.linaro.org/ubuntu/images/nano-lava/448/linaro-raring-nano-lava-20130731-448.packages
>
> wget is packaged in developer/server/desktop/alip rootfs. See the following
> for details:
>
> http://snapshots.linaro.org/ubuntu/images/developer/448/linaro-raring-developer-20130731-448.packages
>

Senthil,

The problem is, that yaml file lists wget as dependency. Is there any
reason why dependency is not installed before the test is started?

metadata:
    name: nohz-test
    format: "Lava-Test-Shell Test Definition 1.0"
    version: 1.0
    description: "Run nohz test on Ubuntu."

install:
    deps:
        - wget

run:
    steps:
        - 'wget http://people.linaro.org/~anders.roxell/nohz-test-cpuset.sh'
        - './nohz-test-cpuset.sh'

parse:
    pattern: "^(?P<test_case_id>.+):Result:\\s+(?P<result>.+)"
    fixupdict: {
            "PASS": "pass",
            "FAIL": "fail"
    }

milosz

> Thank You.
> --
> Senthil Kumaran
> http://www.stylesen.org/
> http://www.sasenthilkumaran.com/
>
>
> _______________________________________________
> linaro-validation mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/linaro-validation

_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to