Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
a0e7cec8
Commit
a0e7cec8
authored
17 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Pass --os-size and --swap-size to burnin during QA.
Reviewed-by: iustinp
parent
78ac0e0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ganeti.qa.py
+4
-1
4 additions, 1 deletion
testing/ganeti.qa.py
with
4 additions
and
1 deletion
testing/ganeti.qa.py
+
4
−
1
View file @
a0e7cec8
...
@@ -333,7 +333,10 @@ def TestClusterBurnin():
...
@@ -333,7 +333,10 @@ def TestClusterBurnin():
try
:
try
:
script
=
UploadFile
(
master
[
'
primary
'
],
'
../tools/burnin
'
)
script
=
UploadFile
(
master
[
'
primary
'
],
'
../tools/burnin
'
)
try
:
try
:
cmd
=
[
script
,
'
--os=%s
'
%
cfg
[
'
os
'
]]
cmd
=
[
script
,
'
--os=%s
'
%
cfg
[
'
os
'
],
'
--os-size=%s
'
%
cfg
[
'
os-size
'
],
'
--swap-size=%s
'
%
cfg
[
'
swap-size
'
]]
cmd
+=
[
inst
[
'
name
'
]
for
inst
in
instances
]
cmd
+=
[
inst
[
'
name
'
]
for
inst
in
instances
]
AssertEqual
(
StartSSH
(
master
[
'
primary
'
],
AssertEqual
(
StartSSH
(
master
[
'
primary
'
],
utils
.
ShellQuoteArgs
(
cmd
)).
wait
(),
0
)
utils
.
ShellQuoteArgs
(
cmd
)).
wait
(),
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment