Commit Graph

3456 Commits

Author SHA1 Message Date
Adrian Cole 1f0d621ded reduced extrodinarily verbose logging 2011-10-03 16:51:47 -07:00
Adrian Cole 98b28d7873 added better logging to softlayer tests 2011-10-03 16:36:49 -07:00
Adrian Cole d5e243f396 removed experiment test as it is now covered in SoftLayerComputeServiceLiveTest 2011-10-03 16:10:31 -07:00
Adrian Cole b2e1da711a Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Issue 158: Removed location override
  Mark a live test as not enabled (needs investigation), change comment line
  Issue 158: Fixing unit/live tests
  Better error message - print node details
  Issue 158: Updated comment
  Issue 158: Get prices via orderTemplateCall. Use this to build hardware/image/os
2011-10-03 15:38:47 -07:00
Adrian Cole c90f165aca Merge pull request #94 from jsonking/master
This updates the NodeMetaData with Hardware/Image/Os from the orderTemplate
2011-10-03 15:30:15 -07:00
Jason King 45a6541247 Issue 158: Removed location override 2011-10-03 22:51:46 +01:00
Jason King 0dc804f4a7 Mark a live test as not enabled (needs investigation), change comment line 2011-10-03 22:40:02 +01:00
Jason King c674bdb1b3 Issue 158: Fixing unit/live tests 2011-10-03 22:05:23 +01:00
Jason King 5b6b4da3f9 Better error message - print node details 2011-10-03 22:03:50 +01:00
Adrian Cole 9f24f68fd2 added comment to base test 2011-10-03 13:31:42 -07:00
Adrian Cole a5df0975d8 Merge pull request #85 from karel1980/master
Issue 707: add Statements.createOrOverwriteFile
2011-10-03 11:55:42 -07:00
Jason King 5957e1953d Issue 158: Updated comment 2011-10-03 16:37:53 +01:00
Jason King b9c6b2766f Issue 158: Get prices via orderTemplateCall. Use this to build hardware/image/os 2011-10-03 16:32:07 +01:00
Adrian Cole 3ca2826eac Merge pull request #93 from jsonking/master
Issue 158 Fix virtual guest equals/hashcode/toString. Added hardware to node data. Tests for virtualguest to node metadata.
2011-10-02 11:54:40 -07:00
Jason King 78017f8045 Issue 158: Moved SoftLayerParserModule to right package 2011-10-02 19:41:04 +01:00
Jason King 7671a391ac Removed commented out line and TODO. VirtualGuestAdapter is already configured in SoftLayerParserModule 2011-10-02 19:37:00 +01:00
Jason King 2a30b2df2f Issue 158: Tests for virtualguest to node metadata. Fix virtual guest equals/hashcode/toString. Added hardware to node data 2011-10-02 17:10:36 +01:00
Adrian Cole 5d179a6bd8 flattened virtualguest.billingItem.id into virtualguest.billingItemId and added test cases for VirtualGuestToNodeMetadata 2011-10-02 00:35:01 -07:00
Adrian Cole 032c1b9246 Merge pull request #92 from jsonking/master
Issue 158: Modified VirtualGuest with more fields so that VirtualGuestToNodeMetadata can make better progress
2011-10-01 17:31:23 -07:00
Jason King 65e7b66c8a Issue 158: Responses for virtual guests in various states 2011-10-01 20:39:21 +01:00
Jason King 3e1ee1d277 Issue 158: Added powerState and datacenter to VirtualGuest. Increased timeout for waiting for a node, changed test to log in using publicIpAddress 2011-10-01 20:38:03 +01:00
Adrian Cole e6ec52166e Issue 705: update to gson 1.7.2 2011-09-30 22:42:38 -07:00
Adrian Cole ec7a736771 updated eucalyptus tests 2011-09-30 22:38:25 -07:00
Adrian Cole b599b30f99 Issue 158: Added retryable predicate to check that login information is available. 2011-09-30 22:35:54 -07:00
Adrian Cole 10d479bb22 Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Fixed @Nullable annotation to from javax.annotation to org.jclouds.annotation
  Issue 694: Correcting imports
