Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / tests.py @ d88ba587

History | View | Annotate | Download (84 kB)

# Date Author Comment
4375e020 11/30/2012 06:06 pm Stavros Sachtouris

Change order of params for get_object_meta

c2f6a275 11/28/2012 05:19 pm Stavros Sachtouris

Unittest reregister

bcebdfef 11/20/2012 06:07 pm Stavros Sachtouris

New image method: reregister(location[, ...])

ca30409e 11/20/2012 03:58 pm Stavros Sachtouris

Adjust kamaki.clients unittesting

0b992c8c 11/19/2012 06:26 pm Stavros Sachtouris

Forgot smth

2b74ab4a 11/19/2012 06:23 pm Stavros Sachtouris

Unittest parallel server creation

d53062bd 11/15/2012 02:27 pm Stavros Sachtouris

Modify history commands

75c3fc42 11/15/2012 01:50 pm Stavros Sachtouris

Fix new deep-level bug in shell

7d91734c 11/05/2012 07:05 pm Stavros Sachtouris

Fix unresolved httplib request url - path issue

minor unitest fixes

e0aac6a6 11/05/2012 04:44 pm Stavros Sachtouris

Remove sensitice info from tests

22beceb3 11/05/2012 04:35 pm Stavros Sachtouris

Minor improvements in pithos unitesting

19699c46 11/05/2012 04:04 pm Stavros Sachtouris

test pithos upload with binary random files

f27ed9a0 11/05/2012 03:55 pm Stavros Sachtouris

Sync progressbar to threads, adjust ctrl-c handler

In pithos download/upload ctrl-c is caught when multithreading,
and wait for active threads to finish before exiting

e02728f9 11/02/2012 07:28 pm Stavros Sachtouris

Use standard threading instead of gevent/greenlets

gevent depedency is not needed after that

3dabe5d2 11/02/2012 01:16 pm Stavros Sachtouris

Make all source pep8 compliant

1037b811 10/31/2012 12:04 pm Stavros Sachtouris

Remove sensitive info from code

b335416e 10/30/2012 05:54 pm Stavros Sachtouris

Almost complete kamaki.client settings

There are some issues:
- in Pithos: big-file handling, binnary file up/download
- in Cyclades: some methods need extra access to be tested
- in Image: remove_members, list_shared not checked properly

8ecbb5e8 10/30/2012 05:37 pm Stavros Sachtouris

unittest image set/list_members

adb1dde9 10/30/2012 04:23 pm Stavros Sachtouris

unittest image register (basic functionality)

4c28298d 10/30/2012 02:21 pm Stavros Sachtouris

unittest image get_meta

f7e38cbb 10/30/2012 02:13 pm Stavros Sachtouris

Fix image list_public syntax bug, gracefull error

Connection module errors are controled and nicer
untitest list_public

b9d07587 10/30/2012 01:25 pm Stavros Sachtouris

Astakos: minor config bug, introduce unittesting

0e46324c 10/30/2012 12:09 pm Stavros Sachtouris

Some touches in Cyclades unittests

1f1ca342 10/29/2012 07:43 pm Stavros Sachtouris

Complete cyclades testing

9f1d1fcf 10/29/2012 07:09 pm Stavros Sachtouris

History file at root

554d18b0 10/29/2012 05:31 pm Stavros Sachtouris

Setup default values for synnefo services

Defult values refer to the okeanos production
services. If the caller has access to okeanos
production site (an account name and a token)
then the minimum config file for kamaki is

[global]
account=...

67cea04c 10/29/2012 04:11 pm Stavros Sachtouris

Set colors off by default

455b362d 10/29/2012 03:52 pm Stavros Sachtouris

Change syntax for KeyValue properties

old syntax: --property "key1=val1 key2=val2 ..."
new syntax: --property key1=val1,key2-val2,...

23803b28 10/29/2012 02:47 pm Stavros Sachtouris

Fix parse error in argument parsing

