Skip to content

Commit 8a95ba5

Browse files
authored
Update test-bone.js
1 parent 78f3bc0 commit 8a95ba5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

test/test-bone.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ for(var i=1; i<=6; i++) {
7777
blueKeys.push("S1_2_" + i);
7878
blueKeys.push("ADC_" + i);
7979
}
80+
for(var i=2; i<=6; i++) {
81+
blueKeys.push("GPS_" + i);
82+
}
8083
for(var i=1; i<=4; i++) {
8184
for(var j=1; j<=4; j++) {
8285
blueKeys.push("E" + j + "_" + i);
@@ -86,6 +89,9 @@ for(var i=1; i<=4; i++) {
8689
blueKeys.push("UT1_" + i);
8790
blueKeys.push("UT5_" + i);
8891
}
92+
for(var i=1; i<=3; i++) {
93+
blueKeys.push("DSM2_" + i);
94+
}
8995
blueKeys.push("RED");
9096
blueKeys.push("GREEN");
9197
blueKeys.push("BAT25");
@@ -96,7 +102,7 @@ blueKeys.push("PAUSE");
96102
blueKeys.push("MODE");
97103
expectedResults.push({
98104
"name": "BeagleBoneBlue",
99-
"search": /^((E[1234]|GP[01]|S1_[12]|I2C|UT[015]|ADC)_|RED|GREEN|BAT|PAUSE|MODE)/,
105+
"search": /^((E[1234]|GP[01]|S1_[12]|I2C|UT[015]|ADC|DSM2)_|RED|GREEN|BAT|PAUSE|MODE)/,
100106
"keys": blueKeys
101107
});
102108

0 commit comments

Comments
 (0)