tempest/tempest/api/messaging
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 Updates Tempest to match Zaqar's API name change 2014-09-23 00:00:04 -03:00
base.py Remove unused wrapper methods 2015-05-03 22:16:23 +00:00
test_claims.py Switch all uses of urlparse to import from six 2015-04-23 12:00:18 -04:00
test_messages.py Apply a naming rule of GET to messaging client 2015-04-13 00:07:06 +00:00
test_queues.py Add a rule for blocking "-" from rand_name call 2015-06-18 00:41:22 +00:00