diff options
author | 2020-04-16 18:04:49 +0000 | |
---|---|---|
committer | 2020-04-16 18:04:49 +0000 | |
commit | 96924e42a3e7ec817b29b2de268b1d60205ea729 (patch) | |
tree | da7964a1bbc2fa1331d18428f2cb1065a560e181 /models-interactions/model-actors/actor.cds/src/test/resources | |
parent | d793aeeb7501f9f7d33495a82460a00a72657c9e (diff) | |
parent | adc77015f156376316db0c3062a097544f33ce96 (diff) |
Merge "CDS actor was not registered"
Diffstat (limited to 'models-interactions/model-actors/actor.cds/src/test/resources')
-rw-r--r-- | models-interactions/model-actors/actor.cds/src/test/resources/service.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/models-interactions/model-actors/actor.cds/src/test/resources/service.yaml b/models-interactions/model-actors/actor.cds/src/test/resources/service.yaml new file mode 100644 index 000000000..d48b4542f --- /dev/null +++ b/models-interactions/model-actors/actor.cds/src/test/resources/service.yaml @@ -0,0 +1,27 @@ +# +# ============LICENSE_START====================================================== +# ONAP +# =============================================================================== +# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# =============================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END======================================================== +# +actors: + CDS: + gRPC: + timeout: 10 + port: 6700 + host: my-host + username: my-user + password: my-pass |