X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fusecases%2Fhealthcheck%2FREADME.md;h=5daa3718ab77a27fb466833af1e8d68062dabf36;hb=a9297bddd238541216b25909739efa54a6940da9;hp=a699e844b124fb4b44da2ee2cf405cf984ad6585;hpb=824033853e6b3b52f9019283e85f21006596b0fb;p=nonrtric.git diff --git a/test/usecases/healthcheck/README.md b/test/usecases/healthcheck/README.md index a699e844..5daa3718 100644 --- a/test/usecases/healthcheck/README.md +++ b/test/usecases/healthcheck/README.md @@ -1,15 +1,18 @@ # Use case Health Check test -# General + +## General 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. -# Prerequisits +## Prerequisits + 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` -# How to run +## How to run + 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.