]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
misc: Check for 'None' string from yaml
authorSam Lang <sam.lang@inktank.com>
Wed, 17 Apr 2013 00:08:45 +0000 (19:08 -0500)
committerSam Lang <sam.lang@inktank.com>
Wed, 17 Apr 2013 15:36:42 +0000 (10:36 -0500)
commit3f78cb0d3af929dcd2bbb0783521778a04ae7858
treed6e79c7824c4e550fc10e65017e142f2a150fa41
parent438410a97a12402daa5b417d151d5c7152063f96
misc: Check for 'None' string from yaml

The description attribute from the machines yaml returned by the
locker might be the string 'None'.  Need to explicitly check for
that to avoid using a test dir of /tmp/cephtest/None.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/misc.py