commit | fdeda92107076b18e73d022ced07e2a22a6db3be | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon May 16 11:37:00 2016 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon May 16 11:37:00 2016 -0700 |
tree | d6ec87898b90f3398fb865f0749dd50e478a911c | |
parent | c0f5045e63f64d0d89ff1530c6f1ef24a92645e7 [diff] |
Clearing cell environment before borrowing and after returning cell. Change-Id: Ia8da10406a25e9687cef5d7f8e31e9ceb11d8af9
diff --git a/utils/warden/bin/cell-def b/utils/warden/bin/cell-def index badad59..b923707 100755 --- a/utils/warden/bin/cell-def +++ b/utils/warden/bin/cell-def
@@ -15,3 +15,5 @@ echo "export ONOS_USER=sdn" echo "export ONOS_USE_SSH=true" echo "export ONOS_APPS=${apps}" +echo "export ONOS_WEB_USER=onos" +echo "export ONOS_WEB_PASS=rocks"