Committed by
Gerrit Code Review
Respect ONOS_USER and ONOS_GROUP settings as intended.
Change-Id: I89936604434aa9c22d128350ac452e1aab763d5e
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -110,7 +110,7 @@ function cell { | ... | @@ -110,7 +110,7 @@ function cell { |
110 | [ ! -f $ONOS_ROOT/tools/test/cells/$1 ] && \ | 110 | [ ! -f $ONOS_ROOT/tools/test/cells/$1 ] && \ |
111 | echo "No such cell: $1" >&2 && return 1 | 111 | echo "No such cell: $1" >&2 && return 1 |
112 | unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES | 112 | unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES |
113 | - unset OCI OCN OCT ONOS_INSTANCES ONOS_FEATURES ONOS_USER ONOS_GROUP | 113 | + unset OCI OCN OCT ONOS_INSTANCES ONOS_FEATURES |
114 | unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') | 114 | unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') |
115 | export ONOS_USER=${ONOS_USER:-sdn} | 115 | export ONOS_USER=${ONOS_USER:-sdn} |
116 | export ONOS_GROUP=${ONOS_GROUP:-sdn} | 116 | export ONOS_GROUP=${ONOS_GROUP:-sdn} | ... | ... |
-
Please register or login to post a comment