]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/log
xenrt-citrix/xenrt.git
9 years agoAdded indigo fix for source iso tests
Dan Lamping [Sun, 22 Nov 2015 17:37:13 +0000 (17:37 +0000)]
Added indigo fix for source iso tests

9 years agoAdded indigo fix for integration suite
Dan Lamping [Sun, 22 Nov 2015 17:02:46 +0000 (17:02 +0000)]
Added indigo fix for integration suite

9 years agoAdded indigo fix for integration suite
Dan Lamping [Sun, 22 Nov 2015 12:22:27 +0000 (12:22 +0000)]
Added indigo fix for integration suite

9 years agoAdded indigo fix for certkit tests
Dan Lamping [Sun, 22 Nov 2015 12:08:58 +0000 (12:08 +0000)]
Added indigo fix for certkit tests

9 years agoAdded indigo fix for source iso tests
Dan Lamping [Sun, 22 Nov 2015 12:06:26 +0000 (12:06 +0000)]
Added indigo fix for source iso tests

9 years agoAdded indigo fix for integration suite
Dan Lamping [Sun, 22 Nov 2015 11:55:04 +0000 (11:55 +0000)]
Added indigo fix for integration suite

9 years agoFixed exception handling for txt supp pack installation
Dan Lamping [Sun, 22 Nov 2015 11:50:25 +0000 (11:50 +0000)]
Fixed exception handling for txt supp pack installation

9 years agoAdded indigo fix upgrade plugin tests
Dan Lamping [Sun, 22 Nov 2015 11:46:18 +0000 (11:46 +0000)]
Added indigo fix upgrade plugin tests

9 years agoAdded indigo fix for SDK
Dan Lamping [Sun, 22 Nov 2015 08:34:51 +0000 (08:34 +0000)]
Added indigo fix for SDK

9 years agoAdded indigo fix for integration suite
Dan Lamping [Sun, 22 Nov 2015 08:33:05 +0000 (08:33 +0000)]
Added indigo fix for integration suite

9 years agoAdded indigo fix for upgrade hotfixes
Dan Lamping [Sun, 22 Nov 2015 08:28:22 +0000 (08:28 +0000)]
Added indigo fix for upgrade hotfixes

9 years agoFix up some OS detection issues
John Dilley [Fri, 20 Nov 2015 15:57:22 +0000 (15:57 +0000)]
Fix up some OS detection issues

9 years agoMerge branch 'ubuntudocker' into 'master'
Chris Harding [Fri, 20 Nov 2015 14:25:18 +0000 (06:25 -0800)]
Merge branch 'ubuntudocker' into 'master'

After a guest reboot, Ubuntu containers goes offline which was not the case earlier

Tested at xenrt jobs 12323721232373,123237412323751232387

See merge request !155

9 years agoAfter a guest reboot, Ubuntu containers goes offline which was not the case earlier
Vinod Pademar [Fri, 20 Nov 2015 12:43:52 +0000 (12:43 +0000)]
After a guest reboot, Ubuntu containers goes offline which was not the case earlier

9 years agoMerge branch 'VDIScalability' into 'master'
Daniel Lamping [Fri, 20 Nov 2015 10:48:04 +0000 (02:48 -0800)]
Merge branch 'VDIScalability' into 'master'

Vdi scalability

Recent improvements in config limits has increased number of VDIs per VM to 255.

Changes are made in VDI Scalability TC in xenrt to accomodate 255 VDIs for both linux and windows VMs.

Jobs Run: Passed job(Linux VM):1188254 Failed job because of product issue(Windows VM): 1189734(Product issue CA-184556)

-Akash

See merge request !3

9 years agoFew more changes
Akash Chandrashekar [Fri, 20 Nov 2015 08:52:24 +0000 (14:22 +0530)]
Few more changes

9 years agopassing tcid to base class
Akash Chandrashekar [Thu, 19 Nov 2015 16:56:33 +0000 (22:26 +0530)]
passing tcid to base class

