aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.cds/src/test/resources/service.yaml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-16 12:34:52 -0400
committerJim Hahn <jrh3@att.com>2020-04-16 13:00:06 -0400
commitadc77015f156376316db0c3062a097544f33ce96 (patch)
tree2dcb3c02f63bda6034b04db8f2fdc925e716d17e /models-interactions/model-actors/actor.cds/src/test/resources/service.yaml
parent85841e358763f6d71a3b2ac27d3fd39dc60667c0 (diff)
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 <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-actors/actor.cds/src/test/resources/service.yaml')
-rw-r--r--models-interactions/model-actors/actor.cds/src/test/resources/service.yaml27
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