new sns test cases are using this for topic names, but the '.' is not
allowed there:
> api_params = {'Name': 'test-client.0-n3bdgre5el2jk8v-606'}
> botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the CreateTopic operation: Name must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
39a2af56d78dd1949434c36367d780cc5f91fe30)
client_with_id = daemon_type + '.' + client_id
conf = s3tests_conf[client]
conf.setdefault('fixtures', {})
- conf['fixtures'].setdefault('bucket prefix', 'test-' + client + '-{random}-')
+ conf['fixtures'].setdefault('bucket prefix', 'test-{random}-')
accounts = cconfig.get('accounts', {})
keystone_users = cconfig.get('keystone users', {})