Skip to content

Commit

Permalink
test-script: remove nginx tls proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbitcoin committed Jul 21, 2020
1 parent 4dbc348 commit dd7bb82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/scenarios/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
machine.wait_for_open_port(4224) # prometeus metrics provider
# Check RPC connection to bitcoind
machine.wait_until_succeeds(log_has_string("electrs", "NetworkInfo"))
assert_running("nginx")
# SSL stratum server via nginx. Only check for open port, no content is served here
# as electrs isn't ready.
machine.wait_for_open_port(50003)
# Stop electrs from spamming the test log with 'wait for bitcoind sync' messages
succeed("systemctl stop electrs")

Expand Down
4 changes: 0 additions & 4 deletions test/scenarios/withnetns.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
) # prometeus metrics provider
# Check RPC connection to bitcoind
machine.wait_until_succeeds(log_has_string("electrs", "NetworkInfo"))
assert_running("nginx")
# SSL stratum server via nginx. Only check for open port, no content is served here
# as electrs isn't ready.
machine.wait_until_succeeds("ip netns exec nb-nginx nc -z localhost 50003")
# Stop electrs from spamming the test log with 'wait for bitcoind sync' messages
succeed("systemctl stop electrs")

Expand Down

0 comments on commit dd7bb82

Please sign in to comment.