-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller, tests: expose bug in issue#66
This commit refactors the previously added test into a table that clearly proves that updating the interface name of an existing attachment actually causes the original attachment to be removed, since this "update" is recognized by the controller as a sequence of: - attach new interface (with the interface name specified) - remove old interface The first action fails, since that interface name is already present within the system, while the second succeeds. Signed-off-by: Miguel Duarte Barroso <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
21 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