Python tests to check the API endpoints are working as expected on NCPA clients
cd test-ncpa-api-endpoints/
./setup_venv.sh
source test_ncpa_venv/bin/activate
vim ncpa_config.py
pytest
pytest --log-cli-level=INFO
pytest --log-cli-level=INFO test_ncpa_connection.py
deactivate