diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-23 00:57:36 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-23 00:59:46 +0100 |
commit | 43ad2cfc1a4861a7020ffa6537fa693309ec164e (patch) | |
tree | 485b226fd4b4b02141dbd055869cfbea00fcedb6 /functest/ci | |
parent | 03208634b25e61faebaa34e932e282a8f26c0ea4 (diff) |
WIP: Cirros TestVM: Allow config of username/password
With the recent changes in Cirros image default password, we
need to support configuring these credentials.
JIRA: ARMBAND-218
Change-Id: I5962ec2aeee4ffecefdd8b7e70bdb7ed88457553
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/config_functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 3bad1b8f..7b3d61eb 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -45,6 +45,8 @@ general: image_name: Cirros-0.3.4 image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 + image_username: cirros + image_password: cubswin:) flavor_name: opnfv_flavor flavor_ram: 512 |