Skip to content

Commit d4923e3

Browse files
committed
test_extra_group_pkgs: restore Requirements into proper location
Signed-off-by: Yann Dirson <[email protected]>
1 parent f519b7b commit d4923e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/packages/extra/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
# Explicitly import package-scoped fixtures (see explanation in pkgfixtures.py)
66
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.
107

118
@pytest.fixture(scope="session")
129
def extra_pkgs(host):

tests/packages/extra/test_extra_group_pkgs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
4+
15
def test_extra_group_packages_url_resolved(host, extra_pkgs):
26
for p in extra_pkgs:
37
host.ssh(['yumdownloader', '--resolve', '--urls', p])

0 commit comments

Comments
 (0)