-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed issues where --is-registered would print incorrect outputs (…
…#288) ## Manual Testing ### Verify Bug - Register a new client to a server, without accepting the new computer on the server side yet - Run `landscape-config --is-registered`, verify output says True ### Verify Fix **_NOTE:_** In order to not disrupt any workflows we added new command line arguments rather than editing existing ones - Repeat registration without accepting step - Run `landscape-config --actively-registered` and verify output is false - Run `landscape-config --registration-sent` and verify output is true - Accept the new computer on server end, and rerun `landscape-config --actively-registered`, verify output is True
- Loading branch information
1 parent
1656a23
commit 3018d6f
Showing
4 changed files
with
105 additions
and
15 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