From: liuct Date: Fri, 5 Sep 2014 12:36:27 +0000 (+0800) Subject: fix localhost device no issue: use empty X-Git-Tag: upstream/3.1.7~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ac7277266da722bdb5bd4c46ca95f0885c689f6;p=test%2Ftools%2Ftestkit-lite.git fix localhost device no issue: use empty --- diff --git a/testkitlite/commodule/localhost.py b/testkitlite/commodule/localhost.py index 7e99753..72a4eba 100644 --- a/testkitlite/commodule/localhost.py +++ b/testkitlite/commodule/localhost.py @@ -41,7 +41,7 @@ class LocalHost: """ def __init__(self): - self.deviceid = "localhost" + self.deviceid = '' self.support_remote = False def is_support_remote(self): @@ -74,7 +74,7 @@ class LocalHost: """ get deivce list of ids """ - return ['localhost'] + return [] def get_device_info(self): """