Revert "temporarily disable the live yang scenario"

This reverts commit 65179d7f2b5e60e57fb28e45fbd8038a102cc670.

Change-Id: Id7be6344848898d7938f827dcc87007a6a1fbe5f
diff --git a/tools/test/scenarios/smoke.xml b/tools/test/scenarios/smoke.xml
index cfe3ce9..c08e8a4 100644
--- a/tools/test/scenarios/smoke.xml
+++ b/tools/test/scenarios/smoke.xml
@@ -21,9 +21,8 @@
     <import file="${ONOS_SCENARIOS}/dist-test.xml"/>
     <import file="${ONOS_SCENARIOS}/smoke-internal.xml"/>
     <import file="${ONOS_SCENARIOS}/yang-smoke.xml"/>
-    <!--
     <import file="${ONOS_SCENARIOS}/yang-live-compile.xml"/>
-    -->
+
     <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
     <dependency name="Net-Smoke" requires="Setup"/>
     <dependency name="Maps-Cli" requires="Setup"/>
@@ -32,12 +31,8 @@
     <dependency name="Netcfg" requires="Setup"/>
     <dependency name="Distributed-Primitives" requires="Setup"/>
     <dependency name="YANG-Smoke" requires="Setup,~Distributed-Primitives"/>
-
-    <!--  FIXME: Re-enable this scenario when problems locating features.xml file are resolved -->
-    <!--
     <dependency name="YANG-Live-Compile" requires="Setup,~YANG-Smoke"/>
-    -->
 
     <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
-    <dependency name="Wrapup" requires="~Setup,~Net-Smoke,~Drivers-Test,~Meta-App,~Netcfg,~YANG-Smoke"/>
+    <dependency name="Wrapup" requires="~Setup,~Net-Smoke,~Drivers-Test,~Meta-App,~Netcfg,~YANG-Smoke,~YANG-Live-Compile"/>
 </scenario>