diff options
author | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-26 09:58:37 -0500 |
---|---|---|
committer | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-26 10:32:37 -0500 |
commit | 735c8e14ca903a09c3409957b8b91800774d7f4b (patch) | |
tree | 2dc17cf4ea697601314acd36d20b8673daacea83 /test/csit/scripts/optf-has/has/has-properties/conductor.conf.onap | |
parent | 3faaa3d54204746f12ff9973cbaf6b98b9dce7cc (diff) |
Add optf-has healthcheck and other test cases
Issue-ID: OPTFRA-204
Change-Id: I847a8ea755190be05537c2f6dd332bc21ddd3728
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
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. |