test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework: fix crb missing on vm
@ 2016-02-19  2:13 Lijuan Tu
  2016-02-23  1:08 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2016-02-19  2:13 UTC (permalink / raw)
  To: yulong.pei, jingguox.fu, dts

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 framework/virt_base.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/virt_base.py b/framework/virt_base.py
index 1d0c282..efad384 100644
--- a/framework/virt_base.py
+++ b/framework/virt_base.py
@@ -301,6 +301,7 @@ class VirtBase(object):
         crb['bypass core0'] = False
         vm_ip = self.get_vm_ip()
         crb['IP'] = vm_ip
+        crb['My IP'] = vm_ip
         username, password = self.get_vm_login()
         crb['user'] = username
         crb['pass'] = password
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] framework: fix crb missing on vm
  2016-02-19  2:13 [dts] [PATCH] framework: fix crb missing on vm Lijuan Tu
@ 2016-02-23  1:08 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-02-23  1:08 UTC (permalink / raw)
  To: Lijuan Tu, yulong.pei, jingguox.fu, dts

Applied. Thanks.

On 02/19/2016 10:13 AM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
>   framework/virt_base.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/framework/virt_base.py b/framework/virt_base.py
> index 1d0c282..efad384 100644
> --- a/framework/virt_base.py
> +++ b/framework/virt_base.py
> @@ -301,6 +301,7 @@ class VirtBase(object):
>           crb['bypass core0'] = False
>           vm_ip = self.get_vm_ip()
>           crb['IP'] = vm_ip
> +        crb['My IP'] = vm_ip
>           username, password = self.get_vm_login()
>           crb['user'] = username
>           crb['pass'] = password

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-23  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-19  2:13 [dts] [PATCH] framework: fix crb missing on vm Lijuan Tu
2016-02-23  1:08 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).