Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / cbuildbot / cbuildbot_config_unittest.py
index b82b860..c46ba49 100755 (executable)
@@ -172,6 +172,8 @@ class CBuildBotTest(cros_test_lib.MoxTestCase):
   def testValidVMTestType(self):
     """Verify vm_tests has an expected value"""
     for build_name, config in cbuildbot_config.config.iteritems():
+      if config['vm_tests'] is None:
+        continue
       for test_type in config['vm_tests']:
         self.assertTrue(
           test_type in constants.VALID_VM_TEST_TYPES,