Expand shell test coverage for security groups
Bug #1250501 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Low
|
Abhishek Chanda |
Bug Description
Need to build on the shell unit tests added in this review:
https:/
1. Add a test case for the NoUniqueMatch found exception in _get_secgroup.
2. Add coverage for the v3 shell.
tags: | added: low-hanging-fruit |
Changed in python-novaclient: | |
assignee: | nobody → Abhishek Chanda (abhishek-i) |
Changed in python-novaclient: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in python-novaclient: | |
assignee: | nobody → Abhishek Chanda (abhishek-i) |
Changed in python-novaclient: | |
status: | Confirmed → In Progress |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Matt, Nova does not allow adding two security groups of the same name. Thus, the whole logic of checking if two matches with same name exists will never be executed. Am I missing something here?