This is a simple tool to ensure that your NLWeb environment is configured properly.
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.pyIn 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