Activity
From 03/06/2013 to 04/04/2013
04/04/2013
- 07:29 pm Revision d0f37f84: Merge branch 'feature-connection' into develop
- 07:27 pm Revision 1d1b2724: Adjust docs to recent changes, fix missing config
- Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki c... - 07:20 pm Revision 64c26817: Wip kamaki.clients.test.py
- 07:19 pm Support #3526 (Resolved): Support the new objpool HTTP connection-response model and simplify kam...
- The kamaki.client.connection module is removed in this new implementation
The fat layer of connection classes has ... - 07:12 pm Revision f8eea8ec: Unittest ResponseManager
- 05:57 pm Revision 7fa5c263: Unittest kamaki.clients.RequestManager
- 04:37 pm Revision c2b5da2f: Redesign http connection module
- Merge everything to kamaki.clients
Remove multiple hierarchies of connection classes (== abandon support for
alt... - 02:28 pm Bug #3527 (Closed): Some kamaki requests return "404 Not Found"
- Shared variables are to blame for this error, it is fixed with hotfix 0.7.8
- 02:27 pm Bug #3547 (Closed): kamaki network delete error when performed on a deleted network
- To reproduce the error:...
- 01:27 pm Feature #3546 (Closed): Let end users explicitely set the maximum number of threads
- 12:01 pm Support #3541 (Closed): Modify semantics for kamaki store setquota
- Now: ...
04/03/2013
- 06:21 pm Revision e0d3e091: Enforce objpool>=0.2, break kamaki, fix it soon
- 06:13 pm Revision 948c3fa9: Bump version to 0.7.8-2
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 06:09 pm Revision 58dcac78: Bump version to 0.7.8-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 06:08 pm Revision aa18d87f: Enforce objpool>=0.2 dependency
- 06:07 pm Revision 4435d0a4: Merge branch 'master' into debian
- Conflicts:
Changelog - 05:51 pm Revision eacf334e: Update debian control rule objpool>=0.2 instead of >0.1.1
- 05:43 pm Revision 83881ff1: Merge branch 'develop' into feature-connection
- 05:26 pm Revision ea9a120c: Bump version to 0.7.8-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 05:20 pm Revision b56c1d3c: Update deprecated dependency notation
- 04:52 pm Revision 452bc477: Enforce dependency objpool>0.1.1
- 04:52 pm Revision f8aa0413: Merge branch 'master' into debian-master
- 04:47 pm Revision b846245e: Enforce dependency objpool>0.1.1
- 04:18 pm Revision ecce4398: Merge branch 'master' of https://code.grnet.gr/git/kamaki
- 04:05 pm Revision 4d783ed1: Merge branch 'hotfix-0.7.8'
- 03:55 pm Feature #3536 (Closed): Implement a recursive kamaki store upload
- Now: _kamaki store upload_ uploads only one local file per call.
Desired feature: support uploading a whole direct... - 01:12 pm Revision fbb5e1e5: Document changes in Changelog
- 01:08 pm Bug #3527 (Resolved): Some kamaki requests return "404 Not Found"
- The issue is caused by threads using the same instance of kamaki.clients.connection.kamakicon.KamakiHTTPRequest. The ...
04/02/2013
- 06:36 pm Support #3526: Support the new objpool HTTP connection-response model and simplify kamaki.clients...
- This is fixed in 0.7.8 with a hotfix patch. In version 0.8. we should also expect a cleaner kamaki.client.connection ...
- 06:01 pm Revision 0fe4fe91: New hotfix 0.7.8
- Adjust kamaki.clients.connection module to objpool > 0.1.1
The new objpool uses a context manager for pooling connect... - 05:20 pm Bug #3527 (Closed): Some kamaki requests return "404 Not Found"
- Some kamaki requests return "404 Not Found"
When using kamaki to download an image from Pithos+ sometimes the user... - 03:44 pm Support #3526 (Closed): Support the new objpool HTTP connection-response model and simplify kamak...
- 02:24 pm Revision 5b32d978: Remove testing code
- 02:23 pm Revision 2dc39c27: Remove invalid header values in image register
- 01:50 pm Feature #3229 (Closed): Fine grained unittests for clients lib
- 01:48 pm Feature #3490 (Resolved): In CLI, move non-plankton/glance commands from image to cyclades
- It has been implemented like this:
Plankton / Glance commands:
@kamaki image <...>@
Compute Image commands:
... - 01:44 pm Revision 2fe6acd1: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
- 01:43 pm Revision 7135d478: Merge branch 'feature-separate-image-commands' into develop
- 01:27 pm Revision 573be34f: Cover image-compute command group in documentation
- 12:46 pm Revision 8741c407: Create an image compute cmd group, make it work
- - image compute group contains all Compute Image API commands, as oposed to
Plankton API commands.
- definition of a...
03/29/2013
- 06:51 pm Support #3514 (Closed): kamaki create network should use a default network type
- This is required since synnefo 0.14 and it doesn't harm any previous synnefo versions
- 05:27 pm Feature #3513 (Closed): Impolement a client-side filter mechanism for image listing
- Server-side image listing is incomplete. It would be nice if kamaki could provide an extention to that filtering, all...
- 05:24 pm Feature #3512 (Closed): Image register should return response headers (especialy image id)
- 01:02 pm Bug #3509 (Closed): *--public* argument does nothing when used with *kamaki store list*
- Try:
@$ kamaki store list
$ kamaki store list --public@
Logs show that --public has no effect to the http requ... - 12:32 pm Revision 049eaf52: Fix store_upload typo in progress argument
03/26/2013
- 12:51 pm Revision 47ccc132: Merge branch 'feature-logging' into develop
- 12:40 pm Revision e8af27f4: Add a ClientError logger to kamaki.clients
- 12:23 pm Revision 42115b51: Move logger operations to a seperate file/pkg
03/22/2013
- 07:06 pm Revision 2406db97: Disable token logging (synnefo bug #3480)
- 06:55 pm Revision f09da8c8: Add logging to file functionality (#3441)
- 05:28 pm Feature #3490: In CLI, move non-plankton/glance commands from image to cyclades
- Update:
All glance commands should be available as:
kamaki image-glance XXX
All compute commands should be... - 05:14 pm Feature #3490 (Closed): In CLI, move non-plankton/glance commands from image to cyclades
- 04:44 pm Revision 61ca0ecd: Create get_logger, add_logger methods in clients
- 04:24 pm Feature #3422 (Closed): Let caller program explicitly set connection pool size for all methods
- 04:23 pm Feature #3456 (Resolved): Uniformity to runtime arguments
- 03:48 pm Revision 59f71e99: Merge branch 'feature-tests' into develop
- 03:42 pm Revision 3c50df2e: Apply a simple naming convention for unit tests
- Naming convention:
Actual functionality:
In package kamaki.clients.pkg there is class C containing a method M
Test ... - 02:02 pm Revision 95df5021: Merge branch 'develop' into feature-tests
- 01:49 pm Revision 4054c46d: Document unittest mechanism, dependency changes
- New dependency changes: progress is required, mock is optional
Changes are also documented - 11:51 am Bug #3370 (Closed): http connection leak when exception raises while getting connection results
- 11:45 am Bug #3458 (Closed): estimated time when downloading
- 11:41 am Revision f40f0cb7: Ensure uniform runtime args in cli (feature #3456)
03/21/2013
- 07:39 pm Bug #3403: ETA estimation is completely off for Pithos uploads
- This is actualy a progress issue. ETA is handled by the progress package ( https://pypi.python.org/pypi/progress ) an...
- 06:57 pm Revision 91e9bf7f: Add redudant -c argument to mean --config (global)
- 06:41 pm Feature #3230 (Closed): Pithos+ operations between different accounts
- 06:37 pm Revision 7cac95a7: Re-allow empty paths to clients.Client.request
- 06:08 pm Feature #3229 (Resolved): Fine grained unittests for clients lib
- 06:08 pm Feature #3228 (Closed): Mock testing for kamaki clients
- 06:07 pm Bug #3444 (Closed): Intro help \exit should be /exit
- 06:07 pm Revision a6aced18: Fix typo in shell intro (bug #3444)
- 06:03 pm Revision 8e8ec61a: Merge branch 'feature-tests' into develop
- 05:48 pm Revision 6a6175c0: Unittest full kamaki.clients.Client
- 03:24 pm Revision 2e247767: Remove unused method set_default_headers
- 02:28 pm Revision 9af3a427: Unittest kamaki.clients.Client.set_param
- 02:23 pm Revision 97baa5c3: Unittest kamaki.clients.Client.set_header
- 02:04 pm Revision 5dde4c83: Unittest kamaki.clients.Client._raise_for_status
03/20/2013
- 06:49 pm Revision 9c6c3d69: Unittest kamaki.clients.Client._watch_thread_limit
- 05:18 pm Revision 5a71b3a1: Initialize a kamaki.clients.Client unittest
- Onluy instatiation is tested so far
- 05:02 pm Revision 27abfa9f: Finetest kamaki.clients.SilentEvent
- 03:58 pm Revision f4de4c91: Unittest kamaki.clients ClientError
- 02:20 pm Revision 27058e48: Merge kamaki.clients.connection.test with clients
- 02:11 pm Revision 657dc0c8: Report total # of tests and failures in bulk tests
- 01:33 pm Revision 23f0f6da: Complete clients.utils unittests
- 01:06 pm Revision 480585cd: Setup unittests for clients.utils methods
- Methods tested so far: _matches, filter_in, filter_out
03/19/2013
- 06:39 pm Revision 61c7a05f: Unittest PithosRest.object_delete and its over
- 06:32 pm Revision c639293b: Unittest PithosRest.obejct_post
- 06:12 pm Revision 1a8bfa4f: Unittest PithosRest.object_move
- 05:59 pm Revision 49886c59: Unittest PithosRest.object_copy
- 05:45 pm Revision 6cd86652: Unittest PithosRest.object_put
- 04:23 pm Revision 1b80cb25: Unittest PithosRest.object_get
- 04:07 pm Revision fa27f71a: Unittest PithosRest.object_head
- 03:50 pm Revision faa4a3ea: Unittest PithosRest.container_delete
- 03:46 pm Revision 7702c429: Unittest PithosRest.container_post
- 03:25 pm Revision 1df0b0aa: Unittest PithosRest.container_get
- 02:45 pm Revision c7e9c644: Unittest PithorRest.container_get
- 02:02 pm Revision bbf5dddd: Unittest PithorRest.container_head
- 01:50 pm Revision 14c39352: Merge branch 'develop' into feature-tests
- 01:39 pm Revision 43726743: Bump version to 0.7.7-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:35 pm Revision 677518e4: Bump version to 0.7.7-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:35 pm Revision b8e7394f: Merge branch 'master' into debian-master
- 12:50 pm Revision c7c1c09f: Merge branch 'master' of https://code.grnet.gr/git/kamaki
- 12:37 pm Revision 8066c74f: Merge branch 'hotfix-0.7.7'
- 12:27 pm Revision 6ab54a4b: Update changelog and version tag
- 12:26 pm Revision 8fbbaccc: Update installation isntructions to suggest pypi
- Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for developm... - 12:18 pm Revision 6539c700: Update installation isntructions to suggest pypi
- Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for developm...
03/15/2013
- 06:55 pm Bug #3458 (Closed): estimated time when downloading
- Time estimation does not seem to work when downloading files
- 06:50 pm Bug #3457 (Closed): User interupt in recursive download takes too long
- 06:40 pm Revision da657652: Unittest PithosRest.account_post
- 06:18 pm Feature #3456 (Closed): Uniformity to runtime arguments
- In specific:
- the --config option is the only top-level runtime argument that doesn't have a short
- Recursive d... - 06:08 pm Revision 1b4629c6: Unittest PithosRest.account_get
- 05:39 pm Revision bdbca529: Unittest PithosRest.account_head
- 04:58 pm Revision 55faa0bc: Prepare PithorRest testcase for implementation
- 04:26 pm Revision cd5c8cc9: Unittest ComputeRestApi.networks_put 4theWIN
- 04:25 pm Revision 50edcde7: Unittest CycladesRestApi.netowrks_post
- 04:21 pm Revision fc835c42: Unittest CycladesRestApi.networks_get
- 03:47 pm Revision 68fd1bda: Unittest CycladesRestApi.servers_get
- 03:26 pm Revision a8fe029d: Unittest ComputeRestApi.images_put
- 03:20 pm Revision f3cb8dad: Unittest ComputeRestApi.images_delete and improve
- improve: group common ComputeRestApi testing code in clients.compute.test
- 03:09 pm Revision 6af47576: Unittest Compute.flavors_get
- 03:07 pm Revision 6695edc9: Unittest Compute.servers_put
- 02:48 pm Revision 6a00d7a7: Unittest ComputeRestApi.servers_post
- 01:55 pm Revision 882c7e33: Unittest ComputeRestApi.servers_delete
- 01:30 pm Revision 2bfb3db3: Move compute_rest_api to compute.rest_api
- kamaki.clients.compute_rest_api --> kamaki.clients.compute.rest_api
- 01:29 pm Revision 630dea9b: Unittest ComputeRestApi.servers_get
- 12:23 pm Revision b283ee49: Complete Image.* fine testing
- 12:16 pm Revision 10e6c39a: Finetest Image.remove_member
- 12:14 pm Revision d8c7cccc: Finetest Image.add_member
- 12:11 pm Revision 5a745d8a: Finetest Image.list_members
- 12:09 pm Revision 80643233: Finetest Image.set_members
- 12:04 pm Bug #3446 (Closed): Astakos client cache should not be shared between instances
- 12:03 pm Revision f875dd02: Finetest Image.register
- 11:26 am Revision d55c06f0: Finetest Image.get_meta
- 11:21 am Revision 4ba03838: Finetest Image.list_public
- 10:45 am Revision ae4585f5: Rephrase astakos client and wip clients code
03/14/2013
- 06:54 pm Revision 98a7195e: Rephrase pithos mocking expressions
- 06:17 pm Revision 6d92ebc3: Rephrase mocking expressions in clients.storage
- 06:00 pm Revision 1df5305d: Rephrase mocking expressions
- 05:43 pm Revision b6403d2d: Finetest Cyclades.get_image_metadata
- 05:08 pm Revision f15a4776: Finetest Cyclades.delete_network
- 05:03 pm Revision fb392083: Finetest Cyclades.update_network_name
- 04:50 pm Revision 5f4fcc1b: Finetest Cyclades.get_network_details
- 04:49 pm Revision be7599cf: Finetest Cyclades.disconnect_network_nics
- 04:39 pm Revision 99d462c6: Finetest Cyclades.list_network_nics
- 04:38 pm Revision dce00f54: Finetest Cyclades.list_networks
- 04:31 pm Revision a5c8ec5d: Finetest Cyclades.list_server_nics
- 04:24 pm Revision b87ed277: Finetest Cyclades.disconnet_server
- 04:15 pm Revision 850d58c7: Finetest Cyclades.connect_server
- 04:10 pm Revision 18a27c41: Finetest Cyclades.create_network
- 04:02 pm Revision f6c1319e: Finetest Cyclades.get_server_stats
- 04:00 pm Revision 153910c8: Finetest Cyclades.set_firewall_profile
- 03:56 pm Revision 852d2713: Finetest Cyclades.get_firewall_profile
- 03:44 pm Revision c390cb98: Finetest Cyclades.get_server_console
- 03:31 pm Revision cecad288: Finetest Cyclades.start_server
- 03:29 pm Revision d841b964: Finetest Cyclades.shutdown_server
- 03:19 pm Revision 545be6b7: Finetest Cyclades.list_servers
- 02:55 pm Revision 0482817c: Finetest and move Compute.delete_image_metadata
- 02:44 pm Revision 428aa852: Finetest and move Compute.update_image_metadata
- 02:42 pm Revision 71017d87: Finetest and move Compute.create_image_metadata
- 02:38 pm Revision f711008c: Finetest and move Compute.delete_image
- 02:37 pm Revision 0651cda3: Finetest amd move Compute.delete_server
- 01:49 pm Revision 5656f78c: Finetest and move Compute.get_image_metadata
- 01:46 pm Revision 937ef4dd: Finetest and move Compute.get_image_details
- 01:41 pm Revision b2347a17: Finetest and move Compute.list_images
- 01:33 pm Revision ae9c3b5f: Finetest and move Compute.get_flavor_details
- 01:30 pm Revision 8c40c4a6: Finetest and move Compute.list_flavors
- 01:22 pm Revision dbd50059: Finetest and move Compute.delete_server_metadata
- 01:20 pm Revision e750a969: Finetest and move Compute.update_server_metadata
- 01:12 pm Revision d224bb37: Finetest and move Compute.get_server_metadata
- 01:07 pm Revision d560c67b: Finetest and move Compute.create_server_metadata
- 12:55 pm Revision 876aae74: Finetest and move Compute.reboot_server
- 12:51 pm Revision 2ace03e5: Finetest and move Compute.update_server_name
- 12:45 pm Revision 26ccd6fb: Finetest and move Compute.get_server_details
03/13/2013
- 06:46 pm Revision 0067c031: Finetest Compute.list_servers
- 05:33 pm Revision edf8ad52: Finetest and move Compute.create_server
- 05:08 pm Revision 0908db91: Bump ubuntu version to 0.7.6-0ubuntu1
- 04:58 pm Revision 304a92dc: Create package kamaki.clients.compute with tests
- 04:46 pm Revision faedebb2: Merge branch 'hotfix-0.7.6'
- 04:17 pm Revision e8647b62: Bump version to 0.7.6-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:17 pm Revision e747ae49: Merge branch 'hotfix-0.7.6' into debian-hotfix-0.7.6
- 04:02 pm Revision 5ce5f1f6: Transform static AstakosClient._cache to member
- 03:57 pm Revision 7d2ff7e1: Make hotfix ready for release
- 03:51 pm Bug #3446 (Closed): Astakos client cache should not be shared between instances
- 03:49 pm Revision 06d51c96: Transform static AstakosClient._cache to member
- 03:47 pm Revision 9d74de5d: Transform static AstakosClient._cache to member
- 03:14 pm Revision e3b8f796: Finetest and move Storage.list_objects_in_path
- 03:12 pm Revision 7d15ffe9: Finetest and move Storage.list_objects
- 03:10 pm Revision b23d2558: Finetest and move Storage.delete_object
- 03:08 pm Revision 73fcb6a2: Finetest Storage.move_object
- 02:48 pm Revision 324fee8f: Finetest Storage.copy_object
- 02:07 pm Revision 3941857a: Finetest and Storage.replace_object_meta
- 01:57 pm Bug #3444 (Closed): Intro help \exit should be /exit
- 01:36 pm Revision 2b752353: Finetest Storage.del_object_meta
- 01:19 pm Revision 5ea1e2ac: Finetest Storage/Pithos.get_object_meta
- 12:58 pm Revision aa9c7402: Finetest Storage.create_directory
- 12:53 pm Revision f13ae956: Finetest and move Storage.create_directory
- 12:37 pm Revision 52228b49: Finetest and move Storage.create_object
- 12:34 pm Revision c2bf1c19: Finetest Storage.upload_object
- 12:06 pm Revision 7601a4d5: Finetest Storage.list_containers
- 11:43 am Revision d15e5249: Finetest and move Storage.delete_container
- 11:42 am Revision f3671186: Finetest Storage.get_container_info
03/12/2013
- 07:51 pm Revision 8938a79b: Bump ubuntu version to 0.7.5-0ubuntu1
- 07:15 pm Revision 96befbfd: Finetest and move Stoage.create_container
- 07:10 pm Revision 3e6f33ca: Finetest Storage.del_account_meta
- 06:51 pm Revision ceb84616: Finetest and move Storage.replace_account_meta
- 06:40 pm Revision b1738762: Finetest PithosClient.get_account_info
- 06:35 pm Revision c608d6e9: Finetest Storage.get_acount_info
- 05:59 pm Revision 85898ca4: Rearange client packages 4 uniformity in testing
- 03:53 pm Revision fb674626: Livetest account_post to set userlist as group
- 03:37 pm Revision 023230b5: Fix old livetest pithos error, new _encode method
- Old livetest pithos has an error in test_account_post since pithos
server started checking if usernames to be set in ... - 03:28 pm Support #3441 (Closed): Parametrise logging in kamaki.clients.Client
- 03:04 pm Revision b35e8daf: Add utf-8 params/headers checks in perform_request
- 01:13 pm Revision bcd6c6e6: Finetest _retrieve_connection_info
- @ clients.connection.kamakicon.KamakiHTTPConnection
- 11:28 am Revision bf7e705c: Merge branch 'feature-tests' into develop
03/11/2013
- 07:39 pm Bug #3403 (Closed): ETA estimation is completely off for Pithos uploads
- 06:16 pm Revision 975270f2: Apply uniform coding styl in unittests
- 05:30 pm Revision 402b6f48: Fix pep8 warnings
- 05:16 pm Feature #3422 (Resolved): Let caller program explicitly set connection pool size for all methods
- 05:15 pm Feature #3228 (Resolved): Mock testing for kamaki clients
- 05:12 pm Revision 607f60ab: Unittest clients.pithos get object versionlist
- ... aaaand complete clients.pithos test mocking
- 05:08 pm Revision 23be9656: Unittest clients.pithos get sharing accounts
- 04:48 pm Revision fe7278ee: Unittest clients.pithos overwrite object
- 04:02 pm Revision 5597767e: Unittest clients.pithos truncate object
- 03:56 pm Revision 16b0afe6: Rename POOL_SIZE option to MAX_THREADS
- 03:42 pm Revision 20387cd4: Unittest clients.pithos append object
- 01:53 pm Revision e73b65dd: Unittest clients.pithos del object sharing
- 01:47 pm Revision 221820b8: Unittest clients.pithos set object sharing
- 01:11 pm Revision 8d4b8387: Unittest clients.pithos get object sharing
- 12:34 pm Revision 278c9018: Unittest poolsize option at clients.connection
- 12:23 pm Revision 8629edf9: Merge branch 'develop' into feature-tests
- 12:19 pm Revision b04a1abf: Explicetely set http connection poolsize
- Conflicts:
version - 12:19 pm Revision 245b94c5: Correct version after applying hotfix
- 12:17 pm Revision c8b178ee: Explicetely set http connection poolsize
03/08/2013
- 08:41 pm Feature #3422 (Closed): Let caller program explicitly set connection pool size for all methods
- 08:33 pm Revision aa67b8e5: Unittest clients.pithos unpublish object
- 08:31 pm Revision f847a0cc: Unittest clients.pithos publish object
- 08:01 pm Revision d85e02c5: Unittest clients.pithos set object meta
- 07:41 pm Revision 5c72ad76: Unittest clients.pithos del object
- 07:28 pm Revision ec1d0bbe: Unittest clients.pithos set container q/v
- q: quota
v: versioning - 07:15 pm Revision e9a2925f: Unittest clients.pithos del container meta
- 07:12 pm Revision c1b21988: Unittest clients.pithos set containet meta
- 07:04 pm Revision a8f0a8e2: Unittest clients.pithos get container object meta
- 06:55 pm Revision c6da1ccc: Replace mock.Mock with patch decorator in pithos
- 05:48 pm Revision c297102c: Unittest clients.pithos get container meta
- 05:26 pm Revision 1879e310: Unittest clients.pithos get container quota
- 04:46 pm Revision bae347d3: Unittest clients.pithos get container versioning
- 04:34 pm Revision 843afe1f: Unittest clients.pithos del container
- 03:55 pm Revision a6439733: Unittest clients.pithos set account versioning
- 03:53 pm Revision edd209d3: Unittest clients.pithos set account quota
- 03:50 pm Revision 84817ae5: Unittest clients.pithos set account meta
- 03:27 pm Revision e78922d9: Unittest clients.pithos get account group
- 03:15 pm Revision de27950a: Unittest clients.pithos get account meta
- 02:30 pm Revision 16b77981: Unittest clients.pithos get account versioning
- 02:27 pm Revision 34f48ce0: Unittest clients.pithos get account quota
- 02:23 pm Revision 419fa6c4: Unittest clients.pithos del account group
- 02:17 pm Revision 8b71426c: Unittest clients.pithos set account group
- 02:09 pm Revision cb65588d: Unittest clients.pithos get object hashmap
03/07/2013
- 08:36 pm Revision b4e29772: Unittest clients.pithos download object
- 07:11 pm Bug #3403 (Closed): ETA estimation is completely off for Pithos uploads
- Uploading a large (~10GB) file to Pithos+:...
- 06:57 pm Revision e82edbb0: Unittest cl/.pithos create object by manifestation
- 06:36 pm Revision 2a7292f1: Unittest clients.pithos upload object unchunked
- 05:43 pm Revision 5ffdab56: Complete testing storage-compatible clients.pithos
- Last method: list objects in path
- 05:34 pm Revision 39c737d4: Unittest clients.pithos list objects
- 05:14 pm Revision 898e6fb7: Unittest clients.pithos move object
- 04:26 pm Revision 33487500: Unittest clients.pithos copy object
- 04:02 pm Revision bd3a524f: Unittest clients.pithos replace object meta
- 03:52 pm Revision da1597b9: Unittest clients.pithos del object meta
- 03:44 pm Revision 3e2e07be: Unittest clients.pithos get object meta
- 03:39 pm Revision 723e9d47: Unittest clients.pithos get object info
- 03:25 pm Revision 4227e4be: Unittest clients.pithos create directory
- 03:19 pm Revision b4780663: Unittest clients.pithos create object
- 02:52 pm Revision cf687343: Unittest clients.pithos upload_object
03/06/2013
- 06:27 pm Revision bcbf3cf0: Attempt to unittest clients.pithos upload_object
- The trick is to check if methods
get_container_info, container_post, object_put
are called with the correct parameters - 05:39 pm Revision efaa8675: Unittest clients.pithos list containers
- 05:31 pm Revision 5549c0ab: Unittest clients.pithos delete container
- 05:16 pm Revision d12e8569: Unittest clients.pithos get container info
- 05:06 pm Revision 756e9de9: Unittest clients.pithos create container
- 04:56 pm Revision 8c599ca2: Unittest clients.pithos del account meta
- 04:43 pm Revision 514f9b88: Unittest clients.pithos replace account meta
- 03:53 pm Revision 24851aa5: Unittest clients.pithos get account info
- 03:16 pm Revision 0775d2bd: Adjust kamaki.clients.livetest constants
- 01:19 pm Revision 21d7e374: Add missing cyclades tests to livetest
- 11:39 am Revision 9794e66a: Add missing test disconnect network nics
- 11:12 am Revision c6f8aeb4: Unittest add missing test list network nics
Also available in: Atom