9 years agoMerge branch 'smbxdacceptance' into 'master'
Daniel Lamping [Thu, 19 Nov 2015 15:03:30 +0000 (07:03 -0800)]
Merge branch 'smbxdacceptance' into 'master'

800+ guests on SMB SR acceptance test

Trying to use 810 guests on 6 hosts pool.

Every host has 256G memory and the shared sr is more a TB.

See merge request !154

9 years agoKeeping number of threads to 50 with 800+ guests on SMB SR acceptance test
Vinod Pademar [Thu, 19 Nov 2015 15:02:15 +0000 (15:02 +0000)]
Keeping number of threads to 50 with 800+ guests on SMB SR acceptance test

9 years ago800+ guests on SMB SR acceptance test
Vinod Pademar [Thu, 19 Nov 2015 14:55:11 +0000 (14:55 +0000)]
800+ guests on SMB SR acceptance test

9 years agoAdd expect script for configuring qlogic switch
John Dilley [Thu, 19 Nov 2015 14:39:53 +0000 (14:39 +0000)]
Add expect script for configuring qlogic switch

9 years agoQuering on empty=false to optimise the code
Akash Chandrashekar [Thu, 19 Nov 2015 12:53:57 +0000 (18:23 +0530)]
Quering on empty=false to optimise the code

9 years agoAddressing Dan's review comments
Akash Chandrashekar [Thu, 19 Nov 2015 11:11:25 +0000 (16:41 +0530)]
Addressing Dan's review comments

9 years agoMerge branch 'sxapi' into 'master'
John Dilley [Thu, 19 Nov 2015 09:35:11 +0000 (01:35 -0800)]
Merge branch 'sxapi' into 'master'

CP-13332 CLM automation

This merge request introduces the ability to deploy a named CLM blueprint from a <prepare> block in a sequence.

Additionally some issues with the API code are fixed to enable it to operate against some of the newer REST APIs, and to handle multiple organisations by selecting the last in the list not the first.

Tested in jobid 1230888 (some minor changes made following this to cleanup the MR)

See merge request !152

9 years agoMerge branch 'specifiedsite' into 'master'
John Dilley [Thu, 19 Nov 2015 09:32:24 +0000 (01:32 -0800)]
Merge branch 'specifiedsite' into 'master'

Only schedule a machines specified job if all the machines are in the same site

At the moment you can submit a job specifying machines across sites - while they are all allocated to the job, those machines not in the same site as the first machine will not be useable by XenRT, thus leading to confusing results.

This change therefore modifies the behaviour so we reject any specified machines in a different site to the first one.

See merge request !136

9 years agoFix Typo
Akash Chandrashekar [Thu, 19 Nov 2015 04:19:40 +0000 (09:49 +0530)]
Fix Typo

9 years agoRemove a test sequence
Alex Brett [Wed, 18 Nov 2015 18:05:39 +0000 (18:05 +0000)]
Remove a test sequence

9 years agoRemove some testing code
Alex Brett [Wed, 18 Nov 2015 18:05:20 +0000 (18:05 +0000)]
Remove some testing code

9 years agoFix seq.xsd
Alex Brett [Wed, 18 Nov 2015 18:04:05 +0000 (18:04 +0000)]
Fix seq.xsd

9 years agoCA-188860 Ignore differences of less than 30 MB
Alex Brett [Wed, 18 Nov 2015 17:18:04 +0000 (17:18 +0000)]
CA-188860 Ignore differences of less than 30 MB

9 years agoMerge branch 'visibleMemory' into 'master'
John Dilley [Wed, 18 Nov 2015 16:51:11 +0000 (08:51 -0800)]
Merge branch 'visibleMemory' into 'master'

CA-188697 Fix checkGuestMemory and move guest memory logic to OS classes

