test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] framework/crb: fix _is_container error on FreeBSD
@ 2023-01-10  6:03 Lingli Chen
  2023-01-10  7:39 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Lingli Chen @ 2023-01-10  6:03 UTC (permalink / raw)
  To: dts; +Cc: Lingli Chen

Fix issue adapts to FreeBSD system.
fix dts commit 0ef9bfbf (framework: add docker container support)

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 framework/crb.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/crb.py b/framework/crb.py
index 48526ac1..f15df730 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -1059,5 +1059,7 @@ class Crb(object):
             "# ",
         ):
             return True
+        elif self.get_os_type() == "freebsd":
+            return False
         else:
             return False
-- 
2.17.1


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

* [dts][PATCH V1] framework/crb: fix _is_container error on FreeBSD
  2023-01-10  6:03 [dts][PATCH V1] framework/crb: fix _is_container error on FreeBSD Lingli Chen
@ 2023-01-10  7:39 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-01-10  7:39 UTC (permalink / raw)
  To: dts, Lingli Chen; +Cc: Lingli Chen

On Tue, 10 Jan 2023 01:03:36 -0500, Lingli Chen <linglix.chen@intel.com> wrote:
> Fix issue adapts to FreeBSD system.
> fix dts commit 0ef9bfbf (framework: add docker container support)
> 
> Signed-off-by: Lingli Chen <linglix.chen@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks

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

end of thread, other threads:[~2023-01-10  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10  6:03 [dts][PATCH V1] framework/crb: fix _is_container error on FreeBSD Lingli Chen
2023-01-10  7:39 ` lijuan.tu

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