diff options
author | Manuel Buil <mbuil@suse.com> | 2017-10-12 18:46:14 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-10-12 17:05:00 +0000 |
commit | b4d2cde30b7854ed239ac9836748781ce5f3e552 (patch) | |
tree | fdfaba8da75f5cf44eda8ad1d958c15a883b7614 | |
parent | 062e1449d1dca89a1771dabc42d7fff44232a657 (diff) |
Move to sfc_nsh_euphrates image
To create the four SFs we will use the sfc_nsh_euphrates image. This image is
like the sfc_nsh_danube but modifying the vxlan_tool which now has the
important fix:
https://git.opendaylight.org/gerrit/#/c/64116/
Change-Id: I396b5523b7243472b6d05b62d831837938067422
Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r-- | sfc/tests/functest/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index 8c4f9775..4a4a806e 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -5,8 +5,8 @@ defaults: ram_size_in_mb: 1500 disk_size_in_gb: 10 vcpu_count: 1 - image_name: sfc_nsh_danube - image_file_name: sfc_nsh_danube.qcow2 + image_name: sfc_nsh_euphrates + image_file_name: sfc_nsh_euphrates.qcow2 installer: fuel: user: root |