Skip to content

Commit

Permalink
Add timeout for stoping NetVM
Browse files Browse the repository at this point in the history
Signed-off-by: Mariia Azbeleva <mariia.azbeleva@unikie.com>
  • Loading branch information
azbeleva committed Nov 7, 2024
1 parent d3d82e0 commit 33c5cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robot-Framework/test-suites/bat-tests/netvm.robot
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Stop NetVM
... Pre-condition: requires active ssh connection to ghaf host.
Verify service status service=${netvm_service} expected_status=active expected_state=running
Log To Console Going to stop NetVM
Execute Command systemctl stop ${netvm_service} sudo=True sudo_password=${PASSWORD}
Execute Command systemctl stop ${netvm_service} sudo=True sudo_password=${PASSWORD} timeout=60 output_during_execution=True
Sleep 3
${status} ${state}= Verify service status service=${netvm_service} expected_status=inactive expected_state=dead
Verify service shutdown status service=${netvm_service}
Expand Down

0 comments on commit 33c5cff

Please sign in to comment.