Skip to content

Commit db484ba

Browse files
authored
Merge pull request #5818 from ashwin9390/private/ashwin/CP-49928
2 parents b1e7710 + df89868 commit db484ba

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

python3/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ install:
3232
$(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin
3333
$(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin
3434
$(IPROG) bin/xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin
35+
$(IPROG) bin/static-vdis $(DESTDIR)$(OPTDIR)/bin
3536
$(IPROG) extensions/pool_update.apply $(DESTDIR)$(EXTENSIONDIR)
3637
$(IPROG) extensions/pool_update.precheck $(DESTDIR)$(EXTENSIONDIR)
3738
$(IPROG) extensions/Test.test $(DESTDIR)$(EXTENSIONDIR)
File renamed without changes.

python3/tests/test_static_vdis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def static_vdis() -> ModuleType:
1717
"""Test fixture to return the static-vdis module, mocked to avoid dependencies."""
1818
with mocked_modules("XenAPI", "inventory"):
19-
return import_file_as_module("scripts/static-vdis")
19+
return import_file_as_module("python3/bin/static-vdis")
2020

2121

2222
# Hide pylint warnings for redefined-outer-name from using the static_vdis fixture:

scripts/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ install:
9595
$(IPROG) xe-edit-bootloader $(DESTDIR)$(OPTDIR)/bin
9696
$(IPROG) xe-get-network-backend $(DESTDIR)$(OPTDIR)/bin
9797
$(IPROG) xe-enable-all-plugin-metrics $(DESTDIR)$(OPTDIR)/bin
98-
$(IPROG) static-vdis $(DESTDIR)$(OPTDIR)/bin
9998
$(IPROG) with-vdi $(DESTDIR)$(OPTDIR)/debug
10099
$(IPROG) import-update-key $(DESTDIR)$(OPTDIR)/debug
101100
$(IPROG) pool.conf $(DESTDIR)$(ETCXENDIR)

0 commit comments

Comments
 (0)