xenadmin/XenAdmin/Diagnostics/Checks
Konstantina Chremmou ada6f7dac7 CA-296490: Upload single update to multiple pools in parallel. (#2338)
* Simplification: use auto-properties.

* Removed unnecessary null check. Converted private methods to linq method chain.

* Removed unused file. Added null check.

* Corrected property names as it was difficult to distinguish between the alert,
the patch and the filepath.

* Removed duplicate lock.

* CA-296490: Rewrote the logic uploading single updates so as to facilitate uploading to multiple pools in parallel.

* Corrections as per code review.

* Account for the case of uploading from disk legacy updates that do not correspond to an update alert.
Removed unfriendly error messages (the failure is written out in the logs anyway).

* Wizard test corrections and some modernising:
- Only call cancel on the last page if the test allows us to.
- Do finish the UpdatesWizard test.
- Finish the RunWizardKeyboardTests using key strokes instead of button clicks.
- Ensure the Cancel/Previous buttons do not have focus when sending an Enter stroke.
- Use optional parameters in the WizardTest constructor and string interpolation.

* Renamed badly named property.

* Improved code cloning VMs by assigning new opaque_refs to cloned VBDs.
Compacted test object provider: use optional parameters instead of method overloads.

* Modifications to prevent multiple update of enabled state and ensure the wizard
buttons are updated last.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-01-10 13:24:42 +00:00
..
DR CA-40854: The Session's uuid is in reality its opaque_ref. Use the opaque_ref so 2018-02-21 14:08:01 +00:00
AssertCanEvacuateCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
AssertCanEvacuateUpgradeCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
AutomatedUpdatesLicenseCheck.cs CA-293682: In the RPU wizard, only check the batch hotfix license restriction for Dundee or greater hosts 2018-07-11 12:59:52 +01:00
CfuAvailabilityCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
Check.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
DiskSpaceForBatchUpdatesCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HAOffCheck.cs Reverted the AutomatedUpdatedLicenseCheck to derive from HostPostLivenessCheck or 2018-07-08 22:43:21 +01:00
HostCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
HostHasHotfixCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HostHasUnsupportedStorageLinkSRCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
HostLivenessCheck.cs Removed HostMaintenanceModeCheck; simplified logic by having the HostLivenessCheck 2018-10-22 14:23:29 +01:00
HostNeedsRebootCheck.cs CA-292626: Consider the contains-livepatch flag when doing prechecks in the automated updates mode. 2018-07-30 14:33:22 +01:00
PatchPrecheckCheck.cs CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
PBDsPluggedCheck.cs CA-299356: If there are any broken SRs, show all of them when running prechecks 2018-10-22 14:23:29 +01:00
PoolCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00
PoolHasGFS2SR.cs Update the PoolHasGFS2SR class to inherit from HostPostLivenessCheck 2018-07-13 13:23:01 +01:00
RebootPendingOnMasterCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
SafeToUpgradeCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
ServerSelectionCheck.cs CA-293328: SafeToUpgradeCheck was not checking for liveness first; now this 2018-07-04 12:09:37 +01:00
XenCenterVersionCheck.cs CA-293764: Added new property XenObject to the Checks, which returns the Pool 2018-07-13 12:39:33 +01:00