a34888b4 10/29/2012 01:31 pm Stavros Sachtouris

list/disconnect nics by network at clients lib

e828bac0 10/26/2012 05:10 pm Stavros Sachtouris

Try (and fail) to fix _delete_network in tests.py

436f2ce1 10/26/2012 05:03 pm Stavros Sachtouris

Gracefull filenotfound error in store upload

03fd7ddb 10/26/2012 04:03 pm Stavros Sachtouris

Remove relative imports from commands specs

f34bfe13 10/25/2012 05:10 pm Stavros Sachtouris

Adjust get_firewall_profile expcted rspns frmt

19f4195f 10/23/2012 05:21 pm Stavros Sachtouris

Raise block upload greenlet failure error

0b9269d8 10/23/2012 03:20 pm Stavros Sachtouris

Try pithos without relative imports

bb877241 10/22/2012 07:24 pm Stavros Sachtouris

Finish testing cyclades already!

OK, there are a couple of issues unresolved:
- disconnect_server
- network_profiles

Both of them are probably OK, but should be tested against proper
cyclades versions

88837c0c 10/22/2012 06:55 pm Stavros Sachtouris

test get_network_details

8ae8313c 10/22/2012 06:45 pm Stavros Sachtouris

Unittest bugfixes

a58ff64d 10/22/2012 06:19 pm Stavros Sachtouris

test connect/list_server_necs now works

ec786e22 10/22/2012 05:18 pm Stavros Sachtouris

Remove useless import

83a61efa 10/22/2012 04:23 pm Stavros Sachtouris

Test get_server_stats, list_networks

388197fe 10/22/2012 03:53 pm Stavros Sachtouris

test connect_server (to nic) list_server_nics

8304a13d 10/19/2012 07:04 pm Stavros Sachtouris

Start testing network methods (nothing ready yet)

b542f95c 10/19/2012 06:27 pm Stavros Sachtouris

Improve cyclades test msgs

2d67ecbb 10/19/2012 05:32 pm Stavros Sachtouris

Test cyclades.py upto get/set_firewall_profile

71286858 10/19/2012 03:53 pm Stavros Sachtouris

Test get_image-metadata, server_console

e17ee645 10/18/2012 06:33 pm Stavros Sachtouris

Full flavor testing

27415de2 10/18/2012 06:17 pm Stavros Sachtouris

Test delete_server_metadata and list_flavors

d813b8a6 10/17/2012 06:27 pm Stavros Sachtouris

Bugfixes

de0619d8 10/17/2012 06:20 pm Stavros Sachtouris

Test create/get_server_metadata, reboot_server etc

c92d159d 10/17/2012 04:45 pm Stavros Sachtouris

Test update_server_name + minor bugfixes

0f653327 10/11/2012 12:47 pm Stavros Sachtouris

Minor improvements

44be2181 09/20/2012 02:20 pm Stavros Sachtouris

Unitest everything untested in pithos client

a45852c5 09/20/2012 01:11 pm Stavros Sachtouris

Unitest get_container_object_meta

5178a5e9 09/20/2012 12:59 pm Stavros Sachtouris

Unitest set_account_quota/versioning, ls_container

e8c38f39 09/20/2012 12:52 pm Stavros Sachtouris

Unitest get_account_quota/versioning

634ae70b 09/20/2012 12:34 pm Stavros Sachtouris

Unitest upload_object_unchunked

ebdecdc7 09/20/2012 12:26 pm Stavros Sachtouris

Unitest purge, create_by_manifestation, versionlst

f0598cb2 09/12/2012 01:21 pm Stavros Sachtouris

Fix gevent bug, move release action to connection

74275b1a 09/12/2012 12:16 pm Stavros Sachtouris

Minor bugfixes

5b263ba2 09/11/2012 06:10 pm Stavros Sachtouris

Implement kamakicon, use it

kamakicon: an httplib/ObjectPool based connection class

1c999b11 08/31/2012 06:53 pm Stavros Sachtouris

