-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update testbed configs #397
Conversation
Fixed all testbeds friendlyName to be consistent with sit testbed. Grouped testbeds with serial console and pdu devices Signed-off-by: hubogee <[email protected]> Signed-off-by: hubogee <[email protected]>
a242055
to
dd56e16
Compare
@@ -1,7 +1,7 @@ | |||
{ | |||
"devices": [ | |||
{ | |||
"friendlyName":"DENT aggregation 1", | |||
"friendlyName":"Dent agg1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change? that is just a human readable name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the sit testbed.json and individual testbed testbed.json files should be consistent with the property values. Since test could use either one of the testbed.json files, the dent test framework I am developing uses the friendlyName for some logics. So it's best that all property values are the same.
"login": "dent", | ||
"password": "dent123!", | ||
"number": 5 | ||
}, | ||
"serialDev":"/dev/ttyUSB0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
part of serialConsole
"login": "dent", | ||
"password": "dent123!", | ||
"number": 5 | ||
}, | ||
"serialDev":"/dev/ttyUSB0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serialConsole
Fixed all testbeds friendlyName to be consistent with sit testbed. Grouped testbeds with serial console and pdu devices