This change creates a new property 'visibleMemory' on the OS interface, which returns the amount of memory visible to the guest in MB.
The existing method is now just a wrapper for the new method.
Also remove all concept of unit (and just define it to be in MB) from memory methods.

Additionally the OS class is turned into an abstract base class rather than implementing an interface, and necessary updates are made to ensure unit tests pass etc.

Finally definitions are added for Scientific Linux and CoreOS.

Tested in jobs 1230718 (includes ws12r2core-x64, coreos-stable, rhel, centos and oel guests), and 1230866 (includes sl guest - shows a failure but this appears to be a legitimate issue)

See merge request !134

9 years agoAdd hypervisor_id to deployment record
John Dilley [Wed, 18 Nov 2015 16:18:17 +0000 (16:18 +0000)]
Add hypervisor_id to deployment record

9 years agoHandle both response formats to the CLM download info API
Alex Brett [Wed, 18 Nov 2015 16:01:24 +0000 (16:01 +0000)]
Handle both response formats to the CLM download info API

9 years agoFix retrieval of provider id
Alex Brett [Wed, 18 Nov 2015 15:46:50 +0000 (15:46 +0000)]
Fix retrieval of provider id

9 years agoFix deployment
Alex Brett [Wed, 18 Nov 2015 14:52:28 +0000 (14:52 +0000)]
Fix deployment

9 years agoMerge branch 'dotnetagenttc-fix' into 'master'
Jun Wook Kwak [Wed, 18 Nov 2015 14:48:19 +0000 (06:48 -0800)]
Merge branch 'dotnetagenttc-fix' into 'master'

Fixed minor typo/bugs in .NetAgent TCs.

See merge request !151

9 years agoMerge branch 'smbxdacceptance' into 'master'
Chris Harding [Wed, 18 Nov 2015 14:33:43 +0000 (06:33 -0800)]
Merge branch 'smbxdacceptance' into 'master'

Add a NFS SR reduced sequence to compare the SMB SR result

This sequence is to compare the SMB pool scale test result against the NFS SR on a reduced number of hosts.

See merge request !150

9 years agoFixed minor typo/bugs in .NetAgent TCs.
JunWook Kwak [Wed, 18 Nov 2015 14:28:04 +0000 (14:28 +0000)]
Fixed minor typo/bugs in .NetAgent TCs.

9 years agoInclude blueprints in debugDisplay
Alex Brett [Wed, 18 Nov 2015 14:26:37 +0000 (14:26 +0000)]
Include blueprints in debugDisplay

9 years agoHandle blueprints in prepare
Alex Brett [Wed, 18 Nov 2015 14:22:03 +0000 (14:22 +0000)]
Handle blueprints in prepare

9 years agoTreat blueprint version as a string
Alex Brett [Wed, 18 Nov 2015 13:57:04 +0000 (13:57 +0000)]
Treat blueprint version as a string

9 years agoFix version lookup
Alex Brett [Wed, 18 Nov 2015 13:53:42 +0000 (13:53 +0000)]
Fix version lookup

9 years agoMerge branch 'improvempath' into 'master'
Alex Brett [Wed, 18 Nov 2015 12:57:49 +0000 (04:57 -0800)]
Merge branch 'improvempath' into 'master'

Improvements to multipath boot from SAN

- Allow machines to have switchable local boot and SAN boot
- Allow testcases to turn off multipathing
- Improvements to getting the chain.c32 boot parameters
- Get rid of LOCAL_SR_POST_INSTALL and derive it from other parameters

See merge request !145

9 years agoAdd getByName method to fetch a blueprint by name
Alex Brett [Wed, 18 Nov 2015 12:51:57 +0000 (12:51 +0000)]
Add getByName method to fetch a blueprint by name

9 years agoAdd OVERRIDE_BOOT_TYPE
John Dilley [Wed, 18 Nov 2015 12:51:28 +0000 (12:51 +0000)]
Add OVERRIDE_BOOT_TYPE

