-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a key comparison bug for slivertools (#239)
* Extracts name from key for comparison with sliver_tool_id. * Format change to make yapf happy. * Changes to st.key().name() from st.key.name, since they are apparently bound functions, not properties. * Temporarily sets sandbox to use v1 hostnames.json to be sure that the IPUpdateHandler() behaves as expected. * Undoes temporary use of v1 hostnames.json. The test was successfull. * Fixes a small bug where the ipv6 address might be initialized based on an IPv4 no existing. * Improves and expands the IPUpdateHandler() unit testing. * Fixes to make yapf happy with the build. * Fixes to make yapf happy with the build. * Removes stray vim swap file that somehow made it into the repo. * For the test_initialize test, don't return an empty mock object, but just an empty list.
- Loading branch information
Showing
2 changed files
with
85 additions
and
10 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