forked from xapi-project/sm
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LargeBlock): Fix destroying device in create
Creating a device would create the emulation then remove it using the self.dconf["device"] as input. But the create had replaced this by the emulated device. The removing would not find the correct device. Added a way to provide the device list for removing the emulation. Added errors types Signed-off-by: Damien Thenot <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 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