commit | 197fd465a217c4942c13f119562bec90d666ce70 | [log] [tgz] |
---|---|---|
author | You Wang <you@onlab.us> | Thu Jul 06 17:25:15 2017 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jul 06 17:25:15 2017 +0000 |
tree | eef55696af7facd66f158274cef86aba548966a3 | |
parent | 554d42ad9942d9741013909f4460a26078dd86bc [diff] | |
parent | 2df68a1fa1916bd320f9cdcdda00a0126d412155 [diff] |
Merge "[ONOS-6719] TestON won't run if the test cases parameter begins with a bracket"
diff --git a/TestON/tests/SCPF/Jenkinsfile b/TestON/tests/SCPF/Jenkinsfile index d52afd6..585bf93 100644 --- a/TestON/tests/SCPF/Jenkinsfile +++ b/TestON/tests/SCPF/Jenkinsfile
@@ -126,7 +126,9 @@ cd ~ export PATH=$PATH:onos/tools/test/bin - stc teardown + timeout 240 stc shutdown + timeout 240 stc teardown + timeout 240 stc shutdown cd ~/OnosSystemTest/TestON/bin git log |head