xenadmin/XenAdminTests
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
..
ArchiveTests CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
CommandTests CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
CompressionTests CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
Controls CP-28926: Fixed test issues caused by changes in CP-28926 branch 2018-08-07 11:40:29 +01:00
Diagnostics Removed HostMaintenanceModeCheck; simplified logic by having the HostLivenessCheck 2018-10-22 14:23:29 +01:00
DialogTests Added functionality allowing renaming of folders. Fixed issue where the form 2018-11-26 10:29:39 +00:00
FolderTests CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
HealthCheckTests Namespace tidy 3/several: replaced XenAdmin.Core (instances in XenCenterLib) with XenCenterLib. 2017-11-30 13:56:32 +00:00
LicensingTests Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
MainWindowWrapper Added functionality allowing renaming of folders. Fixed issue where the form 2018-11-26 10:29:39 +00:00
MiscTests CA-284090: Added a dedicated status bar on the TabPageFeature to resemble real 2018-08-15 09:59:58 +01:00
PluginTests Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
Properties CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
SearchTests Namespace tidy 3/several: replaced XenAdmin.Core (instances in XenCenterLib) with XenCenterLib. 2017-11-30 13:56:32 +00:00
StringExtensionsTests CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
TabsAndMenus Fix the tests after changes in commit b6420b6c 2018-10-19 10:25:54 +01:00
TestResources CA-297617: Change Citrix Hypervisor Tools to Citrix VM Tools. 2018-09-14 15:54:04 +01:00
TreeTests CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
UnitTests Merge remote-tracking branch 'upstream/master' into feature/REQ-715 2019-01-04 18:21:55 +00:00
WizardTests CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
XenModelTests CA-305383: Do not save unchanged Snapshot Schedule information. (#2352) 2018-12-24 13:24:33 +00:00
XenOvf CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
app.config [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
DatabaseTester.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
I18nResourceFilesTests.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
MainWindowLauncher.cs Removed unnecessary XenConnection constructor which was there only to be used by the tests; used an object initialiser instead. 2018-01-24 15:58:16 +00:00
MainWindowTester.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
ManagedTester.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
MockConnectionManager.cs CA-242134: Remove the VMPP code 2017-05-25 15:37:05 +01:00
TestCategories.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
TestDatabaseManager.cs Removed unnecessary XenConnection constructor which was there only to be used by the tests; used an object initialiser instead. 2018-01-24 15:58:16 +00:00
TestObjectProvider.cs CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
UnitTester.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenAdminTests.csproj Merge remote-tracking branch 'upstream/master' into feature/REQ-715 2019-01-04 18:21:55 +00:00