commit | 3a58ba31bbf326f543f42867b27b1ce7bc7b3a47 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Sep 20 16:31:40 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri Sep 20 16:36:01 2019 -0700 |
tree | 7a15f6ea87429f38bf0b0a3fd75f70c1768d9803 | |
parent | f96864e293b7dcf60c00d06540786583da573d36 [diff] [blame] |
Clean up after VOLTHA e2e test Change-Id: I100a9aef80f75e6be0b9a20e70eacc377c730805
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy index 08555bc..2cd9340 100644 --- a/jjb/pipeline/voltha-bbsim-tests.groovy +++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -161,7 +161,7 @@ fi done ## clean up node - ./voltha down + WAIT_ON_DOWN=y ./voltha down cd $WORKSPACE/ rm -rf kind-voltha/ voltha-system-tests/ || true '''