Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric Zheng
slapos.toolbox
Commits
4abaf2a6
Commit
4abaf2a6
authored
Dec 05, 2012
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
01098879
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
slapos/agent/agent.py
slapos/agent/agent.py
+4
-4
No files found.
slapos/agent/agent.py
View file @
4abaf2a6
...
@@ -129,7 +129,7 @@ class SoftwareReleaseTester(RPCRetry):
...
@@ -129,7 +129,7 @@ class SoftwareReleaseTester(RPCRetry):
computer_guid
,
# computer to use for this test run
computer_guid
,
# computer to use for this test run
max_install_duration
,
max_install_duration
,
max_uninstall_duration
,
max_uninstall_duration
,
request_kw
=
None
,
# instance parameters, if instan
c
iation
request_kw
=
None
,
# instance parameters, if instan
t
iation
# testing is desired
# testing is desired
max_request_duration
=
None
,
max_request_duration
=
None
,
max_destroy_duration
=
None
,
max_destroy_duration
=
None
,
...
@@ -344,15 +344,15 @@ class TestMap(object):
...
@@ -344,15 +344,15 @@ class TestMap(object):
def
main
():
def
main
():
"""
"""
Note: This code does not test as much as it monitors.
Note: This code does not test as much as it monitors.
The goal is to regularily try to build & instan
c
iate a software release
The goal is to regularily try to build & instan
t
iate a software release
on several machines, to monitor vifib stability and SR stability as time
on several machines, to monitor vifib stability and SR stability as time
passes (and things once available online become unavailable).
passes (and things once available online become unavailable).
Part of this function could be reused to make an actual test bot, testing
Part of this function could be reused to make an actual test bot, testing
only when actual changes are committed to a software release, to look for
only when actual changes are committed to a software release, to look for
regressions.
regressions.
Note: This code does not connect to any instan
c
iated service, it relies on
Note: This code does not connect to any instan
t
iated service, it relies on
the presence of a promise section to make instan
c
iation fail until promise
the presence of a promise section to make instan
t
iation fail until promise
is happy.
is happy.
"""
"""
parser
=
argparse
.
ArgumentParser
()
parser
=
argparse
.
ArgumentParser
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment