diff options
| author | Ilya Alekseyev <ialekseev@griddynamics.com> | 2011-03-24 16:53:32 +0300 |
|---|---|---|
| committer | Ilya Alekseyev <ialekseev@griddynamics.com> | 2011-03-24 16:53:32 +0300 |
| commit | 4e5b511b422501167161c3bbe4dd755c0370c93f (patch) | |
| tree | 702417267da9848b39c0e9405a595bcf2dc52a98 /nova/tests | |
| parent | 5170e8b5dd96cf8c7bb91e84203cfaebb099af46 (diff) | |
couple of bugs fixed
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_virt.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py index 98bb11526..12f97383e 100644 --- a/nova/tests/test_virt.py +++ b/nova/tests/test_virt.py @@ -803,7 +803,8 @@ class NWFilterTestCase(test.TestCase): 'instance_id': instance_ref['id']}) def _ensure_all_called(): - instance_filter = 'nova-instance-%s' % instance_ref['name'] + instance_filter = 'nova-instance-%s-%s' % (instance_ref['name'], + '00A0C914C829') secgroup_filter = 'nova-secgroup-%s' % self.security_group['id'] for required in [secgroup_filter, 'allow-dhcp-server', 'no-arp-spoofing', 'no-ip-spoofing', |
