Setup basic functional test of NSSMF RAN simulator
[integration.git] / test / mocks / ran-nssmf-simulator / test / test_settings.py
1 TEST_AUTH_DB_FILE = "test/test_auth.json"
2 TEST_REST_PORT = 8443
3 TEST_REST_IP = "127.0.0.1"
4 TEST_REST_URL = f"https://{TEST_REST_IP}:{TEST_REST_PORT}"
5 TEST_REST_GET_ACCESS_TOKEN_ENDPOINT = "/api/rest/securityManagement/v1/oauth/token"
6 TEST_REST_HEADERS = { "Content-Type": "application/json" }