nixos/tests/convos: drop journalctl test
This commit is contained in:
parent
073f816a7e
commit
69d54db300
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ in
|
||||||
testScript = ''
|
testScript = ''
|
||||||
machine.wait_for_unit("convos")
|
machine.wait_for_unit("convos")
|
||||||
machine.wait_for_open_port(${toString port})
|
machine.wait_for_open_port(${toString port})
|
||||||
machine.succeed("journalctl -u convos | grep -q 'application available at.*${toString port}'")
|
|
||||||
machine.succeed("curl -f http://localhost:${toString port}/")
|
machine.succeed("curl -f http://localhost:${toString port}/")
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue