commit | d71f43766fcea548ee0b3bc66718371205e4a654 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed Mar 04 10:25:19 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Mar 04 11:32:20 2020 -0700 |
tree | bf5bb3b997371590feca865fa532bbb4ccb647a3 | |
parent | f12ab7762baf71da0ed29e15bb8a746121e1120d [diff] [blame] |
Remove announcer pod if present Change-Id: I677a4e13b5de907a0bf6e964ccedbd56ff811204
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index f428b3c..23b01c9 100644 --- a/jjb/pipeline/voltha-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -137,6 +137,9 @@ sleep 60 # Wait for log-collector and log-combine to complete + # Clean up "announcer" pod used by the tests if present + kubectl delete pod announcer || true + ## Pull out errors from log files extract_errors_go() { echo