canonical / kubeflow-dashboard-operator

Operator for Kubeflow Dashboard
Apache License 2.0
1 stars 1 forks source link

Add integration check to test if the dashboard is accessible #199

Closed mvlassis closed 3 weeks ago

mvlassis commented 3 weeks ago

Closes: #189

This PR adds an integration test to check whether the kubeflow-dashboard is accessible. It simply sends an HTTP request to the correct Service IP+port.

The requirements-integration.in file has been updated to add a dependency to aiohttp.

How to test that the test fails when the dashboard is inaccessible: