Skip to content

Commit d444f33

Browse files
roypatbchalios
authored andcommitted
test: remove useless statement
Remove assignment to a variable that was never read Signed-off-by: Patrick Roy <[email protected]>
1 parent 6a3dc0b commit d444f33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration_tests/functional/test_balloon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def make_guest_dirty_memory(ssh_connection, amount_mib=32):
7474
logger.error("while running: %s", cmd)
7575
logger.error("stdout: %s", stdout)
7676
logger.error("stderr: %s", stderr)
77-
78-
cmd = "cat /tmp/fillmem_output.txt"
7977
except TimeoutExpired:
8078
# It's ok if this expires. Some times the SSH connection
8179
# gets killed by the OOM killer *after* the fillmem program

0 commit comments

Comments
 (0)