Skip to content
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

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

hubogee
Copy link
Contributor

@hubogee hubogee commented Aug 25, 2023

Fixed all testbeds friendlyName to be consistent with sit testbed. Grouped testbeds with serial console and pdu devices

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]>
@@ -1,7 +1,7 @@
{
"devices": [
{
"friendlyName":"DENT aggregation 1",
"friendlyName":"Dent agg1",
Copy link
Contributor

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

Copy link
Contributor Author

@hubogee hubogee Aug 30, 2023

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",
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

serialConsole

@mgheorghe mgheorghe enabled auto-merge (squash) August 30, 2023 23:19
@mgheorghe mgheorghe merged commit d1cbb80 into dentproject:main Sep 1, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants