Statistics
| Branch: | Tag: | Revision:

root / snf-tools / synnefo_tools / burnin / pithos_tests.py @ 60a80953

History | View | Annotate | Download (5.5 kB)

# Date Author Comment
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.