We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f519b7b commit d4923e3Copy full SHA for d4923e3
tests/packages/extra/conftest.py
@@ -4,9 +4,6 @@
4
5
# Explicitly import package-scoped fixtures (see explanation in pkgfixtures.py)
6
from pkgfixtures import host_with_saved_yum_state
7
-# Requirements:
8
-# From --hosts parameter:
9
-# - host(A1): any master host of a pool, with access to XCP-ng RPM repositories and reports.xcp-ng.org.
10
11
@pytest.fixture(scope="session")
12
def extra_pkgs(host):
tests/packages/extra/test_extra_group_pkgs.py
@@ -1,3 +1,7 @@
1
+# Requirements:
2
+# From --hosts parameter:
3
+# - 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])
0 commit comments