Adds cleaning up the tmp netenv file produced by python lib 95/15295/1
authorTim Rozet <trozet@redhat.com>
Wed, 8 Jun 2016 14:23:25 +0000 (10:23 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 8 Jun 2016 14:23:25 +0000 (10:23 -0400)
Change-Id: Id9a5dd9a29b6fd70c06c1b053e1d390f5e9f6764
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/clean.sh

index b898fc9..b7f1058 100755 (executable)
@@ -66,4 +66,7 @@ sed -i '/virtual-power-key/d' /root/.ssh/authorized_keys
 # force storage cleanup
 virsh pool-refresh default
 
+# remove temporary files
+rm -f /tmp/network-environment.yaml
+
 echo "Cleanup Completed"