~qzhang/lava-dispatcher/reliable-result-transfer

« back to all changes in this revision

Viewing changes to lava/dispatcher/actions/launch_control.py

  • Committer: Paul Larson
  • Date: 2011-06-23 19:38:42 UTC
  • Revision ID: paul.larson@canonical.com-20110623193842-6mq3iurcnfrzm7u6
Add headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
 
2
 
 
3
# Copyright (C) 2011 Linaro Limited
 
4
#
 
5
# Author: Paul Larson <paul.larson@linaro.org>
 
6
#
 
7
# This file is part of LAVA Dispatcher.
 
8
#
 
9
# LAVA Dispatcher is free software; you can redistribute it and/or modify
 
10
# it under the terms of the GNU General Public License as published by
 
11
# the Free Software Foundation; either version 2 of the License, or
 
12
# (at your option) any later version.
 
13
#
 
14
# LAVA Dispatcher is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU General Public License for more details.
 
18
#
 
19
# You should have received a copy of the GNU General Public License
 
20
# along
 
21
# with this program; if not, see <http://www.gnu.org/licenses>.
 
22
 
2
23
import json
3
24
from lava.dispatcher.actions import BaseAction
4
25
from lava.dispatcher.config import LAVA_RESULT_DIR, MASTER_STR, LAVA_SERVER_IP