-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
107 lines (98 loc) · 1.93 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# ********************************************************************************
# Application Build Section:
# Provide the folder name to build the connectedhomeip
# NOTE: Make a directory named apps inside this folder
folder: v1.1
# Want to build connectedhomeip...?
Connectedhomeip: 'Y'
# Provide the branch name:
branch: master
# Need to switch commit, provide the commit, if not N:
commit: 'N'
# Choose the sample apps to be built with Y, if not N:
all_clusters_app: 'Y'
all_clusters_minimal_app: 'Y'
bridge_app: 'N'
lock_app: 'N'
tv_app: 'N'
tv_casting_app: 'N'
lighting_app: 'N'
thermostat: 'N'
ota_provider_app: 'N'
ota_requestor_app: 'N'
chip_tool: 'Y'
# ********************************************************************************
# Execution Section:
# Path where chip-tool is located for execution
chip_tool_directory: v1.1/apps
# Choose a cluster to execute with Y, If not N:
TVOCCONC: 'N'
NDOCONC: 'N'
CC: 'N'
LUNIT: 'N'
FLDCONC: 'N'
SWTCH: 'N'
BRBINFO: 'N'
BIND: 'N'
ULABEL: 'N'
PMICONC: 'N'
SMOKECO: 'N'
DISHM: 'N'
FLABEL: 'N'
DRLK: 'N'
ACFREMON: 'N'
TSTAT: 'N'
DESC: 'N'
MC: 'N'
CDOCONC: 'N'
PSCFG: 'N'
DGETH: 'N'
DGSW: 'N'
HEPAFREMON: 'N'
RVCCLEANM: 'N'
PRS: 'N'
I: 'N'
DGTHREAD: 'N'
BOOL: 'N'
TSUIC: 'N'
LCFG: 'N'
WNCV: 'N'
BINFO: 'N'
OCC: 'N'
DGWIFI: 'N'
GRPKEY: 'N'
RH: 'N'
PS: 'N'
LTIME: 'N'
G: 'N'
LWM: 'N'
PMHCONC: 'N'
PCC: 'N'
ACL: 'N'
RVCRUNM: 'N'
RNCONC: 'N'
FLW: 'N'
MOD: 'N'
LVL: 'N'
AIRQUAL: 'N'
PMKCONC: 'N'
TMP: 'N'
OZCONC: 'N'
FAN: 'N'
OO: 'N'
CMOCONC: 'N'
TCCM: 'N'
DGGEN: 'N'
ILL: 'N'
ACE: 'N'
WASHERTCTRL: 'N'
DISHALM: 'N'
# ********************************************************************************
# Cadmin Section:
Dut_data:
host: "192.168.8.101"
username: "ubuntu"
password: "raspberrypi"
command: "./chip-all-clusters-app"
path: "/home/ubuntu/oct16/connectedhomeip/examples/all-clusters-app/linux/out/all-clusters-app"
# ********************************************************************************