Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 710 Bytes

File metadata and controls

19 lines (13 loc) · 710 Bytes

Check connectivity script

This is a simple tool to ensure that your NLWeb environment is configured properly.

How to run

By default, this tool checks that only the configured options (set in your config yaml files in the config directory) are set with valid endpoints. This will ensure that your instance of NLWeb is configured properly.

# Run from the code directory
> python check_connectivity.py

In addition, you can leverage the --all parameter option to test connectivity for every known configuration from all config files. This can be useful for automated testing suites.

# Run from the code directory
> python check_connectivity.py --all