diff options
Diffstat (limited to 'etc')
-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 |