tempest/tempest/api/object_storage
Ken'ichi Ohmichi 80369a96a2 Add a rule for blocking "-" from rand_name call
data_utils.rand_name() appends randam charactors with a hypen like:

 def rand_name(name=''):
     randbits = str(random.randint(1, 0x7fffffff))
     if name:
         return name + '-' + randbits

So it is not necessary to specify a hypen in caller side.
This patch adds a hacking rule for blocking "-" at the end of argument
of rand_name() calls.

Change-Id: I9b9f25dbe5a3ef5ac5900113bcc46e0d911becc9
2015-06-18 00:41:22 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Extend credentials to support roles 2015-05-13 18:21:31 +01:00
test_account_bulk.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_account_quotas.py Extend credentials to support roles 2015-05-13 18:21:31 +01:00
test_account_quotas_negative.py Merge "Extend credentials to support roles" 2015-05-21 07:11:03 +00:00
test_account_services.py Merge "Extend credentials to support roles" 2015-05-21 07:11:03 +00:00
test_account_services_negative.py Extend credentials to support roles 2015-05-13 18:21:31 +01:00
test_container_acl.py Merge "Extend credentials to support roles" 2015-05-21 07:11:03 +00:00
test_container_acl_negative.py Merge "Extend credentials to support roles" 2015-05-21 07:11:03 +00:00
test_container_quotas.py Remove migrated utils code 2015-03-06 19:16:10 -05:00
test_container_services.py Trim object storage smoke tests to a small set 2015-05-01 17:21:25 -04:00
test_container_staticweb.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_container_sync.py Extend credentials to support roles 2015-05-13 18:21:31 +01:00
test_container_sync_middleware.py Add UUIDs to all tempest tests and gate check 2015-02-26 16:05:16 -08:00
test_crossdomain.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_healthcheck.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_object_expiry.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_object_formpost.py Merge "remove gate tag (part 1)" 2015-04-28 18:45:21 +00:00
test_object_formpost_negative.py Merge "remove gate tag (part 2)" 2015-04-28 21:29:25 +00:00
test_object_services.py Add a rule for blocking "-" from rand_name call 2015-06-18 00:41:22 +00:00
test_object_slo.py Fix condition of Swift SLO API tests run 2015-06-02 07:43:21 +00:00
test_object_temp_url.py Merge "remove gate tag (part 1)" 2015-04-28 18:45:21 +00:00
test_object_temp_url_negative.py Merge "remove gate tag (part 2)" 2015-04-28 21:29:25 +00:00
test_object_version.py Trim object storage smoke tests to a small set 2015-05-01 17:21:25 -04:00