mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CP-24806: Update the RPU hotfix to version 4
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
2e21b8ab91
commit
50623be97c
@ -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