Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
FlockLab 1 - deprecated
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TEC
P
Public
FlockLab
FlockLab 1 - deprecated
Commits
ef78b094
Commit
ef78b094
authored
Jan 14, 2020
by
Reto Da Forno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert changes in dispatcher script
parent
5a723a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
server/testmanagementserver/flocklab_dispatcher.py
server/testmanagementserver/flocklab_dispatcher.py
+1
-3
No files found.
server/testmanagementserver/flocklab_dispatcher.py
View file @
ef78b094
...
...
@@ -1117,8 +1117,6 @@ def inform_user(testid, cur, job, errors, warnings):
msg
+=
"
\t
* %s
\n
"
%
warn
ret
=
SUCCESS
else
:
ret
=
SUCCESS
"""
if
job
==
'start'
:
subj
=
"Test %d starting as planned"
%
testid
msg
=
"Your test has been prepared and is going to start as planned."
...
...
@@ -1128,7 +1126,7 @@ def inform_user(testid, cur, job, errors, warnings):
elif
job
==
'abort'
:
subj
=
"Test %d aborted as requested"
%
testid
msg
=
"Your test has been aborted as requested. The results (if any) will be available on the website soon.
\n
Test results are also accessible using webdav: webdavs://www.flocklab.ethz.ch/user/webdav/"
"""
ret
=
SUCCESS
rs
=
flocklab
.
get_test_owner
(
cur
,
testid
)
if
isinstance
(
rs
,
tuple
):
...
...
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