xenadmin/XenModel/Actions/VM
Mihaela Stoica c395a8ce14 CA-233454: Fix the action test
Added an extra parameter to the CreateVmFastAction constructor, which is used to specify whether to set the VM's property IsBeingCreated. In order to set this property, we need to wait for the newly created VM to appear in the cache. But we cannot do this in the action test, because the cache is not being updated. Therefore the action needs skip this step when running from the tests. The IsBeingCreated property is only used in the UI, to refresh the PVS tab after the VM is created, so the accuracy of the action test (CreateVMFastActionTest) is not affected by this change.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-12-01 12:09:03 +00:00
..
ChangeMemorySettingsAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
ChangeVCPUSettingsAction.cs CA-223374: Fix typo 2016-10-12 12:53:30 +01:00
ChangeVMISOAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CreateCdDriveAction.cs CA-147254: Adding DVD drive fails with obscure error message 2015-05-15 16:32:37 +01:00
CreateVMAction.cs [CA-233454] PVS tab doesn't show a new VM when it's created (#1314) 2016-11-30 12:24:02 +00:00
CreateVMFastAction.cs CA-233454: Fix the action test 2016-12-01 12:09:03 +00:00
ExportVmAction.cs CA-192541: Added detail to the Import/Export OVF/OVA and Import Disk Image actions 2016-07-19 23:53:17 +01:00
GpuAssignAction.cs CA-162966: Fix the bug where the GPU value could not be updated via VM Properties for Linux HVM 2015-03-04 16:50:49 +00:00
HAUnprotectVMAction.cs CP-14647: Intermediate check-in #1 2015-11-08 11:27:56 +00:00
HVMBootAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportVmAction.cs Revert "CA-178985: Removed ova.xml import from XenCenter" 2016-02-24 15:33:18 +00:00
InstallPVToolsAction.cs CA-222118: CentOS 7 VM's XenServer Tools installation message is misleading in Notifications 2016-09-19 14:10:21 +01:00
ResumeAndStartVMsAction.cs CP-6317: Importing from branch clearwater-ln. 2013-09-26 15:01:14 +01:00
SetHaPrioritiesAction.cs CP-14647: Intermediate check-in #1 2015-11-08 11:27:56 +00:00
SetVMOtherConfigAction.cs CA-150816: fix: G11n:I18n: Hardcode issue "Set VM other_config" on Authentication dialog. 2016-08-15 17:43:20 +01:00
SetVMStartupOptionsAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
SuspendAndShutdownVMsAction.cs CP-5750: Changed the declaration for the ActionBase events Completed, Changed and 2013-08-09 17:20:33 +01:00
VMCloneAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMCopyAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMCrossPoolMigrateAction.cs [CA-226897] Resume on Server option won't automatically resume the VM 2016-11-03 15:35:25 +00:00
VMDestroyAction.cs CA-115429: New fix as per code review: Deletion of snapshot is successful but XenCenter logs show error. 2014-05-15 14:18:28 +01:00
VMMigrateAction.cs CA-205791: Added detail to the action migrating a VM that's not resident on a host. 2016-09-30 13:45:52 +01:00
VMMoveAction.cs CA-227272: Ignore unresolved VDIs first, then check if the storage mapping contains 2016-10-28 10:57:10 +01:00
VMRebootAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMShutdownAction.cs CP-14647: Intermediate check-in #1 2015-11-08 11:27:56 +00:00
VMSnapshotCreateAction.cs CA-211369: focus of the machine/console switching back to the vm post snapshot with disk and memory is performed incorrectly/misleading (#1019) 2016-06-22 16:27:14 +01:00
VMSnapshotDeleteAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSnapshotRevertAction.cs CA-218260: Reverting to Snapshots causes VM to go back to parent host 2016-09-22 13:36:43 +01:00
VMStartAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMSuspendAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMToTemplateAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00