-
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
test a huge cray-ex configuration #127
Conversation
For fun this PR morphed into a pretend El Cap test, demoing what I proposed in #128 this morning. |
9367c72
to
823c90b
Compare
rebased on current master, fixing up conflicts |
ee28db0
to
cd93025
Compare
Rebased on all of @chu11's fine work. |
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.
LGTM discounting the nits
t/t0038-llnl-el-capitan-cluster.t
Outdated
makeoutput "" "$ALLSTR" "" >query.exp && | ||
test_cmp query.exp query.out | ||
' | ||
test_expect_success 'powerman can turn on Encosures' ' |
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.
enclosures
t/t0038-llnl-el-capitan-cluster.t
Outdated
|
||
# Use port = 11000 + test number | ||
# That way there won't be port conflicts with make -j | ||
testaddr=localhost:11038 |
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.
with new conflict i think gotta bump number
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.
Aww :-(
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.
Only got yourself to blame :-)
Problem: there is no test that simulates powerman on a very large HPE Cray EX system. Add a test.
Thanks! Fixed those things. Setting MWP before somebody writes another test :-) |
Following up on #126: here's a demo of 16K redfish nodes - in groups of 8.
The idea was to simulate a big config with 8-slot blade chassis, one redfish "device" per chassis. Seems to work fine on my desktop. I wonder if it'll work in CI?