Add SRRouting for sdfabric-ci1 POD

Change-Id: I10554d6d530e1fb567c4eadbce638caf8f4718c5
diff --git a/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.params.hudson b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.params.hudson
new file mode 100644
index 0000000..946ca43
--- /dev/null
+++ b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.params.hudson
@@ -0,0 +1,123 @@
+<PARAMS>
+    <!-- Ignore case 104 for now since it requires additional settings to access the Internet. -->
+    <testcases>1,3,4,6,7,9,101,701</testcases>
+
+    <GRAPH>
+        <nodeCluster>ci1-sdfabric</nodeCluster>
+        <builds>20</builds>
+        <jobName>SRRouting-tofino</jobName>
+        <branch>master</branch>
+    </GRAPH>
+
+    <SCALE>
+        <size>3</size>
+        <max>3</max>
+    </SCALE>
+
+    <DEPENDENCY>
+        <useCommonConf>False</useCommonConf>
+        <useCommonTopo>True</useCommonTopo>
+        <useBmv2>True</useBmv2>
+        <bmv2SwitchType>stratum</bmv2SwitchType>
+        <switchPrefix></switchPrefix>
+        <stratumRoot>~/stratum</stratumRoot>
+        <confName>hudson</confName>
+        <topology>trellis_fabric.py</topology>
+        <lib>routinglib.py,trellislib.py,stratum.py</lib>
+    </DEPENDENCY>
+
+    <jsonFileSuffix>.hudson</jsonFileSuffix>
+
+    <persistent_setup>True</persistent_setup>
+
+    <kubernetes>
+        <appName>onos-classic</appName>
+        <namespace>tost</namespace>
+    </kubernetes>
+    <use_stern>True</use_stern>
+
+    <ENV>
+        <cellName>productionCell</cellName>
+        <cellApps>drivers,fpm,lldpprovider,hostprovider,netcfghostprovider,drivers.bmv2,pipelines.fabric,org.stratumproject.fabric-tna,drivers.barefoot,segmentrouting,t3</cellApps>
+    </ENV>
+
+    <EXTERNAL_APPS>
+    </EXTERNAL_APPS>
+
+    <ONOS_Configuration>
+        <org.onosproject.grpc.ctl.GrpcChannelControllerImpl>
+            <enableMessageLog>true</enableMessageLog>
+        </org.onosproject.grpc.ctl.GrpcChannelControllerImpl>
+    </ONOS_Configuration>
+
+    <ONOS_Logging>
+        <org.onosproject.events>TRACE</org.onosproject.events>
+        <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
+        <org.onosproject.routeservice.impl>DEBUG</org.onosproject.routeservice.impl>
+        <org.onosproject.routeservice.store>DEBUG</org.onosproject.routeservice.store>
+        <org.onosproject.routing.fpm>DEBUG</org.onosproject.routing.fpm>
+        <org.onosproject.fpm>DEBUG</org.onosproject.fpm>
+    </ONOS_Logging>
+    <ONOS_Logging_Reset>
+        <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
+    </ONOS_Logging_Reset>
+
+    <GIT>
+        <pull>False</pull>
+        <branch>master</branch>
+    </GIT>
+
+    <CTRL>
+        <port>6653</port>
+    </CTRL>
+
+    <timers>
+        <LinkDiscovery>30</LinkDiscovery>
+        <SwitchDiscovery>45</SwitchDiscovery>
+        <TrafficDiscovery>10</TrafficDiscovery>
+        <OnosDiscovery>45</OnosDiscovery>
+        <loadNetcfgSleep>5</loadNetcfgSleep>
+        <startMininetSleep>25</startMininetSleep>
+        <dhcpSleep>15</dhcpSleep>
+        <balanceMasterSleep>10</balanceMasterSleep>
+    </timers>
+
+    <SLEEP>
+        <startup>10</startup>
+    </SLEEP>
+
+    <TOPO>
+        <internalIpv4Hosts>h1,h2,h3</internalIpv4Hosts>
+        <switchNum>2</switchNum>
+        <linkNum>2</linkNum>
+    </TOPO>
+    <CASE101Links>
+        <Stage1>
+            <leaf1>100</leaf1>
+        </Stage1>
+        <Stage2>
+            <leaf1>101</leaf1>
+        </Stage2>
+        <Stage3>
+            <expect>False</expect>
+            <leaf2>100,101,102,103,16</leaf2>
+            <leaf1>100,101,102,103,16</leaf1>
+        </Stage3>
+    </CASE101Links>
+    <CASE104Links>
+        <Stage1>
+            <leaf1>100</leaf1>
+        </Stage1>
+        <Stage2>
+            <leaf1>101</leaf1>
+        </Stage2>
+        <Stage3>
+            <expect>False</expect>
+            <leaf2>100,101,102,103,16</leaf2>
+            <leaf1>100,101,102,103,16</leaf1>
+        </Stage3>
+    </CASE104Links>
+    <ALARM>
+        <minPassPercent>100</minPassPercent>
+    </ALARM>
+</PARAMS>