aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-14 11:55:58 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-15 10:43:44 +0200
commitcf052c809b027d6167c93399715bcd330cc0782c (patch)
tree2a84accaab239be0685e2a7dff9eb991edd9ffe4 /functest/opnfv_tests
parentd0ce372aeae75c099ade1b742b2bbd826ddb0380 (diff)
Add punctuations in password generator
It adds a subset of string.punctuation to conform with a few password rules (see ONAP Openlab). Change-Id: I7751031bcb9b908d4162d70f8acaa4bdc87e3c79 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests')
-rw-r--r--functest/opnfv_tests/openstack/shaker/shaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/shaker/shaker.py b/functest/opnfv_tests/openstack/shaker/shaker.py
index fd31ea689..03aeccafc 100644
--- a/functest/opnfv_tests/openstack/shaker/shaker.py
+++ b/functest/opnfv_tests/openstack/shaker/shaker.py
@@ -100,7 +100,7 @@ class Shaker(singlevm.SingleVm2):
'unset OS_TENANT_NAME && '
'unset OS_TENANT_ID && '
'unset OS_ENDPOINT_TYPE && '
- 'export OS_PASSWORD={} && '
+ 'export OS_PASSWORD="{}" && '
'{}'
'env && '
'timeout {} shaker --image-name {} --flavor-name {} '