Home | History | Annotate | Download | only in shell

Lines Matching refs:lisa

19 # LISA Shell: the Linux Integrated System Analysis Shell
27 # Get base installation path of LISA
48 # Generic LISA Shell commands
51 # LISA Shell On-Line HELP
52 function lisa-help {
56 echo " .:: LISA Shell - HELP On-Line ::. "
63 function lisa-version {
67 .:: LISA ($(git describe --all))
78 # LISA Update utility functions
82 echo "Usage: lisa-update (CMD)"
84 echo " all - update lisa and all the external dependencies"
105 echo -e "*** Update LISA installation"
110 echo "LISA internal error: git update-index failed"
111 echo "Please report it: https://github.com/ARM-software/lisa/issues"
119 echo "Please, commit your changes or stash them before you can update lisa"
124 remote_name=$(git remote -v | grep ARM-software/lisa | grep -m 1 fetch | awk '{print $1}')
129 echo "Please move to the master branch before running lisa-update"
145 function lisa-update {
164 # LISA Notebooks utility functions
168 echo "Usage: lisa-ipython CMD [NETIF [PORT]]"
241 function lisa-ipython {
271 function lisa-check-submods {
276 lisa-update submodules
281 # LISA Tests utility functions
286 Usage: lisa-test [args] FILE[:CLASS]
295 lisa-test tests/eas/acceptance.py
299 lisa-test tests/eas/acceptance.py:ForkMigration
304 lisa-test --with-xunit --xunit-file=report.xml tests/eas/acceptance.py:ForkMigration
315 function lisa-test {
331 function lisa-report {
349 # LISA Shell MAIN
355 # Dump out a nice LISA Shell logo
367 echo " .:: LISA Shell ::. "
380 lisa-check-submods
390 Type "lisa-help" for on-line help on available commands