yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #74196
[Bug 1436079] Re: There is no API samples functional testing for the os-volumes_boot API
Looks like the os-volumes_boot route still exists:
https://github.com/openstack/nova/blob/f81865f56bd5aeffddfff99fdaa089160ce88048/nova/api/openstack/compute/routes.py#L751
I figured we'd want a functional test for something that's in our route
map, but we don't advertise the API at all so likely no good reason to
fix this.
** Changed in: nova
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1436079
Title:
There is no API samples functional testing for the os-volumes_boot API
Status in OpenStack Compute (nova):
Won't Fix
Bug description:
We don't have any functional testing for this API extension:
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/contrib/volumes.py?id=2015.1.0b3#n588
There are unit tests:
http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/api/openstack/compute/contrib/test_volumes.py?id=2015.1.0b3#n125
But no functional tests, which is kind of bad especially given we
don't have any test coverage in Tempest since the
test_volume_boot_pattern scenario test is skipped due to bug 1373513.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1436079/+subscriptions
References