From adc77015f156376316db0c3062a097544f33ce96 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 16 Apr 2020 12:34:52 -0400 Subject: CDS actor was not registered Moved the spi file to register the actor and added a test to ensure that the registration worked. Also removed some deprecated code from the CDS junits. Issue-ID: POLICY-2501 Change-Id: I06f50ea8f074cdb7a89c7e387f9f31ea7cffa7e2 Signed-off-by: Jim Hahn --- .../actor.cds/src/test/resources/service.yaml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 models-interactions/model-actors/actor.cds/src/test/resources/service.yaml (limited to 'models-interactions/model-actors/actor.cds/src/test/resources/service.yaml') 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 -- cgit 1.2.3-korg