commit | 4bc3e045567c3e660359280ad3b10a6355cf9588 | [log] [tgz] |
---|---|---|
author | halil.cakal <halil.cakal@est.tech> | Tue May 10 15:33:56 2022 +0100 |
committer | halil.cakal <halil.cakal@est.tech> | Fri Jun 03 14:32:08 2022 +0100 |
tree | 1820817eb2f8545e5e00664d5385b7fafe63e6af | |
parent | e41a3448ab4592b6bcf66d7ab1e220f6cd4183d8 [diff] |
Updated copyright -Commit to test gerrit process Issue-ID: NONRTRIC-749 Change-Id: Id2f147f93f4d6a0dc29c5bc1bed347b1fd302696 Signed-off-by: halil.cakal <halil.cakal@est.tech>
The Health Check use case test provides a python script that regularly creates, reads, updates, and deletes a policy in all Near-RT RICs that support the type used by the script. A self refreshing web page provides a view of statistics for these regular checks.
To run this script Python3 needs to be installed. To install the script's dependencies, run the following command from the src
folder: pip install -r requirements.txt
Go to the src/
folder and run python3 main.py
. The script will start and run until stopped. Use the -h
option to see the options available for the script.
As default, the script uses the "Hello World" policy type with ID "2". To create the instances it uses the body file nonrtric/test/autotest/testdata/OSC/pihw_template.json
. The body file contains the string "XXX" as a parameter value. This string vill be replaced with dynamic data during creation. It is possible to provide a custom policy type and body file to the script at startup.
To see the web page, navigate to localhost:9990/stats
. The page refreshes itself with the same interval as the script uses.
Copyright (C) 2020-2022 Nordix Foundation. 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.
For more information about license please see the LICENSE file for details.