diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-08-31 20:52:04 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2017-08-31 20:52:46 +0500 |
commit | 350f6be81a887838e02748d2ee66ebf27d4341f8 (patch) | |
tree | 53a91c05509001bcca16453a47908e8eeaec952a | |
parent | 4a607daea35b21b86d063a9f32a332396ce5681a (diff) |
Add support for OSA.
Change-Id: I16a5e4522dde96de8d06e6cfb1e3a429b4f171de
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
-rw-r--r-- | sfc/tests/functest/config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index b844880d..fdb94caf 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -15,6 +15,9 @@ defaults: apex: user: stack pkey_file: "/root/.ssh/id_rsa" + OSA: + user: root + pkey_file: "/root/.ssh/id_rsa" image_format: qcow2 url: "http://artifacts.opnfv.org/sfc/images" vnfd-dir: "vnfd-templates" |