STC scenarios to run stand alone trellis P4 and HAG scenarios

Change-Id: Ie2da939009d14936f5bd166f8898e8890e7d47fe
diff --git a/tools/test/scenarios/smoke-trellis-p4.xml b/tools/test/scenarios/smoke-trellis-p4.xml
new file mode 100644
index 0000000..fdef397
--- /dev/null
+++ b/tools/test/scenarios/smoke-trellis-p4.xml
@@ -0,0 +1,30 @@
+<!--
+  ~ Copyright 2015-present Open Networking Foundation
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+<scenario name="smoke-trellis-p4" description="ONOS Trellis P4 smoke test">
+
+    <import file="${ONOS_SCENARIOS}/prerequisites.xml"/>
+    <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/>
+    <import file="${ONOS_SCENARIOS}/setup.xml"/>
+
+    <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
+
+    <import file="${ONOS_SCENARIOS}/net-trellis-p4-smoke.xml"/>
+    <dependency name="Net-Trellis-P4-Setup" requires="Setup"/>
+
+    <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
+    <dependency name="Wrapup" requires="~Setup,~Net-Trellis-P4-Setup"/>
+
+</scenario>