Update PMastership test for ci1-sdfabric POD

Change-Id: I6fafcdb11f4cc1ab94a7d2245e1607fe1af14763
diff --git a/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.params b/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.params
index 2bad253..5dfcad9 100644
--- a/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.params
+++ b/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.params
@@ -2,7 +2,7 @@
     <testcases>1</testcases>
 
     <GRAPH>
-        <nodeCluster>pairedleaves</nodeCluster>
+        <nodeCluster>ci1-sdfabric</nodeCluster>
         <builds>20</builds>
         <jobName>PMastership</jobName>
     </GRAPH>
@@ -19,7 +19,7 @@
 
         <PMastership_dataplane_fail>
             <switch_to_kill>Leaf2</switch_to_kill> <!-- Component name of the switch to kill in CASE 5 -->
-            <k8s_switch_node>leaf2</k8s_switch_node>
+            <k8s_switch_node>sdfab-c1-leaf2</k8s_switch_node>
             <k8s_label>node-role.aetherproject.org</k8s_label>
             <k8s_label_value_test>switch-test</k8s_label_value_test>
             <k8s_label_value_normal>switch</k8s_label_value_normal>
diff --git a/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.topo b/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.topo
index 38b0af9..f4350f7 100644
--- a/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.topo
+++ b/TestON/tests/USECASE/SegmentRouting/PMastership/PMastership.topo
@@ -9,7 +9,7 @@
             <jump_host></jump_host>
             <home>~/onos</home>   # defines where onos home is on the build machine. Defaults to "~/onos/" if empty.
             <COMPONENTS>
-                <kubeConfig>~/.kube/dev-pairedleaves-tucson</kubeConfig>  # If set, will attempt to use this file for setting up port-forwarding
+                <kubeConfig>~/.kube/ci1-sdfabric</kubeConfig>  # If set, will attempt to use this file for setting up port-forwarding
                 <useDocker>True</useDocker>  # Whether to use docker for ONOS nodes
                 <docker_prompt>\$</docker_prompt>
                 <cluster_name></cluster_name>  # Used as a prefix for cluster components. Defaults to 'ONOS'
@@ -28,7 +28,7 @@
         </ONOScell>
 
         <Leaf2>
-            <host>10.76.28.71</host>
+            <host>10.70.10.95</host>
             <user>root</user>
             <password>onl</password>
             <type>StratumOSSwitchDriver</type>
@@ -44,7 +44,7 @@
 
         <!--  This component is not needed, but required to use the Testcaselib  -->
         <NetworkBench>
-            <host>10.76.28.66</host>
+            <host>localhost</host>
             <user>jenkins</user>
             <password></password>
             <type>NetworkDriver</type>