From 40460e0dd7395a0a95b7ee52119a796cd3d500ab Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Wed, 11 Jan 2017 15:49:57 +0200 Subject: Get Fuel environment id from configuration JIRA: SFC-65 Get the id of the fuel environment from config.yaml instead of an environmental variable Change-Id: I39e61200986b407ae19cc9f7c1384c34c8410c8b Signed-off-by: George Paraskevopoulos --- sfc/tests/functest/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'sfc/tests') diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index 78cf42fb..9acca599 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -9,6 +9,7 @@ defaults: 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" vnfd-dir: "vnfd-templates" -- cgit 1.2.3-korg