~oddbloke/+junk/shared-tests

« back to all changes in this revision

Viewing changes to global/collect_metadata.sh

  • Committer: Ben Howard
  • Date: 2013-05-17 23:16:57 UTC
  • Revision ID: ben.howard@canonical.com-20130517231657-edb8b3v0o4mnfvrr
Remove failure mode for 12.10 and later; removed ap-northeast-1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
files="`sudo find /var/lib/cloud -type f` 
23
23
/var/log/cloud-init.log
24
 
/var/log/cloud-init-output.log
25
24
/var/log/syslog
26
25
/proc/mounts:proc-mounts
27
26
/proc/partitions:proc-partitions
30
29
/etc/fstab:etc-fstab
31
30
"
32
31
 
33
 
sleep 30
34
 
find /var/log
 
32
find /var/log | grep cloud
35
33
 
36
34
 
37
35
id=$(id -u)