Skip to content

Commit

Permalink
Merge pull request #500 from SUSE/pubcloud_tests
Browse files Browse the repository at this point in the history
Test for the public cloud modules being installable as well
  • Loading branch information
dcermak authored Jun 7, 2024
2 parents 8dc2aed + 881f27e commit c6463d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def test_package_installation(container_per_test, pkg):
"pkg",
[
"libsnmp30", # bsc#1209442
"aws-cli", # disappeared after python311 switch due to unresolvables
"python3-azure-sdk", # might also become unresolvable
],
)
@pytest.mark.parametrize("container_per_test", [BASE_CONTAINER], indirect=True)
Expand All @@ -176,5 +178,5 @@ def test_sle15_packages(container_per_test, pkg):
remain installable and available.
"""
container_per_test.connection.check_output(
f"{_RM_ZYPPSERVICE}; zypper -n in -r {BCI_REPO_NAME} {pkg}"
f"{_RM_ZYPPSERVICE}; zypper -n in --dry-run -r {BCI_REPO_NAME} {pkg}"
)

0 comments on commit c6463d0

Please sign in to comment.