summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-05-24 15:30:35 -0500
committerJason Kölker <jason@koelker.net>2011-05-24 15:30:35 -0500
commita75fc4caeff808d97c37b0215f1a594f99220b2c (patch)
tree333e382ba36c0e8b159402280f51081e8d1f2b0e
parent19754871dcce1e42f90aa5e38914780b7ce50faa (diff)
no use mac
-rw-r--r--nova/tests/test_scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_scheduler.py b/nova/tests/test_scheduler.py
index 51d987288..79541c548 100644
--- a/nova/tests/test_scheduler.py
+++ b/nova/tests/test_scheduler.py
@@ -264,7 +264,6 @@ class SimpleDriverTestCase(test.TestCase):
inst['user_id'] = self.user.id
inst['project_id'] = self.project.id
inst['instance_type_id'] = '1'
- inst['mac_address'] = utils.generate_mac()
inst['vcpus'] = kwargs.get('vcpus', 1)
inst['ami_launch_index'] = 0
inst['availability_zone'] = kwargs.get('availability_zone', None)