summaryrefslogtreecommitdiff
path: root/tempest/api/compute/security_groups/test_security_groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/compute/security_groups/test_security_groups.py')
-rw-r--r--tempest/api/compute/security_groups/test_security_groups.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/api/compute/security_groups/test_security_groups.py b/tempest/api/compute/security_groups/test_security_groups.py
index 71ee16a32..16e7acfee 100644
--- a/tempest/api/compute/security_groups/test_security_groups.py
+++ b/tempest/api/compute/security_groups/test_security_groups.py
@@ -137,8 +137,8 @@ class SecurityGroupsTestJSON(base.BaseSecurityGroupsTest):
self.assertIn('id', securitygroup)
securitygroup_id = securitygroup['id']
# Update the name and description
- s_new_name = data_utils.rand_name('sg-hth-')
- s_new_des = data_utils.rand_name('description-hth-')
+ s_new_name = data_utils.rand_name('sg-hth')
+ s_new_des = data_utils.rand_name('description-hth')
self.client.update_security_group(securitygroup_id,
name=s_new_name,
description=s_new_des)