We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3dc0b commit d444f33Copy full SHA for d444f33
tests/integration_tests/functional/test_balloon.py
@@ -74,8 +74,6 @@ def make_guest_dirty_memory(ssh_connection, amount_mib=32):
74
logger.error("while running: %s", cmd)
75
logger.error("stdout: %s", stdout)
76
logger.error("stderr: %s", stderr)
77
-
78
- cmd = "cat /tmp/fillmem_output.txt"
79
except TimeoutExpired:
80
# It's ok if this expires. Some times the SSH connection
81
# gets killed by the OOM killer *after* the fillmem program
0 commit comments