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

Fix remaining errors in mocked end2end tests #1484

Closed
andy-maier opened this issue May 19, 2024 · 0 comments · Fixed by #1539
Closed

Fix remaining errors in mocked end2end tests #1484

andy-maier opened this issue May 19, 2024 · 0 comments · Fixed by #1539

Comments

@andy-maier
Copy link
Member

andy-maier commented May 19, 2024

See make end2end_mocked, e.g. in test runs.

Note there are also issues #1248 and #1247 and #1541 whose fixes will remove errors in the end2end_mocked tests. This ticket here is for the remaining issues.

With PR #1539 in place, the remaining issues are at this point:

FAILED tests/end2end/test_lpar.py::test_console_list_permitted_lpars[hmc_definition=mocked_hmc_z16-Full properties-input_kwargs6-exp_prop_names6] - AssertionError: Property 'has-operating-system-messages' missing from returned LPAR properties, got: {'parent': '/api/cpcs/cpc1', 'class': 'logical-partition', 'object-id': 'lpar1', 'object-uri': '/api/...

FAILED tests/end2end/test_storage_group.py::test_stogrp_crud[hmc_definition=mocked_hmc_z16] - AssertionError: Unexpected value for property 'shared' of storage group:
F
@andy-maier andy-maier self-assigned this May 19, 2024
@andy-maier andy-maier added this to the 1.15.0 milestone May 19, 2024
@andy-maier andy-maier modified the milestones: 1.15.0, 1.16.0 Jun 7, 2024
@andy-maier andy-maier removed their assignment Jun 7, 2024
@andy-maier andy-maier modified the milestones: 1.16.0, 1.17.0 Jun 11, 2024
@andy-maier andy-maier self-assigned this Jun 18, 2024
@andy-maier andy-maier changed the title Fix errors in mocked end2end tests Fix remaining errors in mocked end2end tests Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment