diff options
author | Juan Vidal <juan.vidal.allende@ericsson.com> | 2017-01-25 16:10:36 +0100 |
---|---|---|
committer | Juan Vidal <juan.vidal.allende@ericsson.com> | 2017-02-07 12:57:10 +0100 |
commit | 23605d85640d3f68beb85d53ec20be6ac861b14d (patch) | |
tree | 6bc691c42be0c379b721c3168177fb69df2c6d39 | |
parent | b271d9361b4f534113f59c17dd28b088c121189c (diff) |
Modify name and filename for VM image to use a sparse and compressed one
Change-Id: I83bc0ed150e1e793e0e55d6bd787b13370c7a540
Signed-off-by: Juan Vidal <juan.vidal.allende@ericsson.com>
-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: |