commit | 364f37a9fc7c022e6f1f999a03ac02665c496563 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Thu Apr 17 10:29:35 2014 -0700 |
committer | admin <jlee@onlab.us> | Thu Apr 17 10:30:28 2014 -0700 |
tree | 40a38552d74eec070370c305dfb9a26af90c1a72 | |
parent | 76f2c4608e607165b43dfb178f9e34a6408fa801 [diff] |
Add print_version to the sanity test
diff --git a/TestON/tests/RCOnosSanity4nodesJ/RCOnosSanity4nodesJ.py b/TestON/tests/RCOnosSanity4nodesJ/RCOnosSanity4nodesJ.py index df7fcf5..f090d86 100644 --- a/TestON/tests/RCOnosSanity4nodesJ/RCOnosSanity4nodesJ.py +++ b/TestON/tests/RCOnosSanity4nodesJ/RCOnosSanity4nodesJ.py
@@ -33,6 +33,7 @@ main.ONOS2.git_compile() main.ONOS3.git_compile() main.ONOS4.git_compile() + main.ONOS1.print_version() # main.RamCloud1.git_pull() # main.RamCloud2.git_pull() # main.RamCloud3.git_pull()