Comment 6 for bug 943214

Revision history for this message
Kishore Kanna S (kishorek-s) wrote :

Hello Anderw Stubbs,
       Did you face any problem on re installing or updating your out of tree test suits. Currently my condition is , I successfully installed and run my out of tree test suites but again when I am trying to re install it, error coming like " This test is already registered ." Here I am getting the point that ok, once it got registered so it is saying that it is already registered. But while running the test suit. "Error coming "There is no test with the specified ID". After getting this error i removed the .config /lava-test/registry.json file from my origen test image and tried again. But this time i did not get that error like " This test is registered", But i got the error while installing it like " There is no test with the specified ID". Do I am missing something. Even I tried to installed the the out of tree test on my origen board directly. There also I got the same error.

This is the log ouput:

optional arguments:
  -h, --help show this help message and exit
root@master:~# [rc=0]: chroot /mnt/testrootfs lava-test register-test http://192.168.0.10/linaro/temp_testapp.json
chroot /mnt/testrootfs lava-test register-test http://1 92.168.0.10/linaro/cpu.json
root@master:~# [rc=0]: chroot /mnt/testrootfs lava-test install cpuhot
chroot /mnt/testrootfs lava-test install cpuhot
ERROR: There is no test with the specified ID
root@master:~# [rc=1]: chroot /mnt/testrootfs rm -rf lava-test
chroot /mnt/testrootfs rm -rf lava-test
root@master:~# [rc=0]: cp -f /mnt/testrootfs/etc/resolv.conf.bak /mnt/testrootfs/etc/resolv.conf
cp -f /mnt/testrootfs/etc/resolv.conf.bak /mnt/testrootf s/etc/resolv.conf
root@master:~# [rc=0]: cat /proc/mounts | awk '{print $2}' | grep "^/mnt/testrootfs/dev"| sort -r | xargs umount
cat /proc/mounts | awk '{print $2}' | grep "^/mnt/testro otfs/dev"| sort -r | xargs umount
root@master:~# [rc=0]: umount /mnt/testrootfs
umount /mnt/testrootfs

root@master:~# [rc=0]: <LAVA_DISPATCHER>2012-03-02 04:56:16 AM INFO: [ACTION-E] lava_test_install is finished successfully.
<LAVA_DISPATCHER>2012-03-02 04:56:16 AM INFO: [ACTION-B] Command boot_linaro_image is started with parameters {}.
<LAVA_DISPATCHER>2012-03-02 04:56:16 AM INFO: Boot the test image
<LAVA_DISPATCHER>2012-03-02 04:56:16 AM INFO: Perform soft reboot the system

Please help me on this issue ...