Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Validation of UI access does not handle custom base path #3421

Open
gdemonet opened this issue Jun 18, 2021 · 0 comments
Open

tests: Validation of UI access does not handle custom base path #3421

gdemonet opened this issue Jun 18, 2021 · 0 comments
Labels
complexity:easy Something that requires less than a day to fix kind:debt Technical debt topic:tests What's not tested may be broken topic:ui UI-related issues

Comments

@gdemonet
Copy link
Contributor

Component: tests, ui

What happened: See #3415 (comment)

What was expected: Platforms with a changed UI base path (see #3206) should still pass our post-install test suite.

Resolution proposal (optional): From the test (

@then("we can reach the UI")
def reach_UI(host):
ip = utils.get_grain(host, "metalk8s:control_plane_ip")
response = requests.get(
"https://{ip}:8443".format(ip=ip),
verify=False,
)
assert response.status_code == 200, response.text
), use the expected Ingress object to derive the URL to use for accessing the UI.

@gdemonet gdemonet added topic:tests What's not tested may be broken kind:debt Technical debt topic:ui UI-related issues complexity:easy Something that requires less than a day to fix labels Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:easy Something that requires less than a day to fix kind:debt Technical debt topic:tests What's not tested may be broken topic:ui UI-related issues
Projects
None yet
Development

No branches or pull requests

1 participant