The nova.tests.test_objectstore Module

Unittets for S3 objectstore clone.

class S3APITestCase(methodName='runTest')

Bases: nova.test.TestCase

Test objectstore through S3 API.

setUp()

Setup users, projects, and start a test server.

tearDown()

Tear down test server.

test_create_and_delete_bucket()

Test bucket creation and deletion.

test_create_bucket_and_key_and_delete_key_again()

Test key operations on buckets.

test_list_buckets()

Make sure we are starting with no buckets.

test_unknown_bucket()

Previous topic

The nova.tests.test_nova_rootwrap Module

Next topic

The nova.tests.test_pipelib Module

This Page