Commit b4acaba9 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Thomas Gambier

software/erp5testnode: enable promise for shellinabox

Now that testnodes are using ipv6 range, we can safely put back this
check in place.
parent ce6f935d
...@@ -18,4 +18,4 @@ md5sum = 06b0acece285ecbc0e746fa267a374b6 ...@@ -18,4 +18,4 @@ md5sum = 06b0acece285ecbc0e746fa267a374b6
[template-default] [template-default]
filename = instance-default.cfg.jinja.in filename = instance-default.cfg.jinja.in
md5sum = 3959e9e5e7c9f05cb341520a34ba06c9 md5sum = 164c4610ab20a081b3db26f23566bb7c
...@@ -291,15 +291,13 @@ name = $${:_buildout_section_name_}.py ...@@ -291,15 +291,13 @@ name = $${:_buildout_section_name_}.py
config-host = $${shellinabox-frontend:hostname} config-host = $${shellinabox-frontend:hostname}
config-port = $${shellinabox-frontend:port} config-port = $${shellinabox-frontend:port}
## This promise fails in a test suite [shellinabox-frontend-available-promise]
## due to ports conflict with the testnode of the test suite <= monitor-promise-base
# [shellinabox-frontend-available-promise] module = check_url_available
# <= monitor-promise-base name = $${:_buildout_section_name_}.py
# module = check_url_available config-url = https://$${shellinabox-frontend-config:hostname}:$${shellinabox-frontend-config:port}
# name = $${:_buildout_section_name_}.py config-username = $${shellinabox-frontend-config:username}
# config-url = https://$${shellinabox-frontend-config:hostname}:$${shellinabox-frontend-config:port} config-password = $${shellinabox-frontend-config:passwd}
# config-username = $${shellinabox-frontend-config:username}
# config-password = $${shellinabox-frontend-config:passwd}
[testnode-log-frontend-promise] [testnode-log-frontend-promise]
<= monitor-promise-base <= monitor-promise-base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment