diff options
author | Manuel Buil <mbuil@suse.com> | 2017-10-12 18:46:14 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-10-12 18:46:14 +0200 |
commit | 6b02bd155470f9cb56b79fb038def169dbd477b0 (patch) | |
tree | 549c1da53e1d360e07873b2a8bb577783fb4741e | |
parent | fd707b3d268129d02e726523517dae837b2f0556 (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 |