Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / compute / test.py @ 89a1c636

History | View | Annotate | Download (31.5 kB)

# Date Author Comment
ca5528f1 08/27/2013 04:38 pm Stavros Sachtouris

Add meta/properties image methods, whip compute

Refs: #4231

New methods:
/image meta list/set/delete --<meta>[=value] ... -p k1[=v1] [-p k2[=v2]] ...

6d6d5141 07/26/2013 05:14 pm Stavros Sachtouris

Adjust ComputeClient & tests to compute v2

Refs: #4139

4a88f05b 07/26/2013 03:01 pm Stavros Sachtouris

Complete ComputeRestApi tests for compute v2

Refs: #4139

99e4d887 07/26/2013 12:59 pm Stavros Sachtouris

Make iteration counter pretty

Refs: #4139

d08962f0 07/25/2013 05:39 pm Stavros Sachtouris

Update all get/delete ComputeRest tests

Refs: #4139

5ed87051 07/25/2013 03:48 pm Stavros Sachtouris

Update 1st level _get tests for ComputeRestClient

Refs: #4139

d07fddd9 07/22/2013 05:26 pm Stavros Sachtouris

Implement a resize_server @ clients.compute

Refs: #4153

c088076b 06/20/2013 04:16 pm Stavros Sachtouris

Adjust unit/functional tests

Refs: #3964

03033b54 05/29/2013 05:41 pm Stavros Sachtouris

Impleent floating ip methods @compute/cyclades

Refs: #3862

New methods introduced and unit-tested:
ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
ComputeClient: get_floating_ip_pools, get_floating_ips,...

77d1b504 05/29/2013 02:25 pm Stavros Sachtouris

Implement floating_ip(s)post/get/delete rest calls

Refs: #3862

0a62912d 05/29/2013 01:25 pm Stavros Sachtouris

Implement floating_ip_pools_get @compute/cyclades

Refs: #3862

bcef3ac9 05/24/2013 04:47 pm Stavros Sachtouris

Rename meta-->metadata and remove values @CLI

Refs: #3633

c2b5da2f 04/04/2013 04:37 pm Stavros Sachtouris

Redesign http connection module

Merge everything to kamaki.clients

Remove multiple hierarchies of connection classes (== abandon support for
alternative connection methods, e.g. for requests from pypi)

New connection classes are
- RequestManager
- ResponseManager...

3c50df2e 03/22/2013 03:42 pm Stavros Sachtouris

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 it in a package kamaki.clients.pkg.test, with a class C + a method test_M
Command line run:...

55faa0bc 03/15/2013 04:58 pm Stavros Sachtouris

Prepare PithorRest testcase for implementation

a8fe029d 03/15/2013 03:26 pm Stavros Sachtouris

Unittest ComputeRestApi.images_put

f3cb8dad 03/15/2013 03:20 pm Stavros Sachtouris

Unittest ComputeRestApi.images_delete and improve

improve: group common ComputeRestApi testing code in clients.compute.test

6af47576 03/15/2013 03:09 pm Stavros Sachtouris

Unittest Compute.flavors_get

6695edc9 03/15/2013 03:07 pm Stavros Sachtouris

Unittest Compute.servers_put

6a00d7a7 03/15/2013 02:48 pm Stavros Sachtouris

Unittest ComputeRestApi.servers_post

882c7e33 03/15/2013 01:55 pm Stavros Sachtouris

Unittest ComputeRestApi.servers_delete

630dea9b 03/15/2013 01:29 pm Stavros Sachtouris

Unittest ComputeRestApi.servers_get

98a7195e 03/14/2013 06:54 pm Stavros Sachtouris

Rephrase pithos mocking expressions

1df5305d 03/14/2013 06:00 pm Stavros Sachtouris

Rephrase mocking expressions

b6403d2d 03/14/2013 05:43 pm Stavros Sachtouris

Finetest Cyclades.get_image_metadata

0482817c 03/14/2013 02:55 pm Stavros Sachtouris

Finetest and move Compute.delete_image_metadata

428aa852 03/14/2013 02:44 pm Stavros Sachtouris

Finetest and move Compute.update_image_metadata

71017d87 03/14/2013 02:42 pm Stavros Sachtouris

Finetest and move Compute.create_image_metadata

f711008c 03/14/2013 02:38 pm Stavros Sachtouris

Finetest and move Compute.delete_image

0651cda3 03/14/2013 02:37 pm Stavros Sachtouris

Finetest amd move Compute.delete_server

5656f78c 03/14/2013 01:49 pm Stavros Sachtouris

Finetest and move Compute.get_image_metadata

937ef4dd 03/14/2013 01:46 pm Stavros Sachtouris

Finetest and move Compute.get_image_details

b2347a17 03/14/2013 01:41 pm Stavros Sachtouris

Finetest and move Compute.list_images

ae9c3b5f 03/14/2013 01:33 pm Stavros Sachtouris

Finetest and move Compute.get_flavor_details

8c40c4a6 03/14/2013 01:30 pm Stavros Sachtouris

Finetest and move Compute.list_flavors

dbd50059 03/14/2013 01:22 pm Stavros Sachtouris

Finetest and move Compute.delete_server_metadata

e750a969 03/14/2013 01:20 pm Stavros Sachtouris

Finetest and move Compute.update_server_metadata

d224bb37 03/14/2013 01:12 pm Stavros Sachtouris

Finetest and move Compute.get_server_metadata

d560c67b 03/14/2013 01:07 pm Stavros Sachtouris

Finetest and move Compute.create_server_metadata

876aae74 03/14/2013 12:55 pm Stavros Sachtouris

Finetest and move Compute.reboot_server

2ace03e5 03/14/2013 12:51 pm Stavros Sachtouris

Finetest and move Compute.update_server_name

26ccd6fb 03/14/2013 12:45 pm Stavros Sachtouris

Finetest and move Compute.get_server_details

0067c031 03/13/2013 06:46 pm Stavros Sachtouris

Finetest Compute.list_servers

edf8ad52 03/13/2013 05:33 pm Stavros Sachtouris

Finetest and move Compute.create_server

304a92dc 03/13/2013 04:58 pm Stavros Sachtouris

Create package kamaki.clients.compute with tests