Skip to content

Commit

Permalink
Enable the xcp-ng-linstor-testing repo in linstor tests
Browse files Browse the repository at this point in the history
We need to run the tests on the test builds when available.

Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Oct 25, 2023
1 parent 3da3bdf commit d67ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/linstor/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def pool_with_linstor(hostA2, lvm_disk, pool_with_saved_yum_state):

for host in pool.hosts:
host.yum_install([LINSTOR_RELEASE_PACKAGE])
host.yum_install([LINSTOR_PACKAGE])
host.yum_install([LINSTOR_PACKAGE], enablerepo="xcp-ng-linstor-testing")
# Needed because the linstor driver is not in the xapi sm-plugins list
# before installing the LINSTOR packages.
host.restart_toolstack(verify=True)
Expand Down

0 comments on commit d67ada7

Please sign in to comment.