WebVM

  1. Download a signed test widget from http://test.webvm.net/WebCommander.wgt
  2. Install the widget and if no error is reported the widget is successfully installed
cd /scratchbox/users/$(whoami)/targets/coronado-simulator/
wget http://test.webvm.net/WebCommander.wgt
telnet localhost 1201
cd /
wrtc -i webc /WebCommander.wgt
test $? -eq 0 && echo Test passes || echo Test fail

Tip: echo $? prints the return code and under Linux a successful code is 0.