The quotes of the True value cause an error when deploying,
it should be removed.
Originally, the quotes was added to pass the yamllint check,
which causes this issue.
Change-Id: Ie7a262c66a3b56db00d1ccac6fc5a937d1a88988
Signed-off-by: trevor tao <trevor.tao@arm.com>
files = **.yaml, **.yml
use_spaces = true
ignore_length_regex = ^.*https?://
-max_line_length = 120
+yamllint_config = .yamllint.conf
ignore = src/use_cases/
[all.Python]
--- /dev/null
+extends: default
+
+rules:
+ line-length:
+ max: 120
+ truthy: disable
+ document-start: disable
driver: ofdpa3\r
ipv4Loopback: 100.100.0.201\r
ipv4NodeSid: 17\r
- isEdgeRouter: "True"\r
+ isEdgeRouter: True\r
name: AGG_SWITCH\r
ofId: of:0000000000000001\r
routerMac: 00:00:02:01:06:01\r