Merge "Auto Generated INFO.yaml file"
[joid.git] / ci / cleanvm.sh
index df069ba..0fa6b86 100755 (executable)
@@ -2,11 +2,9 @@
 
 set -x
 
-echo " Cleanup Started ..."
+source common/tools.sh
 
-#use the below commands if you needs to delete the virtual machine
-# also along with environment destroy.
-./clean.sh
+echo_info "Cleanup Started..."
 
 vm_list=$(sudo virsh list --all)
 
@@ -20,4 +18,4 @@ do
     sudo rm -f /var/lib/libvirt/images/${vm}.qcow2
 done
 
-echo " Cleanup Finished ..."
+echo_info "Cleanup Finished!"