Simple app to test leadership election

Change-Id: I3a1803847463915c10cf36fde0d250dcf9c8c9b1
diff --git a/features/features.xml b/features/features.xml
index d959208..3458062 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -224,6 +224,12 @@
         <bundle>mvn:org.onosproject/onos-app-demo/@ONOS-VERSION</bundle>
     </feature>
 
+    <feature name="onos-app-election" version="1.0.0"
+             description="ONOS app leadership election test">
+        <feature>onos-api</feature>
+        <bundle>mvn:org.onosproject/onos-app-election/1.0.0-SNAPSHOT</bundle>
+    </feature>
+
 
 
 </features>