-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Done
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.4.0
-
Component/s: None
-
Labels:
-
Environment:
Linux
-
Epic Link:
-
Sprint:Emu Sprint 1 (9/21-10/9)
(1) For the file ~/onos/tools/dev/bash_profile
line 152
-->function vicell() {
shall be
-->function vicell {
(2) For the ~/onos/tools/test/bin/onos-service shell scripts
line 47
-->ssh $ONOS_USER@${node} "sudo ${2:-status} onos"
will cause "command not found error, recommend to change to
->ssh $ONOS_USER@${node} "sudo $ONOS_INSTALL_DIR/apache-karaf$KARAF_VERSION/bin/${2:-status} onos"