Skip to content

Commit

Permalink
fix private network tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Jul 30, 2018
1 parent d83463b commit 52ddf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0181-private-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_expect_success "start nodes" '
'

test_expect_success "try connecting node in public network with priv networks" '
iptb connect --timeout=2s [1-4] 0
test_must_fail iptb connect --timeout=2s [1-4] 0
'

test_expect_success "node 0 (public network) swarm is empty" '
Expand All @@ -70,7 +70,7 @@ test_expect_success "node 0 (public network) swarm is empty" '
'

test_expect_success "try connecting nodes in different private networks" '
iptb connect 2 3
test_must_fail iptb connect 2 3
'

test_expect_success "node 3 (pnet 2) swarm is empty" '
Expand Down

0 comments on commit 52ddf8d

Please sign in to comment.