diff options
author | Michael Lando <ml636r@att.com> | 2018-07-29 16:13:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-07-29 16:20:34 +0300 |
commit | 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b (patch) | |
tree | 2f9dfc45191e723da69cf74be7829784e9741b94 /test-apis-ci/src/main/resources/ci/conf | |
parent | 9200382f2ce7b4bb729aa287d0878004b2d2b4f9 (diff) |
re base code
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5
Issue-ID: SDC-1566
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/conf')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/conf/attsdc.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-apis-ci/src/main/resources/ci/conf/attsdc.yaml b/test-apis-ci/src/main/resources/ci/conf/attsdc.yaml index 5ee9d0590e..21294e76f5 100644 --- a/test-apis-ci/src/main/resources/ci/conf/attsdc.yaml +++ b/test-apis-ci/src/main/resources/ci/conf/attsdc.yaml @@ -1,6 +1,6 @@ outputFolder: target reportName: index.html -catalogBeHost: localhost +catalogBeHost: 192.168.33.10 catalogFeHost: fehost #QA-SCRUM1 #catalogBeHost: 135.21.125.97 @@ -40,9 +40,9 @@ cassandraTruststorePath : /path/path cassandraTruststorePassword : 123123 cassandraAuditKeySpace: sdcaudit cassandraArtifactKeySpace: sdcartifact -url: http://localhost:8181/sdc1/proxy-designer1#/dashboard +url: http://localhost:8285/sdc1 -sdcHttpMethod: https +sdcHttpMethod: http localDataCenter: DC-Automate01 stopOnClassFailure: false |