2011-09-30 21:54:12 -07:00
Adrian Cole ded6cb2f7a updated some javadoc 2011-09-30 21:54:01 -07:00
Mattias Holmqvist 9049cb3b28 Merge branch 'master' of https://github.com/aplowe/jclouds into aplowe-master
Conflicts:
	compute/src/test/java/org/jclouds/compute/callable/RunScriptOnNodeUsingSshTest.java
2011-09-30 22:03:12 +02:00
Mattias Holmqvist e2997539e5 Fixed @Nullable annotation to from javax.annotation to org.jclouds.annotation 2011-09-30 20:57:46 +01:00
Adam Lowe 001c58cba7 Issue 694: Correcting unit test to run it single-threaded 2011-09-30 20:57:46 +01:00
Adrian Cole f26413d8d7 formatting 2011-09-30 20:57:46 +01:00
Adrian Cole bd8d02d1d5 fixed unit test to be single-threaded as mocks aren't threadsafe 2011-09-30 20:57:45 +01:00
Adam Lowe 08fd5cd1eb Issue 694: Adjusting RunScriptOnNodeUsingSsh to use '\n's and adding RunScriptOnNodeUsingSshTest 2011-09-30 20:57:45 +01:00
Aled Sage 6fdc30e2e1 issue 702: NodeRunning predicate throws IllegalStateException when state is terminated 2011-09-30 20:57:45 +01:00
Adrian Cole 5be66b2c6f formatting 2011-09-30 20:57:45 +01:00
Alex Heneveld 975768bcb2 allow null/missing for varargs params (needed e.g. for EC2 ElasticBlockStoreAsyncClient.describeVolumesInRegion) 2011-09-30 20:57:45 +01:00
Alex Heneveld c597e079d5 fix to check for nullable in those places where we test that nullable is supported, and to test that leaving out nullable disallows null parameters 2011-09-30 20:57:45 +01:00
Alex Heneveld 8e34f639c5 fix for 698, and test (better error messages on illegal null params);
also spotted some tests that don't actually test what's expected
2011-09-30 20:57:45 +01:00
Adam Lowe 466072c811 Issue 694: Using "here-document" redirection to wrap commands being passed into sudo 2011-09-30 20:57:44 +01:00
Jason King cea43e6c66 Issue 158: Adding SoftLayerComputeServiceLiveTest (doesn't pass yet). 2011-09-30 20:56:56 +01:00
Jason King 90c553b5d9 Issue 158: Retryable predicate to check that the virtual guest is loginable. 5min timeout (which is too low still). 2011-09-30 20:56:26 +01:00
Mattias Holmqvist 9866ae142c Fixed @Nullable annotation to from javax.annotation to org.jclouds.annotation 2011-09-30 21:48:31 +02:00
Adam Lowe 9e6d52c54b Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-30 20:46:16 +01:00
Adam Lowe 029bbd1ad3 Issue 694: Correcting imports 2011-09-30 20:45:59 +01:00
Adrian Cole ce6749dbd4 Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Issue 694: Correcting unit test to run it single-threaded
  Issue 694: Adjusting RunScriptOnNodeUsingSsh to use '\n's and adding RunScriptOnNodeUsingSshTest
  Issue 694: Using "here-document" redirection to wrap commands being passed into sudo
2011-09-30 11:19:24 -07:00
Adrian Cole ae98f06d99 Merge branch 'master' of https://github.com/jsonking/jclouds
* 'master' of https://github.com/jsonking/jclouds:
  Issue 158: Removed function to find virtual guest - no longer needed
  issue 384: IsoToMachine + Test started
  issue 384: IsoToMachine + Test started
  Issue 158: Property/Predicate/finder to test that the product order got created. Initial timeout of 5s
  added option to specify domainName as an option when using softlayer
  fixed location for openhosting to FL, not VA
2011-09-30 11:14:16 -07:00
Adrian Cole d094f9e6d3 Merge pull request #88 from aplowe/master
Issue 964 fix and corresponding unit test
2011-09-30 11:10:46 -07:00
Adam Lowe 2a2af9b322 Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-30 19:08:44 +01:00
Adam Lowe c1b6e18fd3 Issue 694: Correcting unit test to run it single-threaded 2011-09-30 19:08:06 +01:00
Adrian Cole 90037fb656 formatting 2011-09-30 10:49:58 -07:00
Adrian Cole 557445db57 fixed unit test to be single-threaded as mocks aren't threadsafe 2011-09-30 10:49:25 -07:00