Commit Graph

2736 Commits

Author SHA1 Message Date
Victor Galkin 63c7f9c319 Fix for support maven surefire plugin test runner 2011-04-26 19:34:07 +04:00
Victor Galkin bb09790060 Fix env to properties 2011-04-26 18:41:23 +04:00
Victor Galkin bacafb98dc Fix for support maven surefire plugin test runner 2011-04-26 18:19:12 +04:00
Victor Galkin cfa8b1497a Fixes in live tests 2011-04-25 22:21:34 +04:00
Victor Galkin a452ca086e Fixes in live tests 2011-04-22 23:23:26 +04:00
vicglarson 59c4ae8ede Fix after merge 2011-04-22 20:34:13 +04:00
vicglarson 8c8161ec79 Live tests fix 2011-04-22 20:30:16 +04:00
vicglarson b9a5397a45 Fixes in live tests 2011-04-22 20:19:29 +04:00
Dmitri Babaev 27c1162eaf unit test fixes 2011-04-22 18:01:59 +04:00
Dmitri Babaev 4198f23f4b test classes for development 2011-04-22 17:14:56 +04:00
vicglarson 78db8f1bfc Fixes in live tests 2011-04-22 17:14:55 +04:00
vicglarson d065f61b92 Fixes in live tests 2011-04-22 17:12:55 +04:00
vicglarson 3899ff2f99 Fixes in live tests 2011-04-22 17:11:35 +04:00
Dmitri Babaev 1035516c2d Unit test fixes 2011-04-22 17:10:34 +04:00
vicglarson d8a721c175 Fixes in live tests 2011-04-22 17:08:12 +04:00
Dmitri Babaev 06b99c1cdc unit test fixes 2011-04-22 17:06:53 +04:00
vicglarson 7f02824928 Fixes in live tests 2011-04-22 17:03:07 +04:00
vicglarson f52f331be9 Fixed tests. Added affinity id and dates. 2011-04-22 17:02:01 +04:00
Dmitri Babaev 69462fb51c unit test fixes 2011-04-22 16:51:29 +04:00
Dmitri Babaev cf82aab594 URI is used to calculate the server image and hardware
test fixes
2011-04-22 16:45:24 +04:00
vicglarson 3ce5c9fe2c Added test for ServerStatus 2011-04-22 16:44:51 +04:00
vicglarson a2ec3ba34c Ignored some asserts 2011-04-22 16:44:50 +04:00
Dmitri Babaev a48850f1ac maven xsd fix 2011-04-22 16:41:42 +04:00
Dmitri Babaev 92f9ae8909 explicit jsch dependency is removed 2011-04-22 16:41:41 +04:00
Dmitri Babaev 72cc633876 jsch dependency version is fixed 2011-04-22 16:41:40 +04:00
Dmitri Babaev a131e2a34b Domain model is fixed to match the API v1.1
remaining parts of shared ip functionality is removed
2011-04-22 16:41:39 +04:00
vicglarson 82e3c4ddf7 Repair after merge 2011-04-22 14:21:11 +04:00
vicglarson 518177cff0 Committed log4j.xml to win 2011-04-22 14:20:36 +04:00
vicglarson b17b860279 Changed Addresses and Server domain objects do deserialize current nova response. Updated tests. 2011-04-22 14:19:59 +04:00
Dmitri Babaev eb4dedca62 slf4j + logback is used for logging in tests
numeric IDs instead of URIs in requests
2011-04-22 14:19:57 +04:00
vicglarson 39c642964a Removed sharedIP. Renamed id to ref in tests. 2011-04-22 14:04:49 +04:00
vicglarson 8d2d3e8088 Changed expectations for parser tests 2011-04-22 14:04:22 +04:00
vicglarson 5e2bae24e8 Changed jsons to parser tests. Removed unnecessary catches. 2011-04-22 14:04:21 +04:00
Dmitri Babaev f66e27c2ca test tool 2011-04-22 14:04:19 +04:00
Dmitri Babaev 95b060218a API is updated to use URI references 2011-04-22 14:04:18 +04:00
Dmitri Babaev 1137e552ae Shared IP groups is removed
Backup management is removed
2011-04-22 14:02:29 +04:00
vicglarson d210baa962 Removed unneccessary artifact again 2011-04-22 14:00:28 +04:00
vicglarson ca4b0fe618 Fixed expectations of createRequest tests 2011-04-22 14:00:27 +04:00
vicglarson e01910ffd8 Removed unusefull properties 2011-04-22 14:00:26 +04:00
Dmitri Babaev 1e204e55cb removed unnecessary artifacts 2011-04-22 14:00:25 +04:00
Dmitri Babaev f8afe3860b test json output 2011-04-22 14:00:24 +04:00
unknown 8fb5ec9555 Added test properties template. Rearranged tests. 2011-04-22 14:00:24 +04:00
Dmitri Babaev 4019137687 unspecified string instead of empty image name or description 2011-04-22 14:00:22 +04:00
Dmitri Babaev e0a76aa08b API version is set to 1.1 by default
ignoring nulls in name and field for image descriptions
2011-04-22 13:59:00 +04:00
Dmitri Babaev 402ee2adbe api version in properties builder,
more methods in simple client app
2011-04-22 13:54:08 +04:00
Dmitri Babaev 159224de89 Properties builder for Nova,
simple client app to test API
2011-04-22 13:54:07 +04:00
David Santiago 6a3ce93d26 Clean up a comment on the blobstore2/blob function. For realsies. 2011-04-21 14:05:51 -05:00
David Santiago 29744fddda Clean up a comment on the blobstore2/blob function. 2011-04-21 11:36:47 -05:00
David Santiago 6152de91c5 Small enhancements to blobstore2_test.
Made each test clause insert a uniquely named blob, to reduce risk that an
earlier correct result masquerades as a success in a later clause.
2011-04-21 11:32:42 -05:00
David Santiago cea0e7d7ad Update blobstore2 to have a convenience protocol for building blob payloads.
* Added PayloadSource protocol with a number of implementations, including
  all currently covered classes.
* Added implementation for clojure.lang.IFn, so that you can pass in a closure.
* Updated blob function to pass the :payload argument through the payload
  protocol function.
* Added some tests for the payload protocol.
2011-04-21 04:03:58 -05:00