mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #1777 from MihaelaStoica/master
CP-24806: Update the RPU hotfix to version 4
This commit is contained in:
commit
9fec33d892
@ -66,7 +66,7 @@ namespace XenAdmin.Diagnostics.Hotfixing
|
||||
private readonly Hotfix elyHotfix = new SingleHotfix
|
||||
{
|
||||
Filename = "RPU004",
|
||||
UUID = "b8d21409-adb7-44a5-a7ff-a78ed97162a5"
|
||||
UUID = "439235bf-48fa-4ee3-9c11-d67084a01205"
|
||||
};
|
||||
|
||||
public Hotfix Hotfix(Host host)
|
||||
|
@ -80,7 +80,7 @@ namespace XenAdminTests.UnitTests.Diagnostics
|
||||
factory.Hotfix(HotfixFactory.HotfixableServerVersion.Dundee).UUID,
|
||||
"Dundee UUID lookup from enum");
|
||||
|
||||
Assert.AreEqual("b8d21409-adb7-44a5-a7ff-a78ed97162a5",
|
||||
Assert.AreEqual("439235bf-48fa-4ee3-9c11-d67084a01205",
|
||||
factory.Hotfix(HotfixFactory.HotfixableServerVersion.Ely).UUID,
|
||||
"Ely UUID lookup from enum");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user