Fix test: correct service name in stop command
This commit is contained in:
parent
f05cdf5f90
commit
de17c4c84e
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ in
|
||||||
|
|
||||||
# Stop agent gracefully
|
# Stop agent gracefully
|
||||||
print("Stopping agent gracefully...")
|
print("Stopping agent gracefully...")
|
||||||
client.succeed("systemctl stop lightscale-agent.service")
|
client.succeed("systemctl stop lightscale-agent-2.service")
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
||||||
# Verify ls-guard is cleaned up but wg0 remains
|
# Verify ls-guard is cleaned up but wg0 remains
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue