Skip to content

Commit

Permalink
Added ffrotations to test tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Sep 26, 2024
1 parent bd9b949 commit 917453e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipi_tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ def modify_xml_4_dummy_test(
for ff_root in ff_roots:
for ff_socket in ff_root.findall("ffsocket"):
ff_sockets.append(ff_socket)
for ff_socket in ff_root.findall("ffrotations"):
ff_sockets.append(ff_socket)
for ff_socket in ff_root.findall("ffcavphsocket"):
ff_sockets.append(ff_socket)

Expand Down

0 comments on commit 917453e

Please sign in to comment.