commit | a1a6803a96dc52daf644d8e303abb1274c16b735 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Mon Sep 05 22:26:02 2016 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Mon Sep 05 22:26:59 2016 -0700 |
tree | aad4c78cf816167ca3074d37556da3486df81ce9 | |
parent | 1aaa3b11f6b2dbf854867603d124259b5d417eb5 [diff] |
delete ~/cord-apps on sequential runs Change-Id: I5affb2004cf582b3d5d4176c4fa4002aa7b23907
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh index 3f24801..d444a93 100755 --- a/scripts/single-node-pod.sh +++ b/scripts/single-node-pod.sh
@@ -17,6 +17,8 @@ rm -rf ~/.juju rm -f ~/.ssh/known_hosts rm -rf ~/platform-install + rm -rf ~/cord-apps + rm -rf ~/.ansible_async echo "Cleaning up libvirt/dnsmasq" sudo rm -f /var/lib/libvirt/dnsmasq/xos-mgmtbr.leases