commit | cce11ca2da2b1d5a8afb3f627bdb7fefe32376e1 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Thu Oct 16 11:52:29 2014 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Thu Oct 16 11:52:29 2014 -0700 |
tree | 1388561fdc878450eec3d5e3d4182975dad2b70e | |
parent | 97839bb7e52ed30617680de974e55031f6cadda9 [diff] [blame] |
Fixing some cell definitions and features.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index c7f57a7..ea4438a 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -68,6 +68,7 @@ echo "No such cell: $1" >&2 && return 1 unset ONOS_CELL ONOS_NIC ONOS_FEATURES unset OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN OCI + export ONOS_CELL=$1 . $ONOS_ROOT/tools/test/cells/$1 cell else