From 6b0dd5502489c83cc4a0e6e9240b41a9bb3f0ed6 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 3 Nov 2019 18:44:31 -0500 Subject: build: add yaml file linting to make checkstyle Type: feature fts and trex rely on yaml config files. Verify that they are valid, so comitters can catch errors early. Change-Id: Ide0bb276659119c59bdbbc8b8155e37562a648b8 Signed-off-by: Paul Vinciguerra --- src/plugins/nat/extras/trex_cfg.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/plugins/nat/extras/trex_cfg.yaml') diff --git a/src/plugins/nat/extras/trex_cfg.yaml b/src/plugins/nat/extras/trex_cfg.yaml index 6fd1ab007d8..0388476ea78 100644 --- a/src/plugins/nat/extras/trex_cfg.yaml +++ b/src/plugins/nat/extras/trex_cfg.yaml @@ -1,5 +1,5 @@ -### Config file generated by dpdk_setup_ports.py ### - +# Config file generated by dpdk_setup_ports.py ## +--- - port_limit: 2 version: 2 interfaces: ['04:00.0', '04:00.1'] @@ -14,8 +14,7 @@ master_thread_id: 0 latency_thread_id: 8 dual_if: - - socket: 0 - threads: [1,2,3,4,5,6,7] - - socket: 1 - threads: [9,10,11,12,13,14,15] - + - socket: 0 + threads: [1, 2, 3, 4, 5, 6, 7] + - socket: 1 + threads: [9, 10, 11, 12, 13, 14, 15] -- cgit 1.2.3-korg