[V1] add a default execution file

Message ID 20201223085725.8564-1-haiyangx.zhao@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] add a default execution file |

Commit Message

Zhao, HaiyangX Dec. 23, 2020, 8:57 a.m. UTC
  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
  

Comments

Tu, Lijuan Dec. 24, 2020, 3:05 a.m. UTC | #1
>  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
  

Patch

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