Skip to content

Commit

Permalink
f-s: computer test localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 4, 2023
1 parent 55fe675 commit 8c70220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .docker/tests/test_aiida.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ def test_verdi_status(aiida_exec, container_user, timeout):

def test_computer_setup_success(aiida_exec, container_user, timeout):
time.sleep(timeout)
output = aiida_exec('verdi computer show localhost', user=container_user).decode().strip()
assert f'/home/{container_user}/aiida_run' in output
output = aiida_exec('verdi computer test localhost', user=container_user).decode().strip()

assert "Success" in output
assert "Failed" not in output

0 comments on commit 8c70220

Please sign in to comment.