commit | e2b48e4335802f667b20a8e0a907f1a5999d67c5 | [log] [tgz] |
---|---|---|
author | Chiyu Cheng <chiyu@onlab.us> | Thu Nov 17 18:11:36 2016 -0800 |
committer | You Wang <you@onlab.us> | Thu Dec 22 23:49:41 2016 +0000 |
tree | 617c0298df99be352407712364364c6e3aa7b9e1 | |
parent | 4e3abb8daac77a965c53985ee06d5b73a2314c36 [diff] [blame] |
:[WIP]add new variable to record the first installed time and improve intentReroute Test Change-Id: I61c505c154b93bb2b0b20bc7aefcc43f06431006 (cherry picked from commit ec63bdef551ebcfc0b525c5352f4746fae272a01)
diff --git a/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py b/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py index 41a2fc4..78d0d37 100644 --- a/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py +++ b/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py
@@ -15,7 +15,7 @@ searchTerm: the key term of timestamp ''' - lines = main.CLIs[ index ].logSearch( searchTerm, mode='last' ) + lines = main.CLIs[ index ].logSearch( mode='last', searchTerm=searchTerm ) try: assert lines != None logString = lines[ len ( lines ) - 1 ]