commit | 554d42ad9942d9741013909f4460a26078dd86bc | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Jul 06 10:15:30 2017 -0700 |
committer | Jon Hall <jhall@onlab.us> | Thu Jul 06 17:17:37 2017 +0000 |
tree | 63bfedc491e1309d028e01f1a94afb5475b54dd4 | |
parent | 752dd7bce5dce09ef12f67dc634d03f73bfce3ef [diff] |
Add Timeout to stc commands in Jenkinsfile for SCPF tests Change-Id: I968a18d30c274cc02b35fbb665a6fa5b46875a0a
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