There was an error while loading. Please reload this page.
2 parents 06eb119 + 9c0ac96 commit 0a68a57Copy full SHA for 0a68a57
1 file changed
tests/packages/extra/test_extra_group_pkgs.py
@@ -3,6 +3,7 @@
3
# - host(A1): any master host of a pool, with access to XCP-ng RPM repositories and reports.xcp-ng.org.
4
5
def test_extra_group_packages_url_resolved(host, extra_pkgs):
6
+ host.yum_clean_metadata()
7
for p in extra_pkgs:
8
host.ssh(['yumdownloader', '--resolve', '--urls', p])
9
0 commit comments