python-novaclient/novaclient/tests/functional
Sean Dague be41ae238d add functional test for nova volume-attach bug
This is a functional test that boots a server via the cli, creates a
volume, and tries to attach it via the cli (which causes a failure due
to completion cache code). Note: the failure actually happens *after*
the attach command is dispatched, so the volume attach will still
work, the user is presented an error though.

Many TODOs remain for future patches. The test also tries to document
what was learned about the CLI redirection to cinder API, which was
introduced when Cinder was split out, but was tribal knowledge that
was lost in the mists of time.

Related-Bug: #1423695

Change-Id: Iaf474298be135843bff0114cf211bee19762f3ad
2015-02-23 17:21:52 -05:00
..
hooks Add first pass at post_test_hook for functional tests 2015-02-04 16:32:18 -08:00
__init__.py First pass at tempest_lib based functional testing 2015-01-28 15:44:43 -08:00
base.py First pass at tempest_lib based functional testing 2015-01-28 15:44:43 -08:00
test_instances.py add functional test for nova volume-attach bug 2015-02-23 17:21:52 -05:00
test_readonly_nova.py Copy functional tests from tempest cli read only 2015-02-11 14:55:26 -08:00