-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an environment variable for unit-test peer address
We want to be able to programmatically direct the unit tests to a peer instance without using a big-hammer approach like CORE_PEER_ADDRESS. Since the viper knobs impact and override all configurations, this would break most contexts. Instead, we define UNIT_TEST_PEER_IP which defaults to "localhost". Change-Id: I509a8ad6595fbb0b9bb9e1164c59dc07ea23fbc9 Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
- Loading branch information
Showing
3 changed files
with
26 additions
and
9 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