tempest/tempest/api/identity/admin/v3
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
test_credentials.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_default_project_id.py Merge "Drop auth and corresponding unit tests" 2015-05-01 21:11:15 +00:00
test_domains.py Add a rule for blocking "-" from rand_name call 2015-06-18 00:41:22 +00:00
test_domains_negative.py Add domains negative test 2015-05-22 00:02:56 +02:00
test_endpoints.py Check domain's enabled attribute strictly 2015-06-01 07:23:41 +00:00
test_endpoints_negative.py remove gate tag (part 2) 2015-04-27 09:13:25 -04:00
test_groups.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_list_projects.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_list_users.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_policies.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_projects.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_projects_negative.py remove gate tag (part 2) 2015-04-27 09:13:25 -04:00
test_regions.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_roles.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_services.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_tokens.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_trusts.py Add a rule for blocking "-" from rand_name call 2015-06-18 00:41:22 +00:00
test_users.py Check domain's enabled attribute strictly 2015-06-01 07:23:41 +00:00