Fixed Typo
diff --git a/TestON/tests/Ping2topoExample/Ping2topoExample.py b/TestON/tests/Ping2topoExample/Ping2topoExample.py
index cbf2cc0..23b7f99 100644
--- a/TestON/tests/Ping2topoExample/Ping2topoExample.py
+++ b/TestON/tests/Ping2topoExample/Ping2topoExample.py
@@ -97,12 +97,12 @@
main.cleanup()
main.exit()
- main.step( "Starting Mininet CLI..." )
+ main.step( "Starting Mininet Topology..." )
netIsUp = main.Mininet1.startNet()
if netIsUp:
- main.log.info("Mininet CLI is up")
+ main.log.info("Mininet topology is up")
else:
- main.log.info("Mininet CLI is down")
+ main.log.info("Mininet did not start")
def CASE2( self, main ):
"""
diff --git a/TestON/tests/PingallExample/PingallExample.topo b/TestON/tests/PingallExample/PingallExample.topo
index dba7a5d..957afc7 100644
--- a/TestON/tests/PingallExample/PingallExample.topo
+++ b/TestON/tests/PingallExample/PingallExample.topo
@@ -7,7 +7,10 @@
<password></password>
<type>OnosDriver</type>
<connect_order>1</connect_order>
- <COMPONENTS> </COMPONENTS>
+ <COMPONENTS>
+ #Specify which onos branch you want to run
+ <home></home>
+ </COMPONENTS>
</ONOSbench>
<ONOScli1>