test-script: remove nginx tls proxy test
This commit is contained in:
parent
4dbc348921
commit
6365412312
2 changed files with 0 additions and 6 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue