diff options
author | 2018-03-11 16:18:20 +0200 | |
---|---|---|
committer | 2018-03-11 16:18:38 +0200 | |
commit | e01f70617a2f22b71cfce912b72a1dbb77f3f969 (patch) | |
tree | 3970cadfaba013fbc0f27ec42006a1744abdc88f /etc/vnftest | |
parent | 976c2a916ea810effc34c5838b80b83bc9f8e6e0 (diff) |
add checkin+submit vlm steps to test case
Issue-ID: VNFSDK-195
Change-Id: I92dbf0c3abfbde2d6667588289c7a4ca2ccb4726
Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'etc/vnftest')
-rw-r--r-- | etc/vnftest/vnftest.yaml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/etc/vnftest/vnftest.yaml b/etc/vnftest/vnftest.yaml index b7d42c9..781540b 100644 --- a/etc/vnftest/vnftest.yaml +++ b/etc/vnftest/vnftest.yaml @@ -13,23 +13,21 @@ ############################################################################## dir: - config: "/a/b" -# conf: /etc/nvftest -# repos: /home/vnftest/repos/vnftest -# log: /tmp/vnftest + conf: /etc/nvftest + repos: /home/vnftest/repos/vnftest + log: /tmp/vnftest file: - out: "a/b" -# output_file: /tmp/vnftest.out -# html_file: /tmp/vnftest.htm -# reporting_file: /tmp/report.html + output_file: /tmp/vnftest.out + html_file: /tmp/vnftest.htm + reporting_file: /tmp/report.html component: - aai_ip: 10.247.159.158 + aai_ip: 10.247.43.140 aai_port: 30202 aai_ssl_port: 30233 - mso_ip: 10.247.159.144 - sdc_ip: 10.247.159.182 + mso_ip: 10.247.43.140 + sdc_ip: 10.247.43.140 sdc_port: 30205 sdc_catalog_port: 30206 sdc_designer_user: cs0008 |