File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ install:
32
32
$(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin
33
33
$(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin
34
34
$(IPROG) bin/xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin
35
+ $(IPROG) bin/static-vdis $(DESTDIR)$(OPTDIR)/bin
35
36
$(IPROG) extensions/pool_update.apply $(DESTDIR)$(EXTENSIONDIR)
36
37
$(IPROG) extensions/pool_update.precheck $(DESTDIR)$(EXTENSIONDIR)
37
38
$(IPROG) extensions/Test.test $(DESTDIR)$(EXTENSIONDIR)
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
def static_vdis () -> ModuleType :
17
17
"""Test fixture to return the static-vdis module, mocked to avoid dependencies."""
18
18
with mocked_modules ("XenAPI" , "inventory" ):
19
- return import_file_as_module ("scripts /static-vdis" )
19
+ return import_file_as_module ("python3/bin /static-vdis" )
20
20
21
21
22
22
# Hide pylint warnings for redefined-outer-name from using the static_vdis fixture:
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ install:
95
95
$(IPROG ) xe-edit-bootloader $(DESTDIR )$(OPTDIR ) /bin
96
96
$(IPROG ) xe-get-network-backend $(DESTDIR )$(OPTDIR ) /bin
97
97
$(IPROG ) xe-enable-all-plugin-metrics $(DESTDIR )$(OPTDIR ) /bin
98
- $(IPROG ) static-vdis $(DESTDIR )$(OPTDIR ) /bin
99
98
$(IPROG ) with-vdi $(DESTDIR )$(OPTDIR ) /debug
100
99
$(IPROG ) import-update-key $(DESTDIR )$(OPTDIR ) /debug
101
100
$(IPROG ) pool.conf $(DESTDIR )$(ETCXENDIR )
You can’t perform that action at this time.
0 commit comments