1 import ./make-test-python.nix (
5 meta.maintainers = [ lib.maintainers.anthonyroussel ];
18 machine.wait_for_unit("tomcat.service")
19 machine.wait_for_open_port(8001)
20 machine.wait_for_file("/var/tomcat/webapps/examples");
23 "curl -sS --fail http://localhost:8001/examples/servlets/servlet/HelloWorldExample | grep 'Hello World!'"
26 "curl -sS --fail http://localhost:8001/examples/jsp/jsp2/simpletag/hello.jsp | grep 'Hello, world!'"
29 "curl -sS --fail http://localhost:8001/axis2/axis2-web/HappyAxis.jsp | grep 'Found Axis2'"