>>I have e new errore
>>I have this error:
novello@qc:/srv/lava/instances/test$ . bin/activate
(test)novello@qc:/srv/lava/instances/test$ lava-server manage
greatesuperuser
WARNING:root:This instance will not use sentry as SENTRY_DSN is not
configured
WARNING:root:This instance will not use sentry as SENTRY_DSN is not
configured
Unknown command: 'greatesuperuser'
Type 'lava-server help' for usage.
(test)novello@qc:/srv/lava/instances/test$ lava-server manage
createsuperuser
WARNING:root:This instance will not use sentry as SENTRY_DSN is not
configured
WARNING:root:This instance will not use sentry as SENTRY_DSN is not
configured
Username: novello
Error: That username is already taken.
Username: test
Error: That username is already taken.
Username: nicola
E-mail address: luisa.tognon(a)libero.it
Password:
Password (again):
Superuser created successfully.
(test)novello@qc:/srv/lava/instances/test$ lava-dashboard-tool
make-stream --dashboard=http://localhost/RCP2 /nicola/test
Unable to exchange XML-RPC message with dashboard server
HTTP error code: 404/NOT FOUND
(test)novello@qc:/srv/lava/instances/test$ lava-dashboard-tool
make-stream --dashboard=http://192.168.1.5/RCP2 /nicola/test/
Unable to exchange XML-RPC message with dashboard server
HTTP error code: 404/NOT FOUND
THE HTTP GIVE BACK THIS MESSAGE,but if i connect WITH FIREFOX
HTTP://192.168.1.5/ it WORKS.
I CAN SEE THE FIRST PAGE .
BEST REGARDS
NOVELLO G.
Im trying to install and use LAVA test localy.
My pc is 192.168.1.5 (UBUNTU 12.04)
I use lava-deployment tools .
i se tha we web work: http://192.168.1.5/ .....I see
i have made .bin/atcivate frome the instance....
but i can't se http:/'/192.168.1.5/lava-server/.....
I would like to sue this servet to test a pandaboard connected to my pc.
is is possible?
I' have made a small filesystem with stream e ltp installed.
I would like to execute a test test.json.
but i can't put it in the queue.
May some one help me?
Best regards
Novello G
I HAVE MADE The DOWNLOAD OF THIS TEST FROM
(https://wiki.linaro.org/Platform/Validation/LAVA/LavaTestTutorial)
novello@hp:~$ lava-test register-test pass_fail
novello@hp:~$ lava-test install pass_fail
ERROR: There is no test with the specified ID
novello@hp:~$ lava-test run -S -H -A pass_fail
ERROR: There is no test with the specified ID
I SEE THESE ERRORE
WHY ?
HOW CAN I SOLVE THE PROBLEM ???
Best Regards
Novello G
Sorry ,i' m new.
where i can found the documentation for the lava test.
I have a panda board , i would like to make some test using lava, i have
installed it in a pc with ubuntu 12.04 . But when I write :
lava-tool submit-job \
https://root@127.0.0.1/lava-server/jobfile1.json
I have an error.
i think that the installation is complete.
But i should have made some other error.
BEST regards
Novello .G.
Hi, All
I just submitted 100 jobs with panda-ics-gcc47-tilt-stable-blob#18 android
images.
4 of them are failed because of the network problem.
3 on panda01 and 1 on panda06.
you can see here for the details.
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AnxpY5uv-BlNdG9zY…
For the download problem of image files, I guest we can set the retry
number to 5.
This time I saw one job on panda01 succeed to download the images files at
the 2nd try.
For the network problem, is it just related to the specified board(like
panda01), or has relation to the entire network of lab?
Anyone has any thoughts about it?
And another thing I suggest is that we change to use images of panda stable
images in our health job here.
Thanks,
Yongqin Liu
Hi, all,
There's still a WI in squid proxy blueprint. That is to clean up the old
cache. I jumped into linaro cache directory on v.l.o, and found it cost
about 100GB.
control:/linaro/images/cache$ du * -sh
328M ci.linaro.org
36M people.linaro.org
3.4G releases-linaro-org
10G releases.linaro.org
21G snapshots-linaro-org
63G snapshots.linaro.org
control:/linaro/images/cache$ ll
total 32
drwxr-xr-x 8 root root 4096 2012-05-11 23:26 ./
drwxr-xr-x 7 root root 4096 2012-01-25 01:16 ../
drwxr-xr-x 3 root root 4096 2012-03-30 12:07 ci.linaro.org/
drwxr-xr-x 3 root root 4096 2012-04-03 05:34 people.linaro.org/
drwxr-xr-x 4 root root 4096 2012-05-24 16:27 releases-linaro-org/
drwxr-xr-x 10 root root 4096 2012-05-09 14:31 releases.linaro.org/
drwxr-xr-x 3 root root 4096 2012-05-11 23:26 snapshots-linaro-org/
drwxr-xr-x 6 root root 4096 2012-05-02 18:55 snapshots.linaro.org/
For some health check jobs, they need some cache. I think it's
releases-linaro-org/ and snapshots-linaro-org/.
So can we clean up others?
--
Best wishes,
Spring Zhang
I have installede lava-tools- in a server (192.168.1.5)
i have a pnada boar connected to the server,
i would like to do a test a simple one that do nothing.
but i have this mistake .
best regards
novello G
lava-tool auth-add --token-file token http://novello@localhost:8080
ERROR: opening 'token' failed: [Errno 2] No such file or directory: 'token'
novello@qc:~/ae$ lava-tool auth-add --token-file
http://novello@localhost:8080usage: lava-tool auth-add [-h]
[--token-file TOKEN_FILE] [--no-check] HOST
lava-tool auth-add: error: too few arguments
novello@qc:~/ae$ lava-tool auth-add http://novello@localhost:8080
Paste token for http://novello@localhost:8080/RPC2/:
Traceback (most recent call last):
File "/usr/local/bin/lava-tool", line 9, in <module>
load_entry_point('lava-tool==0.4', 'console_scripts', 'lava-tool')()
File
"/usr/local/lib/python2.7/dist-packages/lava_tool/dispatcher.py", line
49, in main
LavaDispatcher.run()
File
"/usr/local/lib/python2.7/dist-packages/lava/tool/dispatcher.py", line
147, in run
raise SystemExit(cls().dispatch(args))
File
"/usr/local/lib/python2.7/dist-packages/lava/tool/dispatcher.py", line
137, in dispatch
return command.invoke()
File
"/usr/local/lib/python2.7/dist-packages/lava_tool/commands/auth.py",
line 110, in invoke
token_user = sp.system.whoami()
File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
verbose=self.__verbose
File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/xmlrpclib.py", line 1292, in single_request
self.send_content(h, request_body)
File "/usr/lib/python2.7/xmlrpclib.py", line 1439, in send_content
connection.endheaders(request_body)
File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
socket.error: [Errno 111] Connection refused
I'm using lava-deployment-tools on ubuntu-12.04-LTS
1../lava-deployment-tool setup
2 ./lava-deployment-tool bundle requirement/requirements-latest.txt
3 ./lava-deployment-tool install testinstance lava.pybundle
etc....
the server http work but i have sum problem due to keyring?
how can i install IT. SEE error below.
best regards
novello G
(test)novello@qc:~/ae/lava$
(test)novello@qc:~/ae/lava$ lava-test install lpt
<LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: auth-add
Traceback (most recent call last):
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py", line 73, in import_commands
command_cls = entrypoint.load()
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2016, in load
if require: self.require(env, installer)
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2029, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
DistributionNotFound: keyring
<LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: submit-job
Traceback (most recent call last):
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py", line 73, in import_commands
command_cls = entrypoint.load()
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2016, in load
if require: self.require(env, installer)
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2029, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
DistributionNotFound: keyring
<LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: resubmit-job
Traceback (most recent call last):
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py", line 73, in import_commands
command_cls = entrypoint.load()
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2016, in load
if require: self.require(env, installer)
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2029, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
DistributionNotFound: keyring
<LAVA_TEST>2012-06-05 12:37:28 PM ERROR: Unable to load command: cancel-job
Traceback (most recent call last):
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/lava/tool/dispatcher.py", line 73, in import_commands
command_cls = entrypoint.load()
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2016, in load
if require: self.require(env, installer)
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 2029, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/srv/lava/instances/test/local/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
DistributionNotFound: keyrin
Hi, All
Now I am using staging and panda24 to verify the following mp
https://code.launchpad.net/~liuyq0307/lava-dispatcher/timeout_wait_home_scr…
The jobs I submitted are 21315, 21308, 21314, 21317~21319.
The job 21315 has completed, and all the 20 times boot_linaro_android_image
action are passed.
And the remain 5 jobs may need 5 hours, so the occupation probably end at
11:00am UTC.
And I will send a notify mail to let you know that time.
Thanks,
Yongqin Liu