Переглянути джерело

Fix resource name in test_crud_vm_firewall_rules

Test stats after this CL
========================
Ran 58 tests in 4490.629s

FAILED (SKIP=1, errors=7, failures=18)
Ehsan Chiniforooshan 8 роки тому
батько
коміт
8511f16417
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      test/test_security_service.py

+ 1 - 1
test/test_security_service.py

@@ -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