9 years agoIt is a NFS test on reduced number of hosts
Vinod Pademar [Wed, 18 Nov 2015 12:43:26 +0000 (12:43 +0000)]
It is a NFS test on reduced number of hosts

9 years agoIt is test on reduced number of hosts
Vinod Pademar [Wed, 18 Nov 2015 12:42:25 +0000 (12:42 +0000)]
It is test on reduced number of hosts

9 years agoUpdating the test workers to match the reduced test
Vinod Pademar [Wed, 18 Nov 2015 12:38:44 +0000 (12:38 +0000)]
Updating the test workers to match the reduced test

9 years agoCreate network topology
John Dilley [Wed, 18 Nov 2015 12:37:35 +0000 (12:37 +0000)]
Create network topology

9 years agoMerge remote-tracking branch 'origin/master' into improvempath
John Dilley [Wed, 18 Nov 2015 12:33:17 +0000 (12:33 +0000)]
Merge remote-tracking branch 'origin/master' into improvempath

9 years agoMerge branch 'master' into sxapi
Alex Brett [Wed, 18 Nov 2015 12:31:59 +0000 (12:31 +0000)]
Merge branch 'master' into sxapi

9 years agoAdd a NFS SR reduced sequence to compare the SMB SR result
Vinod Pademar [Wed, 18 Nov 2015 12:31:20 +0000 (12:31 +0000)]
Add a NFS SR reduced sequence to compare the SMB SR result

9 years agoRelease existing locks
John Dilley [Wed, 18 Nov 2015 12:28:49 +0000 (12:28 +0000)]
Release existing locks

9 years agoAdd missing import
Alex Brett [Wed, 18 Nov 2015 12:22:23 +0000 (12:22 +0000)]
Add missing import

9 years agoOnly don't release iscsi if atExit
John Dilley [Wed, 18 Nov 2015 12:16:17 +0000 (12:16 +0000)]
Only don't release iscsi if atExit

9 years agoMerge branch 'master' into VDIScalability
Akash Chandrashekar [Wed, 18 Nov 2015 12:11:03 +0000 (17:41 +0530)]
Merge branch 'master' into VDIScalability

Conflicts:
exec/xenrt/config.py

9 years agoConfigure for SMB
John Dilley [Wed, 18 Nov 2015 11:55:02 +0000 (11:55 +0000)]
Configure for SMB

9 years agoRemoving VBD destroy from removeCD() method and also to only eject CD in the method...
Akash Chandrashekar [Wed, 18 Nov 2015 11:10:00 +0000 (16:40 +0530)]
Removing VBD destroy from removeCD() method and also to only eject CD in  the method if CD is inserted

9 years agoFix visibleMemory
Alex Brett [Wed, 18 Nov 2015 11:09:11 +0000 (11:09 +0000)]
Fix visibleMemory

9 years agoMerge branch 'CA-187471' into 'master'
Alex Brett [Wed, 18 Nov 2015 09:59:05 +0000 (01:59 -0800)]
Merge branch 'CA-187471' into 'master'

Ca 187471

Two fixes made to fix Ca 187471

1. poweroff function updated to raise error if powerctl.off doesnt actually poweroff the machine
2. _getPoolMaster function updated to retry more than once to get the master.

See merge request !146

9 years agoMerge branch 'thin-lvhd-srupgrade-fix' into 'master'
Jun Wook Kwak [Wed, 18 Nov 2015 09:53:53 +0000 (01:53 -0800)]
Merge branch 'thin-lvhd-srupgrade-fix' into 'master'

Enhanced ThinLVHD SR upgrade TC.

See merge request !149

9 years agoMerge branch 'srtypetypo' into 'master'
Daniel Lamping [Wed, 18 Nov 2015 08:41:37 +0000 (00:41 -0800)]
Merge branch 'srtypetypo' into 'master'

Correcting typo

See merge request !147

