mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 15:42:21 +08:00
t0062: add peerid check
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
@ -15,7 +15,8 @@ api_unreachable="/ip4/127.0.0.1/tcp/1"
|
|||||||
|
|
||||||
test_expect_success "config setup" '
|
test_expect_success "config setup" '
|
||||||
api_fromcfg=$(ipfs config Addresses.API) &&
|
api_fromcfg=$(ipfs config Addresses.API) &&
|
||||||
peerid=$(ipfs config Identity.PeerID)
|
peerid=$(ipfs config Identity.PeerID) &&
|
||||||
|
test_check_peerid "$peerid"
|
||||||
'
|
'
|
||||||
|
|
||||||
test_client() {
|
test_client() {
|
||||||
|
Reference in New Issue
Block a user