Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / livetest @ 1792ed1d

# Date Author Comment
1792ed1d 04/15/2013 11:22 am Stavros Sachtouris

Remove quotaholder from kamaki

This affects the cli:
- remove the quotaholder commands set
- remove the commissioning system (automatic command retrieval)

This affevts the clients:
- remove the quotaholder client
- remove the clients commissioning system...

3ae60112 04/12/2013 05:34 pm Stavros Sachtouris

Rename store command group to file

Feature #3566

4018326d 04/12/2013 05:10 pm Stavros Sachtouris

Rename command group astakos to user

The client is still called 'astakos', but the command group is now 'user'

Feature #3566

7b6e977c 04/11/2013 06:43 pm Stavros Sachtouris

Return image details as headers, in image register

Feature #3512

d187ba37 04/08/2013 03:53 pm Stavros Sachtouris

Create a livetest that catches bug #3555

A boring file is a file with at least two same blocks
Kamaki fails to download more than 1 same blocks, therefore the downloaded
file is corrupted
This test fixes the bug

64c26817 04/04/2013 07:20 pm Stavros Sachtouris

Wip kamaki.clients.test.py

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...

fb674626 03/12/2013 03:53 pm Stavros Sachtouris

Livetest account_post to set userlist as group

023230b5 03/12/2013 03:37 pm Stavros Sachtouris

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 a group existed.
This change affected live this specific live kamaki test that used
to test the set_account_group operation with fake user ids....

0775d2bd 03/06/2013 03:16 pm Stavros Sachtouris

Adjust kamaki.clients.livetest constants

21d7e374 03/06/2013 01:19 pm Stavros Sachtouris

Add missing cyclades tests to livetest

a8685edf 03/05/2013 03:12 pm Stavros Sachtouris

Implement livetest to check connection pool lock

03493855 03/01/2013 03:22 pm Stavros Sachtouris

Unittest clients.image create_server

db113224 02/28/2013 07:29 pm Stavros Sachtouris

Initialize clients SilentEvent testing

fe5173b9 02/28/2013 05:07 pm Stavros Sachtouris

unittest clients.image register, remove reregister

method reregister is obsolete and was removed from all kamaki hierarchy

33daf181 02/27/2013 03:45 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

Conflicts:
kamaki/clients/connection/kamakicon.py

3a066af4 02/26/2013 07:08 pm Stavros Sachtouris

Allow Custom From-Account to pithos copy

660c0eff 02/21/2013 05:53 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

Conflicts:
kamaki/cli/commands/livetest_cli.py
version

79b4f177 02/21/2013 02:26 pm Stavros Sachtouris

Documentation updates

f5f2dc53 02/21/2013 12:50 pm Stavros Sachtouris

Rename tests to livetest in kamaki.clients

Update documentation to reflect these changes