Hi Neil and all,
Currently from LAVA deployment of:
Now we installed the lava-server-2017.2 and lava-dispatcher-2017.2 on a server, from the system can use:
lava lava-dashboard-tool lava-dispatcher-slave lava-mount-masterfs lava-slave
lava-daemon lava-dispatch lava-master lava-publisher lava-tool
My question is:
1. How to use those command under linux to let it works as the picture shows ?
2. We try to use $lava-master, the log shows following error, seems the lava-server can't run as a sub-process, since from the git lava-server package there is no lava-server executive command installed, can you help it ?
File "/usr/local/bin/lava-master", line 4, in <module>
__import__('pkg_resources').run_script('lava-server==2017.2', 'lava-master')
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 738, in run_script
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1499, in run_script
File "/usr/local/lib/python2.7/site-packages/lava_server-2017.2-py2.7.egg/EGG-INFO/scripts/lava-master", line 39, in <module>
main()
File "/usr/local/lib/python2.7/site-packages/lava_server-2017.2-py2.7.egg/EGG-INFO/scripts/lava-master", line 36, in main
return daemonise(PIDFILE, LOGFILE)
File "/usr/local/lib/python2.7/site-packages/lava_server-2017.2-py2.7.egg/lava_server/daemonise.py", line 97, in daemonise
child = Popen(args)
File "/usr/local/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks & Best Regards !
Hi,
May I know how DUT communicate with Worker?
How DUT test results back to Worker?
From the web pages knows the serial port and TCP port, if in DUT there is no software for the test result back to Worker, then how it works?
Thanks & Best Regards!
Hi,
Currently after the install of lava-master and lava-slave, how can I get the usage such as following:
$ ls --help
Usage: ls [OPTION]... [FILE]...
List information about the FILEs (the current directory by default).
Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.
Mandatory arguments to long options are mandatory for short options too.
-a, --all do not ignore entries starting with .
-A, --almost-all do not list implied . and ..
--author with -l, print the author of each file
......
$lava-slave --help
Traceback (most recent call last):
File "/usr/local/bin/lava-slave", line 4, in <module>
__import__('pkg_resources').run_script('lava-dispatcher==0.0.0', 'lava-slave')
......
Thanks & Best Regards