9 years agoCorrecting typo
Chethan Krishnappa [Wed, 18 Nov 2015 07:10:39 +0000 (12:40 +0530)]
Correcting typo

9 years agoadded sleep to maximize the chances
Vinayak Anil Palankar [Wed, 18 Nov 2015 06:47:55 +0000 (01:47 -0500)]
added sleep to maximize the chances

9 years agoEnhanced ThinLVHD SR upgrade TC.
JunWook Kwak [Tue, 17 Nov 2015 21:58:30 +0000 (21:58 +0000)]
Enhanced ThinLVHD SR upgrade TC.

9 years agoOnly do keepSetup when also atExit
John Dilley [Tue, 17 Nov 2015 20:35:11 +0000 (20:35 +0000)]
Only do keepSetup when also atExit

9 years agoFix typo
Alex Brett [Tue, 17 Nov 2015 19:23:46 +0000 (19:23 +0000)]
Fix typo

9 years agofixed the merge from master
Vinayak Anil Palankar [Tue, 17 Nov 2015 18:38:04 +0000 (13:38 -0500)]
fixed the merge from master

9 years agoAdd support for Scientific Linux and CoreOS
Alex Brett [Tue, 17 Nov 2015 18:35:35 +0000 (18:35 +0000)]
Add support for Scientific Linux and CoreOS

9 years agoMerge branch 'master' into visibleMemory
Alex Brett [Tue, 17 Nov 2015 18:21:08 +0000 (18:21 +0000)]
Merge branch 'master' into visibleMemory

Conflicts:
exec/testcases/xenserver/tc/smoketest.py

9 years agoFixes following abc changes
Alex Brett [Tue, 17 Nov 2015 18:19:13 +0000 (18:19 +0000)]
Fixes following abc changes

9 years agoChange OS to be an abstract base class
Alex Brett [Tue, 17 Nov 2015 18:05:46 +0000 (18:05 +0000)]
Change OS to be an abstract base class

9 years agoFixed CA-187471 and CA-184307
Vinayak Anil Palankar [Tue, 17 Nov 2015 17:57:34 +0000 (12:57 -0500)]
Fixed CA-187471 and CA-184307

9 years agoRemoved tests that always fail due to EXT-119
Dan Lamping [Tue, 17 Nov 2015 17:06:54 +0000 (17:06 +0000)]
Removed tests that always fail due to EXT-119

9 years agoMerge branch 'thin-lvhd-torture' into 'master'
Daniel Lamping [Tue, 17 Nov 2015 16:56:12 +0000 (08:56 -0800)]
Merge branch 'thin-lvhd-torture' into 'master'

Enhanced ThinLVHD torture tests

1. Improved tests
2. Improved throughput by threading prepare stage.
3. Added 16 hosts tests

See merge request !138

9 years agoFixed template existance tests on Cream
Dan Lamping [Tue, 17 Nov 2015 16:50:41 +0000 (16:50 +0000)]
Fixed template existance tests on Cream

9 years agoAdd ZVAULT
John Dilley [Tue, 17 Nov 2015 16:22:37 +0000 (16:22 +0000)]
Add ZVAULT

9 years agoAdd comments
John Dilley [Tue, 17 Nov 2015 15:46:18 +0000 (15:46 +0000)]
Add comments

9 years agoUpdate non-multipath testcase
John Dilley [Tue, 17 Nov 2015 15:45:36 +0000 (15:45 +0000)]
Update non-multipath testcase

9 years agoMerge branch 'dotNetAgent' into 'master'
Chris Harding [Tue, 17 Nov 2015 15:45:08 +0000 (07:45 -0800)]
Merge branch 'dotNetAgent' into 'master'

Dot net agent

checkKeyPresent

See merge request !34

9 years agorename noncryptomsi
Craig Orendi [Tue, 17 Nov 2015 15:44:16 +0000 (15:44 +0000)]
rename noncryptomsi

