test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] add a default execution file
@ 2020-12-23  8:57 Haiyang Zhao
  2020-12-24  3:05 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Haiyang Zhao @ 2020-12-23  8:57 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Haiyang Zhao

 For the convenience of users and avoiding parsing config file exception,
 add a default execution file in DTS root directory.

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 execution.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 execution.cfg

diff --git a/execution.cfg b/execution.cfg
new file mode 100644
index 0000000..485e913
--- /dev/null
+++ b/execution.cfg
@@ -0,0 +1,10 @@
+[Execution1]
+crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
+drivername=vfio-pci
+build_type=meson
+test_suites=
+    hello_world,
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
-- 
2.17.1


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

* Re: [dts] [PATCH V1] add a default execution file
  2020-12-23  8:57 [dts] [PATCH V1] add a default execution file Haiyang Zhao
@ 2020-12-24  3:05 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-12-24  3:05 UTC (permalink / raw)
  To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX

>  For the convenience of users and avoiding parsing config file exception,  add
> a default execution file in DTS root directory.
> 
> Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Applied

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

end of thread, other threads:[~2020-12-24  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23  8:57 [dts] [PATCH V1] add a default execution file Haiyang Zhao
2020-12-24  3:05 ` 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).