change onos source code vm
Change-Id: I60009ac3d6afa25e6c5007d64a7eac68b0b1ea7a
diff --git a/TestON/tests/SDNIPperf/SDNIPperf.py b/TestON/tests/SDNIPperf/SDNIPperf.py
index cd41ea6..5e1184f 100644
--- a/TestON/tests/SDNIPperf/SDNIPperf.py
+++ b/TestON/tests/SDNIPperf/SDNIPperf.py
@@ -40,7 +40,7 @@
#Need to push some new code to ONOS before using the git pull
#gitPullResult = main.ONOSbench.gitPull()
- main.step( "Using mvn clean & install" )
+ main.step( "Using mvn clean install" )
if gitPullResult == main.TRUE:
cleanInstallResult = main.ONOSbench.cleanInstall()
else:
@@ -116,7 +116,7 @@
main.step("Sleep 1200 seconds")
# wait until SDN-IP receives all routes and ONOS installs all intents
- time.sleep( float(main.params[ 'timers' ][ 'SystemBoot' ]) )
+ time.sleep( int(main.params[ 'timers' ][ 'SystemBoot' ]) )
main.step( "Checking routes installed" )
diff --git a/TestON/tests/SDNIPperf/SDNIPperf.topo b/TestON/tests/SDNIPperf/SDNIPperf.topo
index 50629d1..9932966 100644
--- a/TestON/tests/SDNIPperf/SDNIPperf.topo
+++ b/TestON/tests/SDNIPperf/SDNIPperf.topo
@@ -2,7 +2,7 @@
<COMPONENT>
<ONOSbench>
- <host>10.128.4.60</host>
+ <host>10.128.4.53</host>
<user>admin</user>
<password></password>
<type>OnosDriver</type>
@@ -11,7 +11,7 @@
</ONOSbench>
<ONOScli>
- <host>10.128.4.60</host>
+ <host>10.128.4.53</host>
<user>admin</user>
<password></password>
<type>OnosCliDriver</type>