9 years agoFixed smoketest postrun
Dan Lamping [Tue, 17 Nov 2015 15:37:34 +0000 (15:37 +0000)]
Fixed smoketest postrun

9 years agoCA-189153 fix buffered testrun logic
Alex Brett [Tue, 17 Nov 2015 15:28:44 +0000 (15:28 +0000)]
CA-189153 fix buffered testrun logic

We are currently filing detailid's into the sku field, which is confusing

9 years agoRemoved bad storage alerts test-case until it's fixed
Dan Lamping [Tue, 17 Nov 2015 14:57:33 +0000 (14:57 +0000)]
Removed bad storage alerts test-case until it's fixed

9 years agoRemoved bad memory alerts test-case until it's fixed
Dan Lamping [Tue, 17 Nov 2015 14:49:49 +0000 (14:49 +0000)]
Removed bad memory alerts test-case until it's fixed

9 years agoCommented out dodgy testcase
Dan Lamping [Tue, 17 Nov 2015 13:56:36 +0000 (13:56 +0000)]
Commented out dodgy testcase

9 years agoConvert disk IDs to legacy SATA
John Dilley [Tue, 17 Nov 2015 12:48:25 +0000 (12:48 +0000)]
Convert disk IDs to legacy SATA

9 years agoFix call to getDisks
John Dilley [Tue, 17 Nov 2015 11:14:18 +0000 (11:14 +0000)]
Fix call to getDisks

9 years agoInitialise ret
John Dilley [Tue, 17 Nov 2015 11:13:10 +0000 (11:13 +0000)]
Initialise ret

9 years agoUse OVERRIDE_BOOT_TYPE
John Dilley [Tue, 17 Nov 2015 11:06:28 +0000 (11:06 +0000)]
Use OVERRIDE_BOOT_TYPE

9 years agoMerge branch 'master' into VDIScalability
Akash Chandrashekar [Tue, 17 Nov 2015 10:36:54 +0000 (16:06 +0530)]
Merge branch 'master' into VDIScalability

9 years agoMerge remote-tracking branch 'origin/master' into improvempath
John Dilley [Tue, 17 Nov 2015 10:20:22 +0000 (10:20 +0000)]
Merge remote-tracking branch 'origin/master' into improvempath

9 years agoMerge branch 'CA-189114' into 'master'
Daniel Lamping [Tue, 17 Nov 2015 08:38:21 +0000 (00:38 -0800)]
Merge branch 'CA-189114' into 'master'

CA-189114: host enable again tweaked in the test after the reboot

vswitch test TC- 11404 was calling the host enable after evacuate & reboot - which is actually not required as we did not disable the host anywhere.

Scheduled  the job to verify the change : 1230090 (DO NOT MERGE UNTIL I VERIFY IT )

-Rama,

See merge request !144

9 years agoCA-189114: host enable again tweaked in the test after the reboot
ramakrishp [Tue, 17 Nov 2015 07:48:35 +0000 (13:18 +0530)]
CA-189114: host enable again tweaked in the test after the reboot

9 years agoset local_sr_post_install automatically
John Dilley [Tue, 17 Nov 2015 07:00:40 +0000 (07:00 +0000)]
set local_sr_post_install automatically

9 years agoFix var name
John Dilley [Mon, 16 Nov 2015 22:14:51 +0000 (22:14 +0000)]
Fix var name

9 years agouse correct var
John Dilley [Mon, 16 Nov 2015 19:02:40 +0000 (19:02 +0000)]
use correct var

9 years agoAdd self to toolstackstart
John Dilley [Mon, 16 Nov 2015 18:12:14 +0000 (18:12 +0000)]
Add self to toolstackstart

9 years agoFix install.py again
John Dilley [Mon, 16 Nov 2015 18:07:10 +0000 (18:07 +0000)]
Fix install.py again

9 years agoFix install.py
John Dilley [Mon, 16 Nov 2015 18:05:42 +0000 (18:05 +0000)]
Fix install.py