diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-06-23 07:32:36 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-06-23 07:34:30 +0000 |
commit | c29c91f57284a58cfc94d2e5f74514990ba21890 (patch) | |
tree | 62ab6277609b92e035ea02ef9f3b1aa60385d672 | |
parent | 1cc4cf8dc2a47a58d19e5d0e3e2525b94be0f6cd (diff) |
Enable vping offline
Images used are changed to leverage local file.
Change-Id: I42a89c8c33054a23e226d22358fe268770986a76
Signed-off-by: Linda Wang <wangwulin@huawei.com>
-rw-r--r-- | functest/ci/config_functest.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 60270b6c..623092a5 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -62,9 +62,9 @@ general: snaps: use_keystone: True use_floating_ips: True -# images: -# cirros: -# disk_url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + images: + cirros: + disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img # ARM # disk_url: http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-disk.img # kernel_url: http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-kernel |