diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-06-02 02:36:15 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-06-02 09:26:56 +0000 |
commit | a3c3d09f909bc15b56ee4b348c4241b6ed140a43 (patch) | |
tree | 4f816a5cc064e973e155c05cb24ab2e70386493f | |
parent | cce3644b0b0186676de974d32e02219e2ae5dc50 (diff) |
Make tempest user_password more complicated
For some SUTs, the password for creating user is required to contain
at least 8 characters and three types of characters for security.
Change-Id: Iea770397fc6781d24fbfd0798e2da6bd65293866
Signed-off-by: Linda Wang <wangwulin@huawei.com>
-rw-r--r-- | functest/ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 9b796071..96147819 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -130,7 +130,7 @@ tempest: tenant_name: tempest tenant_description: Tenant for Tempest test suite user_name: tempest - user_password: tempest + user_password: Tempest123! validation: ssh_timeout: 130 object_storage: |