diff options
author | Manuel Buil <mbuil@suse.com> | 2017-02-08 09:40:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-08 09:40:10 +0000 |
commit | 3b90521df996639d44519897823967271306e9de (patch) | |
tree | a81fca281df7b190d5d836edc57d7fd8e1e2b1dd | |
parent | 16e66d31e3a62ef8f13de78dd7e84b417d14dd98 (diff) | |
parent | 23605d85640d3f68beb85d53ec20be6ac861b14d (diff) |
Merge "Modify name and filename for VM image to use a sparse and compressed one"
-rw-r--r-- | sfc/tests/functest/config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index c198d957..512660a7 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -4,14 +4,14 @@ defaults: ram_size_in_mb: 1500 disk_size_in_gb: 10 vcpu_count: 1 - image_name: sf_nsh_colorado - image_file_name: sf_nsh_colorado.qcow2 + image_name: sfc_cloud + image_file_name: sfc_cloud.qcow2 fuel_master_ip: 10.20.0.2 fuel_master_uname: root fuel_master_passwd: r00tme fuel_environment: # Change this to the id of the desired fuel env (1, 2, 3...) image_format: qcow2 - url: "http://artifacts.opnfv.org/sfc/demo" + url: "http://artifacts.opnfv.org/sfc/random" vnfd-dir: "vnfd-templates" testcases: |