]> git.apps.os.sepia.ceph.com Git - ceph.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:30:57 +0000 (10:30 -0500)
commit750c69b08c0c4d69deaf78e425f19b659a6bca8f
tree6805b234ad055e473586a1deeaaeba418135fa8a
parent1727d9b356a507dbf2b5a9ac9481835fb7f71579
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