Statistics
| Branch: | Tag: | Revision:

root / snf-tools / synnefo_tools / burnin / pithos_tests.py @ 100feeda

History | View | Annotate | Download (14.5 kB)

# Date Author Comment
100feeda 01/17/2014 06:03 pm Stavros Sachtouris

Test pithos container_get (not object_copy)

be53c2d9 01/17/2014 05:15 pm Stavros Sachtouris

Test pithos object_copy

49517b8a 01/17/2014 04:32 pm Stavros Sachtouris

Destroy created containers at tearDown

1ff50540 01/17/2014 03:23 pm Stavros Sachtouris

Create container_head tests

6a6aba0b 01/17/2014 01:43 pm Stavros Sachtouris

Add tests for pithos account POST

5d9987a5 01/16/2014 06:48 pm Stavros Sachtouris

Add pithos account_head/get tests

24d1788b 12/03/2013 03:52 pm Ilias Tsitsimpis

burnin: Add --temp-directory option

This option is used to specify a temp directory to be used
by burnin to save it's intermediate files. The default
value for this option is "/tmp/"

3e5bbd85 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Verify quotas

After every action that changes the user's quotas
verify that quotas' changes are consistent.

79a5c431 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Add PithosTestSuite

d11c80c0 12/02/2013 02:12 pm Ilias Tsitsimpis

burnin: Use descriptors as test attributes

Since each instance of the TestCase will only be used to run a single
test method (a new fixture is created for each test) the attributes can
not be saved in the class instances. Instead we use descriptors.