remove webindex
This module is outdated and incomplete. We can readd an improved version in the future. Move nanopos nginx proxy tests to the nanopos test.
This commit is contained in:
parent
2a240d6f4a
commit
f6b883a9ac
9 changed files with 1 additions and 124 deletions
|
|
@ -220,14 +220,6 @@ def _():
|
|||
def _():
|
||||
assert_running("onion-addresses")
|
||||
|
||||
# FIXME: use 'wait_for_unit' because 'create-web-index' always fails during startup due
|
||||
# to incomplete unit dependencies.
|
||||
# 'create-web-index' implicitly tests 'nodeinfo'.
|
||||
machine.wait_for_unit("create-web-index")
|
||||
assert_running("nginx")
|
||||
wait_for_open_port(ip("nginx"), 80)
|
||||
assert_matches(f"curl {ip('nginx')}", "nix-bitcoin")
|
||||
|
||||
|
||||
# Run this test before the following tests that shut down services
|
||||
# (and their corresponding network namespaces).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue