Fixed onos-config to include onos-incubator as a boot feature.

Change-Id: Id4f71574ba5b9c2a80178cef0a935630215ca278
diff --git a/tools/test/bin/onos-config b/tools/test/bin/onos-config
index 1173171..1a80e92 100755
--- a/tools/test/bin/onos-config
+++ b/tools/test/bin/onos-config
@@ -9,7 +9,7 @@
 remote=$ONOS_USER@${1:-$OCI}
 
 # ONOS boot features
-export ONOS_BOOT_FEATURES="${ONOS_BOOT_FEATURES:-webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-gui}"
+export ONOS_BOOT_FEATURES="${ONOS_BOOT_FEATURES:-webconsole,onos-api,onos-core,onos-incubator,onos-cli,onos-rest,onos-gui}"
 
 # ONOS builtin apps and providers ignited by default
 export ONOS_APPS="${ONOS_APPS:-drivers,openflow}"