Skip to content

Commit

Permalink
Update tests/packages/extra/test_extra_group_pkgs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Verschelde <[email protected]>
Signed-off-by: BenjiReis <[email protected]>
  • Loading branch information
benjamreis and stormi committed Jul 18, 2023
1 parent 039850d commit edc0096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/packages/extra/test_extra_group_pkgs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Explicitly import package-scoped fixtures (see explanation in pkgfixtures.py)
from pkgfixtures import host_with_saved_yum_state

# Requirements:
# From --hosts parameter:
# - host(A1): any master host of a pool, with access to XCP-ng RPM repositories and reports.xcp-ng.org.

def test_extra_group_packages_url_resolved(host, extra_pkgs):
for p in extra_pkgs:
host.ssh(['yumdownloader', '--resolve', '--urls', p])
Expand Down

0 comments on commit edc0096

Please sign in to comment.