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

test: fix redfishpower tests #71

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ check_DATA = \
t35.conf t36.conf t37.conf t38.conf t39.conf t40.conf t41.conf \
t42.conf t43.conf t44.conf t46.conf t47.conf t48.conf \
t49.conf t50.conf t51.conf t53.conf t54.conf t55.conf t60.conf \
t61.conf test4.conf test.conf
t61.conf t62.conf t63.conf test4.conf test.conf

EXTRA_DIST = $(TESTS:%=%.exp) t53.dev

4 changes: 2 additions & 2 deletions test/t63.conf.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include "@top_srcdir@/etc/ipmipower.dev"
device "d0" "ipmipower" "@top_builddir@/test/ipmipower -h t[0-15]|&"
include "@top_srcdir@/etc/redfishpower-cray-r272z30.dev"
device "d0" "redfishpower-cray-r272z30" "@top_builddir@/test/redfishpower -h t[0-15]|&"
node "t[0-15]" "d0"
Loading