diff options
author | tragait <rahul.tyagi@est.tech> | 2020-07-07 12:00:52 +0100 |
---|---|---|
committer | Rahul Tyagi <rahul.tyagi@est.tech> | 2020-07-30 15:12:08 +0000 |
commit | 4529f2a4fca2c1846408f274d6feb1cd32f5a847 (patch) | |
tree | ba5466edfa8b1df11ef2612d3fd1648100249857 /mso-api-handlers/mso-api-handler-infra | |
parent | 2bfa3106bdf29f55460cf43f76c22c442988b047 (diff) |
[SO] create generic pnf healthcheck workflow
This commit implements workflow for pnf health
check and its respective test cases.
Issue-ID: SO-3018
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Idffcbf78809c33dd7a059bc87962716d0a9cd81c
Signed-off-by: tragait <rahul.tyagi@est.tech>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java b/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java index ef90b22b01..b3151db7c5 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java +++ b/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/ServiceInstancesTest.java @@ -1,8 +1,6 @@ /*- * ============LICENSE_START======================================================= - * ONAP - SO - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2020 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +13,8 @@ * 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. + * + * SPDX-License-Identifier: Apache-2.0 * ============LICENSE_END========================================================= */ |