From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E555E11F5 for ; Thu, 10 Dec 2015 03:09:35 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 09 Dec 2015 18:09:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,406,1444719600"; d="scan'208";a="857734991" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 09 Dec 2015 18:09:30 -0800 Message-ID: <5668DEC5.2010604@intel.com> Date: Thu, 10 Dec 2015 10:09:09 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , dts@dpdk.org References: <1449639057-98301-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1449639057-98301-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]fix scp with password X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 02:09:36 -0000 Applied. Thanks. On 12/09/2015 01:30 PM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > framework/crb.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/framework/crb.py b/framework/crb.py > index 3470ca1..e3fae2f 100644 > --- a/framework/crb.py > +++ b/framework/crb.py > @@ -347,7 +347,7 @@ class Crb(object): > """ > with open(fileName, "w") as f: > f.write(contents) > - self.session.copy_file_to(fileName) > + self.session.copy_file_to(fileName, password=self.get_password()) > > def kill_all(self, alt_session=True): > """