~sylvain-pineau/checkbox/show_reports

« back to all changes in this revision

Viewing changes to jobs/miscellanea.txt.in

  • Committer: Daniel Manrique
  • Date: 2012-02-15 20:39:37 UTC
  • mfrom: (1250.1.3 add-virt-test)
  • Revision ID: daniel.manrique@canonical.com-20120215203937-eun2qh0i02l07kmz
Merged virtualization-check branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
command: if [ -d /var/crash ]; then if [ $(find /var/crash -type f | grep -v .lock | wc -l) -eq 0 ]; then echo "/var/crash is empty"; else echo `ls /var/crash`; false; fi; else echo "/var/crash does not exist"; fi
45
45
_description: 
46
46
 Test that the /var/crash directory doesn't contain anything. Lists the files contained within if it does, or echoes the status of the directory (doesn't exist/is empty)
 
47
 
 
48
plugin: shell
 
49
name: miscellanea/virtualization-check
 
50
requires: cpuinfo.platform in ("i386", "x86_64")
 
51
user: root
 
52
command: virt-check
 
53
_description:
 
54
 Test to check that virtualization is supported and the test system has at least a minimal amount of RAM to function as an OpenStack Compute Node