-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nova-net: Add TODOs for remaining nova-network functional tests
These are for the few tests that can't be converted since they're for nova-network. The following APIs have no neutron equivalent and therefore can't be converted: - POST /os-security-group-default-rules Raises 'HTTPNotImplemented' from the neutron security group driver - GET /os-security-group-default-rules Raises 'HTTPNotImplemented' from the neutron security group driver - GET /os-security-group-default-rules/{id} Raises 'HTTPNotImplemented' from the neutron security group driver - POST /os-tenant-networks Raises 'NotImplemented' from the neutron network driver - DELETE /os-tenant-networks/{id} Raises 'NotImplemented' from the neutron network driver - POST /os-networks Raises 'NotImplemented' from the neutron network driver - POST /os-networks/add Raises 'NotImplemented' from the neutron network driver - POST /os-networks/{id}/action Raises 'NotImplemented' from the neutron network driver - DELETE /os-networks/{id} Raises 'NotImplemented' from the neutron network driver The following work but need to be converted separately. We'll do that later when we remove the nova-network side of the APIs. - GET /os-networks - GET /os-networks/{id} - GET /os-tenant-networks Change-Id: Ide357a4e1479cacc8fcee80893dfbffb65ce8712 Signed-off-by: Stephen Finucane <[email protected]>
- Loading branch information
1 parent
449a5e7
commit 1dac054
Showing
7 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters