modify topo user/password to match production cluster
Change-Id: I747d5d0663f2da0c23121f7076364690aea28934
diff --git a/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.topo b/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.topo
index 0e3543e..b37a17a 100755
--- a/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.topo
+++ b/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.topo
@@ -3,19 +3,18 @@
<ONOSbench>
<host>localhost</host>
- <user>admin</user>
- <password>onos_test</password>
+ <user>sdn</user>
+ <password>rocks</password>
<type>OnosDriver</type>
<connect_order>1</connect_order>
<COMPONENTS>
- <home>~/Projects/onos</home>
</COMPONENTS>
</ONOSbench>
<ONOScli1>
- <host>localhost</host>
- <user>admin</user>
- <password>onos_test</password>
+ <host>OC1</host>
+ <user>sdn</user>
+ <password>rocks</password>
<type>OnosCliDriver</type>
<connect_order>2</connect_order>
<COMPONENTS>
@@ -24,8 +23,8 @@
<Mininet1>
<host>localhost</host>
- <user>admin</user>
- <password>onos_test</password>
+ <user>sdn</user>
+ <password>rocks</password>
<type>MininetCliDriver</type>
<connect_order>5</connect_order>
<COMPONENTS> </COMPONENTS>