Skip to content
Snippets Groups Projects
Commit f356202a authored by Guido Trotter's avatar Guido Trotter
Browse files

qa: perform burnin with max/min mem from config


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 6b5f0dd8
No related branches found
No related tags found
No related merge requests found
...@@ -430,6 +430,8 @@ def TestClusterBurnin(): ...@@ -430,6 +430,8 @@ def TestClusterBurnin():
# Run burnin # Run burnin
cmd = [script, cmd = [script,
"--os=%s" % qa_config.get("os"), "--os=%s" % qa_config.get("os"),
"--minmem-size=%s" % qa_config.get(constants.BE_MINMEM),
"--maxmem-size=%s" % qa_config.get(constants.BE_MAXMEM),
"--disk-size=%s" % ",".join(qa_config.get("disk")), "--disk-size=%s" % ",".join(qa_config.get("disk")),
"--disk-growth=%s" % ",".join(qa_config.get("disk-growth")), "--disk-growth=%s" % ",".join(qa_config.get("disk-growth")),
"--disk-template=%s" % disk_template] "--disk-template=%s" % disk_template]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment