diff options
author | Manuel Buil <mbuil@suse.com> | 2017-10-13 13:14:37 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-10-13 11:16:02 +0000 |
commit | 93021a983853d260d8e48ba6279c7c45bfe3fe0a (patch) | |
tree | 607a0dc1a79bd44180b5594cd54510527c434a8d | |
parent | b4d2cde30b7854ed239ac9836748781ce5f3e552 (diff) |
Modify the vnfd to use the new image
We moved to a new image for SFs but we have not moved the name of the image
in the vnfd
Change-Id: I8f658e1dfcf0de3117845f615eddb8fd5b1e11af
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 files changed, 5 insertions, 5 deletions
diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml index cc5fed6f..4042222c 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml @@ -18,7 +18,7 @@ topology_template: mem_size: 2 GB disk_size: 10 GB properties: - image: sfc_nsh_danube + image: sfc_nsh_euphrates availability_zone: {get_input: zone} mgmt_driver: noop config: | diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml index 9c2ffee1..42308c6c 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml @@ -18,7 +18,7 @@ topology_template: mem_size: 2 GB disk_size: 10 GB properties: - image: sfc_nsh_danube + image: sfc_nsh_euphrates availability_zone: {get_input: zone} mgmt_driver: noop config: | diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml index cc5fed6f..4042222c 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -18,7 +18,7 @@ topology_template: mem_size: 2 GB disk_size: 10 GB properties: - image: sfc_nsh_danube + image: sfc_nsh_euphrates availability_zone: {get_input: zone} mgmt_driver: noop config: | diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml index f8150f25..ac4f223d 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml @@ -18,7 +18,7 @@ topology_template: mem_size: 2 GB disk_size: 10 GB properties: - image: sfc_nsh_danube + image: sfc_nsh_euphrates availability_zone: {get_input: zone} mgmt_driver: noop config: | diff --git a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml index 26491b5e..1f4c11f6 100644 --- a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml @@ -18,7 +18,7 @@ topology_template: mem_size: 2 GB disk_size: 10 GB properties: - image: sfc_nsh_danube + image: sfc_nsh_euphrates availability_zone: {get_input: zone} mgmt_driver: noop service_type: firewall |