test-script: remove nginx tls proxy test

This commit is contained in:
nixbitcoin 2020-07-06 12:33:24 +00:00
parent 4dbc348921
commit 6365412312
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
2 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,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")

View File

@ -27,9 +27,6 @@ machine.wait_until_succeeds(
# 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")