Fix onos pod name for UP4 test

Change-Id: If60e0a81e0378e47e9e7a4013d71885731010314
diff --git a/TestON/drivers/common/cli/p4runtimeclidriver.py b/TestON/drivers/common/cli/p4runtimeclidriver.py
index 4de91be..abf9620 100644
--- a/TestON/drivers/common/cli/p4runtimeclidriver.py
+++ b/TestON/drivers/common/cli/p4runtimeclidriver.py
@@ -383,7 +383,7 @@
                 # clear buffer
                 if debug:
                     main.log.warn("%s expect loop iteration" % i)
-                self.handle.expect(self.p4rtShPrompt, timeout=5)
+                self.handle.expect(self.p4rtShPrompt, timeout=2)
                 response += self.cleanOutput(self.handle.before, debug)
             except pexpect.TIMEOUT:
                 return response
diff --git a/TestON/tests/USECASE/SegmentRouting/UP4/UP4.params b/TestON/tests/USECASE/SegmentRouting/UP4/UP4.params
index edef60b..0779df9 100644
--- a/TestON/tests/USECASE/SegmentRouting/UP4/UP4.params
+++ b/TestON/tests/USECASE/SegmentRouting/UP4/UP4.params
@@ -78,7 +78,7 @@
         <bess_host>Compute2</bess_host>
     </BESS_UPF>
 
-    <UP4_delete_pod>onos-tost-onos-classic-0</UP4_delete_pod>
+    <UP4_delete_pod>sdfabric-onos-classic-0</UP4_delete_pod>
 
     <TOPO>
         <switchNum>2</switchNum>