Mihaela Stoica
173a5877dd
Fix an error in the tests where the tests can select a default template which is not shown in the tree
...
(e.g. XenSource P2V Server, which is an internal template, not displayed in the tree)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-24 16:28:23 +01:00
Mihaela Stoica
cef47b797d
CP-13034: Fix Update wizard tests, after changes to the Select Update page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-16 13:11:59 +01:00
Mihaela Stoica
cddc03fb6e
CP-12476: Include dom0 disk space hotfix in XenCenter RPU pre-requisites
...
- Added hotfix XS65ESP1006 required for RPU from Creedence (and Cream)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-24 17:22:08 +01:00
Mihaela Stoica
7cfe5a7d9e
CP-12155: Fix tests (as new menu item has been added into Tools)
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-21 11:45:28 +01:00
Mihaela Stoica
b7b71c786c
CP-11292: Remove storage motion constraints: Fixing tests and some more wording changes
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-22 13:21:31 +01:00
Mihaela Stoica
d616009824
CP-11032: Remove storage motion constraints: Allow cross-pool move of stopped and suspended VMs
...
- With these changes, a stopped or suspended VM can be moved across pools; this is performed as a vm migrate operation.
- The intra pool move will continue to be a vdi.copy + destroy operation for stopped VMs, but for suspended VMs we need to do it a as vm migrate operation.
- We use the Cross Pool migrate wizard for both intra and cross pool move operations, but introduced a wizard mode parameter in order to adapt the wizard to the specific operation we want to perform (migrate, move or copy)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-17 16:35:12 +00:00
Mihaela Stoica
e6784d1837
CP-10799: Ensuring sufficient disk space for service pack installation: Display hotfix installation size on the Updates page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-06 12:32:29 +00:00
Gabor Apati-Nagy
fddb5a032b
Merge remote-tracking branch 'creedence-docker/master' into docker
...
Conflicts:
XenAdmin/Wizards/NewVMWizard/NewVMWizard.cs
XenModel/Messages.resx
2015-02-04 16:23:20 +00:00
Mihaela Stoica
11d86f1c90
CP-10621: Supp Pack installation through XenCenter: Select and upload a supp pack in the hotfix wizard
...
- Select a supp pack in the hotfix wizard
- Recognise that it's a supp pack not a hotfix
- Check if there's enough space on a SR to contain it: (1) default SR if shared or (2) any shared SR or (3) local SR on each host in pool
- Create a VDI to contain it
- Upload the supp pack to the VDI
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-01-23 12:31:44 +00:00
Gabor Apati-Nagy
d50f8a7d94
Merge branch 'master' into master_github
...
Conflicts:
XenModel/Messages.resx
XenModel/XenAPI-Extensions/Host.cs
mk/xenadmin-build.sh
2015-01-19 15:22:59 +00:00
Mihaela Stoica
7fe521faa5
CA-147163: Make new form localizable and fix tests
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-01-14 17:01:50 +00:00
Gabor Apati-Nagy
ae39940966
Update NetworkTabTests.cs
2014-12-12 16:15:18 +00:00
Mihaela Stoica
1f4341147c
CA-153178: Fix tests
2014-12-05 14:29:40 +00:00
Mihaela Stoica
c801994927
CP-10079: Implement new licensing requirements in XenCenter
...
- fixed tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-29 09:49:09 +00:00
Stephen Turner
a29a298ad4
Merge branch 'master' into xs64bit
2014-10-01 17:27:38 +01:00
Stephen Turner
64bd0614cc
Update test timeout value to match xs64bit branch
2014-10-01 17:24:55 +01:00
Stephen Turner
0ea93a8b4e
CA-146810 Problems in AddALotOfVIFsThenRemoveThemShouldNotThrowAnException test
2014-09-19 11:39:59 +01:00
Stephen Turner
444e401e3a
Merge pull request #177 from xenserver/xs64bit
...
Bring master up to date with xs64bit branch
2014-08-15 11:23:44 +01:00
Mihaela Stoica
164a223ef8
CP-8868: : Fixed unit tests
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 08:32:04 +01:00
Mihaela Stoica
7551cf641d
CP-8866: Fixed TabsAndMenus tests
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 07:10:45 +01:00
Stephen Turner
9101c4cab6
Merge branch 'xs64bit' into detailedreports
2014-08-13 15:44:24 +01:00
Mihaela Stoica
83bb33b3a6
CA-141868: Boot options are deleted by New VM Wizard if Installation Media page skipped - Fixed
...
- Fixed tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-11 17:58:21 +01:00
Cheng Zhang
5eb82ae6de
CP-8866:Development for Resource Statistic Feature on XenCenter
2014-08-01 11:34:37 +08:00
Mihaela Stoica
7ab3243980
CA-140336: Hide the Windows menu item at all times
...
- cannot remove completely because of the plugin specification, but it is not be visible even if they were plugins trying to use it
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-22 13:20:21 +01:00
Gabor Apati-Nagy
e3c2b66feb
CA-116005: validation of the SN mask doesn't appear to be working correctly on the last two values of the mask.
...
-Unit tests added for Subnetwork mask validation (31 tests)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-07-11 12:37:32 +01:00
Gabor Apati-Nagy
a0d31920c5
Merge pull request #118 from xenserver/xs64bit
...
Xs64bit
2014-07-10 11:17:13 +01:00
Gabor Apati-Nagy
bc3b23af4f
Merge pull request #109 from MihaelaStoica/xs64bit
...
CA-137485: Updated XenModel with the new API bindings with serializable ...
2014-07-04 17:13:01 +01:00
Mihaela Stoica
220311829b
CA-137485: Improvements to the Exception serialization unit tests
...
As per code review, wherever there is an 'if' in the unit tests there should be an assertion for the 'else' branch as well
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-04 14:44:38 +01:00
Mihaela Stoica
042f7f2927
CA-138928: Added "reclaim freed space" option to the main menu
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-04 13:36:41 +01:00
Mihaela Stoica
35877640e0
CA-137485: Updated XenModel with the new API bindings with serializable exceptions
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-03 10:00:05 +01:00
Mihaela Stoica
4e99f6a830
CP-8667: Update RPU hotfixes in XenCenter
...
- XS60E009 has been replaced by XS62E006 and that the latter applies to all 6.x releases;
- 5.x hotfixes have changed, even though the version numbers are unchanged.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-10 10:36:50 +01:00
Mihaela Stoica
b657b7dab0
CA-136023 Performance graphs: rename "cps" units
...
Renamed to "/sec"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-02 10:09:47 +01:00
Gabor Apati-Nagy
0c613d3125
Merge pull request #77 from xenserver/xs64bit
...
Merge branch xs64bit
2014-05-27 19:19:12 +01:00
Stephen Turner
b2eb688f81
Fix tests after fix for [CA-135078]
2014-05-16 14:15:46 +01:00
Stephen Turner
533857e6c2
Merge pull request #60 from xenserver/xs64bit
...
Merge all changes from xs64bit to master
2014-04-30 18:22:45 +01:00
Konstantina Chremmou
9731f3f196
[CA-126770],[CA-123737]: Updated further test cases.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-30 11:23:23 +01:00
Konstantina Chremmou
49471b11b7
[CA-126770],[CA-123737]: Updated test cases.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-29 14:27:08 +01:00
Mikhail Filippov
db5194107d
Fixes simultaneous run of WizardTest and TreeTests.
2014-04-29 12:20:20 +04:00
Mikhail Filippov
c8ae317c9b
Remove unused references.
2014-04-28 16:26:08 +04:00
Mikhail Filippov
af13e2cd03
Fix test for run on machine without local UTC time.
2014-04-28 15:23:24 +04:00
Mikhail Filippov
0868b441cf
Fix TestResource path for support ran test from Resharper.
2014-04-28 15:22:17 +04:00
Stephen Turner
75d1af3a04
Fix PluginTabsAndMenus tests after check-in for [CA-95967]
2014-04-15 11:40:01 +01:00
Konstantina Chremmou
f0cf20ec43
CA-127510: Reworked the logic of differentiating between tasks started by this instance
...
of XenCenter and tasks started from outside and cancelling the former when exiting
or disconnecting from the pool.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-03-11 14:30:01 +00:00
Konstantina Chremmou
f5bee7102c
Refactored MainWindow to derive from IMainWindow rather than implement a field deriving
...
from this interface.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-22 12:39:32 +00:00
Konstantina Chremmou
0eaf776399
CA-67866: Step 1 - renamed XenServerUpdateAlert to XenServerVersionAlert to avoid
...
confusion (patch alerts and version alerts are both considered as server update alerts).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 08:37:45 +00:00
Konstantina Chremmou
7db2026776
Cleanup main windows leftover from previous tests which failed during setup.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-02 14:27:44 +00:00
Konstantina Chremmou
4f450e161f
CA-123572: Updated test case.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-02 10:00:32 +00:00
Konstantina Chremmou
d335372575
CA-85971: Removed method selecting tab by index.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-22 15:28:00 +00:00
Gabor Apati-Nagy
60cd994a71
[CA-123967] Ignore test attribute set (TabsAndMenus.TabsAndMenusTampa.ContextMenu_VMWithTools unit test needs a fix )
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-17 11:49:51 +00:00
Gabor Apati-Nagy
a16e0a8ae0
CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-05 14:44:59 +00:00