diff options
author | Xuan Jia <jason.jiaxuan@gmail.com> | 2017-11-10 03:31:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-10 03:31:43 +0000 |
commit | c3b994bd12c09311cff459dbb18f64bf1d1eabab (patch) | |
tree | efd1d3290e49f6d07648b0a7ec0367fd09d1324f /ci | |
parent | 7272576f8f2b847f92d44c22282f660d2076ba00 (diff) | |
parent | d8f85fabb2be5fea3630821bc8a9f186781ce2b9 (diff) |
Merge "fix container4nfv jenkins job hung issue"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cleanup.sh b/ci/cleanup.sh index ee5c428..afe4ac0 100755 --- a/ci/cleanup.sh +++ b/ci/cleanup.sh @@ -17,7 +17,7 @@ set -x -VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage controlvm {} poweroff +VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete VBoxManage list hostonlyifs | grep "^Name:.*vboxnet" |\ sed "s/^Name:.*vboxnet/vboxnet/" | xargs -I {} VBoxManage hostonlyif remove {} |