commit | d1baa9ebb468b25cd22c9f290b4848508dcf3785 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Mar 08 09:46:09 2016 -0800 |
committer | Jon Hall <jhall@onlab.us> | Tue Mar 08 09:46:09 2016 -0800 |
tree | efe716af9068eddc00285af15f603076e6626585 | |
parent | a1655c3f67cb69da74be2b7ccab0776abf658853 [diff] [blame] |
Cleanup for demo Change-Id: Iaff367aff0cbdf3fb605ad5003612c4bcc35f6b6
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py index ba2b37c..b64f151 100644 --- a/TestON/drivers/common/cli/onosclidriver.py +++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -4162,6 +4162,7 @@ handle = self.sendline( cmdStr ) assert "Command not found:" not in handle, handle assert "Error:" not in handle, handle + assert "Exception" not in handle, handle if not handle: main.log.error( self.name + ": There is no output in " + "summary command" )