Skip to content

Commit

Permalink
Merge pull request #71 from chu11/redfishpower_tests
Browse files Browse the repository at this point in the history
test: fix redfishpower tests
  • Loading branch information
chu11 committed Jan 23, 2024
2 parents a7bcc49 + ef4fa3d commit ad3a31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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"

0 comments on commit ad3a31a

Please sign in to comment.