diff options
author | boucherv <valentin.boucher@orange.com> | 2017-07-12 18:18:37 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-07-13 14:28:53 +0200 |
commit | aa3f9d4677170b24b72c9c5c7c5987b5a4b64f0d (patch) | |
tree | cd36f232b7e37a44d29a90c7617b33ef4448e18e /functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | |
parent | 0323218afb7500bac979e46aafc9c33d614c99d5 (diff) |
Fix some issues in cloudify_ims
- Blocking ssh
- Timeout for SCP
- Debug in clearwater-ims-base
- Flavor with snaps
Change-Id: Ib11a4ebf20e698caccbb16920ae7d715f931fc58
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/cloudify_ims.yaml')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml index f1028ce7..743c6ddd 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml @@ -19,7 +19,7 @@ vnf: version: '122' requirements: flavor: - name: m1.medium + name: m1.small ram_min: 2048 inputs: image_id: 'ubuntu_14.04' |