diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-26 17:04:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-26 17:04:02 +0000 |
commit | 66a014c295cff94a1e3c96e467daa97f2a3cb254 (patch) | |
tree | 3acbda29a2aa00de038413dea9eabda6168174a7 /test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap | |
parent | 69123c9971ce76270e59395507a2793dcc2884fe (diff) | |
parent | 735c8e14ca903a09c3409957b8b91800774d7f4b (diff) |
Merge "Add optf-has healthcheck and other test cases"
Diffstat (limited to 'test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap')
-rw-r--r-- | test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap b/test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap index d3e391cde..0f9e7494d 100644 --- a/test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -247,9 +247,15 @@ timeout = 3600 # # From conductor # +music_new_version = True # Base URL for Music REST API without a trailing slash. (string value) server_url = http://localhost:8080/MUSIC/rest/v2 +version = v2 +music_version = "2.4.22" +aafuser = conductor +aafpass = c0nduct0r +aafns = conductor # DEPRECATED: List of hostnames (round-robin access) (list value) # This option is deprecated for removal. |