Skip to content

Commit

Permalink
FSP tests: explictly import package-scoped fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Gael Duperrey <[email protected]>
  • Loading branch information
gduperrey committed Aug 25, 2023
1 parent a11e67b commit 658fe56
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 658fe56

Please sign in to comment.