Merge "Allow VMs to access internet"
[yardstick.git] / yardstick / tests / unit / common / test_openstack_utils.py
index 8a2f5f9..4863f05 100644 (file)
@@ -54,7 +54,7 @@ class GetNetworkIdTestCase(unittest.TestCase):
 
         output = openstack_utils.get_network_id(mock_shade_client,
                                                 'network_name')
-        self.assertEqual(None, output)
+        self.assertIsNone(output)
 
 
 class DeleteNeutronNetTestCase(unittest.TestCase):