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

« back to all changes in this revision

Viewing changes to lava/dispatcher/actions/android_deploy.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: Linaro Validation Team <linaro-dev@lists.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 with this program; if not, see <http://www.gnu.org/licenses>.
 
21
 
2
22
from lava.dispatcher.actions import BaseAction
3
23
from lava.dispatcher.config import LAVA_IMAGE_TMPDIR, LAVA_IMAGE_URL, MASTER_STR
4
24
import os