Skip to content

Commit

Permalink
Merge pull request #163 from xcp-ng/gdy-correct-tests-fsp2
Browse files Browse the repository at this point in the history
FSP tests: explictly import package-scoped fixture
  • Loading branch information
stormi authored Aug 25, 2023
2 parents 3b355c5 + 658fe56 commit 930885e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/storage/fsp/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import pytest

# Explicitly import package-scoped fixtures (see explanation in pkgfixtures.py)
from pkgfixtures import host_with_saved_yum_state

FSP_REPO_NAME = 'runx'

FSP_PACKAGES = ['xcp-ng-xapi-storage']
Expand Down

0 comments on commit 930885e

Please sign in to comment.