test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/1] nics/net_device: resolve color string
@ 2020-07-06  4:40 yufengmx
  2020-07-06  4:40 ` [dts] [PATCH V1 1/1] " yufengmx
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-07-06  4:40 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx

 resolve color string. 

yufengmx (1):
  nics/net_device: resolve color string

 nics/net_device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.0


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

* [dts] [PATCH V1 1/1] nics/net_device: resolve color string
  2020-07-06  4:40 [dts] [PATCH V1 0/1] nics/net_device: resolve color string yufengmx
@ 2020-07-06  4:40 ` yufengmx
  2020-07-20  6:59   ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-07-06  4:40 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx


resolve color string.

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 nics/net_device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nics/net_device.py b/nics/net_device.py
index 2dc0fb1..a08c0da 100644
--- a/nics/net_device.py
+++ b/nics/net_device.py
@@ -609,7 +609,7 @@ class NetDevice(object):
         else:
             try:
                 virtfns = self.__send_expect(
-                    "ls -d /sys/bus/pci/devices/%s\:%s\:%s/virtfn*" %
+                    "ls --color=never -d /sys/bus/pci/devices/%s\:%s\:%s/virtfn*" %
                     (domain_id, bus_id, devfun_id), "# ")
                 for virtfn in virtfns.split():
                     vf_uevent = self.__send_expect(
-- 
2.21.0


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

* Re: [dts] [PATCH V1 1/1] nics/net_device: resolve color string
  2020-07-06  4:40 ` [dts] [PATCH V1 1/1] " yufengmx
@ 2020-07-20  6:59   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-07-20  6:59 UTC (permalink / raw)
  To: Mo, YufengX, dts, Yao, Lei A; +Cc: Mo, YufengX

Applied, thanks

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of yufengmx
> Sent: 2020年7月6日 12:41
> To: dts@dpdk.org; Yao, Lei A <lei.a.yao@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1 1/1] nics/net_device: resolve color string
> 
> 
> resolve color string.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
>  nics/net_device.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/nics/net_device.py b/nics/net_device.py index 2dc0fb1..a08c0da
> 100644
> --- a/nics/net_device.py
> +++ b/nics/net_device.py
> @@ -609,7 +609,7 @@ class NetDevice(object):
>          else:
>              try:
>                  virtfns = self.__send_expect(
> -                    "ls -d /sys/bus/pci/devices/%s\:%s\:%s/virtfn*" %
> +                    "ls --color=never -d
> + /sys/bus/pci/devices/%s\:%s\:%s/virtfn*" %
>                      (domain_id, bus_id, devfun_id), "# ")
>                  for virtfn in virtfns.split():
>                      vf_uevent = self.__send_expect(
> --
> 2.21.0


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

end of thread, other threads:[~2020-07-20  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06  4:40 [dts] [PATCH V1 0/1] nics/net_device: resolve color string yufengmx
2020-07-06  4:40 ` [dts] [PATCH V1 1/1] " yufengmx
2020-07-20  6:59   ` Tu, Lijuan

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).