summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-05-26 11:21:13 -0500
committerJason Kölker <jason@koelker.net>2011-05-26 11:21:13 -0500
commit87c702f9560165d78bd66a45eecc4ae49443229d (patch)
tree46a973b49c044fcbef699b872a3375537d05769b
parent94db3e261614bdc790090252d78490a58b127aff (diff)
instances don't need a mac_address to be created anymore
-rw-r--r--nova/tests/test_volume.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_volume.py b/nova/tests/test_volume.py
index 236d12434..a0033b340 100644
--- a/nova/tests/test_volume.py
+++ b/nova/tests/test_volume.py
@@ -107,7 +107,6 @@ class VolumeTestCase(test.TestCase):
inst['user_id'] = 'fake'
inst['project_id'] = 'fake'
inst['instance_type_id'] = '2' # m1.tiny
- inst['mac_address'] = utils.generate_mac()
inst['ami_launch_index'] = 0
instance_id = db.instance_create(self.context, inst)['id']
mountpoint = "/dev/sdf"