On Tue, Jul 23, 2013 at 3:47 PM, Helga Velroyen <hel...@google.com> wrote:
> Interdiff:
> diff --git a/test/py/ganeti.constants_unittest.py
> b/test/py/ganeti.constants_unittest.py
> index 75a4292..3139d7d 100755
> --- a/test/py/ganeti.constants_unittest.py
> +++ b/test/py/ganeti.constants_unittest.py
> @@ -165,7 +165,7 @@ class TestDiskTemplateConstants(unittest.TestCase):
>    def testMapToStorageTypes(self):
>      for disk_template in constants.DISK_TEMPLATES:
>        self.assertTrue(
> -          constants.MAP_DISK_TEMPLATE_STORAGE_TYPE[disk_template] != None)
> +          constants.MAP_DISK_TEMPLATE_STORAGE_TYPE[disk_template] is not
> None)
>

LGTM

Thanks,

Guido

Reply via email to