Skip to content

Commit 4526582

Browse files
committed
fix: include version_migration in test overrides
Use `libvirt` from repo in `version_migration` tests. That was missed in https://gitlab.cyberus-technology.de/cyberus/cloud/libvirt/-/merge_requests/153 On-behalf-of: SAP julian.schindel@sap.com Signed-off-by: Julian Schindel <julian.schindel@cyberus-technology.de>
1 parent 35bbe88 commit 4526582

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,13 @@
160160
all_drivers = pkgs.symlinkJoin {
161161
name = "all-test-drivers";
162162
paths = with tests; [
163+
# Sorted alphabetically.
163164
default.driver
164-
live_migration.driver
165165
hugepage.driver
166+
live_migration.driver
166167
long_migration_with_load.driver
167168
numa_hosts.driver
169+
version_migration.driver
168170
];
169171
};
170172
}

0 commit comments

Comments
 (0)