Minor convenienve fixes

eac2285f 08/31/2012 06:44 pm Stavros Sachtouris

Minor test bug

055b217a 08/31/2012 06:36 pm Stavros Sachtouris

Add server_details, image_details tests

130a2831 08/31/2012 05:40 pm Stavros Sachtouris

Improve vm control during testing

1a85b14f 08/31/2012 05:10 pm Stavros Sachtouris

Delete used VMs after testing

1a3f2eaf 08/30/2012 07:12 pm Stavros Sachtouris

Pretify server list, test server list and create

1bb4d14d 08/30/2012 06:30 pm Stavros Sachtouris

Improced testing, started tests for cyclades

2f749e6e 08/29/2012 05:26 pm Stavros Sachtouris

Major changes in client, fixed setup

Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manages headers, params, method, url and data of a connection
but the actuall http connection is not implemented at this...

bd7e758f 08/27/2012 06:14 pm Stavros Sachtouris

Optionaly use --container instead of cont:

d804de82 08/24/2012 05:51 pm Stavros Sachtouris

Add more functionalities to dnl/hashmap/versions

download: progressbar control, overide file, resume (default)
all: extra options for conditional retrieval

d726b3d0 08/24/2012 01:46 pm Stavros Sachtouris

Fixed bug with reset_headers

Now headers are reset after each request by default
but there is an option for not reseting headers, in low
level

b974d110 08/03/2012 07:44 pm Stavros Sachtouris

Detach CLI from client libs

Allow custom libs to be easily loaded to kamaki CLI
At the moment, everything is given in a conf file and
pre-imported

435008b6 08/01/2012 05:48 pm Stavros Sachtouris

Asynchronous uploads with gevent-greenlet

Merge with koukis-fix

b08af3e6 07/31/2012 05:09 pm Stavros Sachtouris

Start unittest for large file pithos operations

0aaad5c7 07/30/2012 06:49 pm Stavros Sachtouris

(Almost) complete pithos client unittesting

transfer_encoding still unchecked

f70616fc 07/27/2012 06:09 pm Stavros Sachtouris

Adjust unit-test object_head/get/put/copy +bugs

Missing:
- account_quota/versioning
- container_post with transfer-encoding
- object_put with transfer-encoding
- object_copy with manifest
- adjust object_move/post/delete

4e68908f 07/26/2012 07:05 pm Stavros Sachtouris

Complete unittesting for container level pithos

16ce7b91 07/26/2012 03:36 pm Stavros Sachtouris

Adjusting account/container opps + bug fixes

067c60b4 07/25/2012 07:11 pm Stavros Sachtouris

Small progress

ed40d995 07/25/2012 06:36 pm Stavros Sachtouris

Completed tests for pithos+ starting improves

TODO Improvements for tests, like creating and destroying
containers and adjusting all tests to use only these temp
containers

6ff87724 07/25/2012 05:00 pm Stavros Sachtouris

Added test_object_delete

89c2e77b 07/25/2012 04:37 pm Stavros Sachtouris

Added objectcopy/move/post _ minor bugfixes

b2796c01 07/24/2012 07:06 pm Stavros Sachtouris

Started testing object_copy +minor fixes

9f74ca46 07/24/2012 05:37 pm Stavros Sachtouris

Added tests for object_put + minor bug fixes

3e544e5b 07/19/2012 06:27 pm Stavros Sachtouris

More testing in storage

Completed testing at container level, started at object level

379cd4bb 07/18/2012 06:58 pm Stavros Sachtouris

Implemented tests (Pithos+, partial, for now)

Used unittest, implemented tests for all account level Pithos+
operations and some container level operations
TBC

edbee9c8 07/18/2012 03:06 pm Stavros Sachtouris

Pretyfication adjustments

Fixed colors in flavor and image error messages
Pretyfied image client code

15618e89 07/13/2012 10:49 am Stavros Sachtouris

dict-list printing is sorted + some tests