|
@@ -97,7 +97,7 @@ class CloudSecurityServiceTestCase(ProviderTestBase):
|
|
|
|
|
|
|
|
@helpers.skipIfNoService(['security.vm_firewalls'])
|
|
@helpers.skipIfNoService(['security.vm_firewalls'])
|
|
|
def test_crud_vm_firewall_rules(self):
|
|
def test_crud_vm_firewall_rules(self):
|
|
|
- name = 'cb-crudfw_rules-{0}'.format(helpers.get_uuid())
|
|
|
|
|
|
|
+ name = 'cb-crudfw-rules-{0}'.format(helpers.get_uuid())
|
|
|
|
|
|
|
|
# Declare these variables and late binding will allow
|
|
# Declare these variables and late binding will allow
|
|
|
# the cleanup method access to the most current values
|
|
# the cleanup method access to the most current values
|