Skip to content

Commit

Permalink
Added test_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 13, 2024
1 parent 844ab0c commit 58970e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Settings file for automatic test
driver_model qtip4pf
driver_model2 noo3-h2o
nsteps 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Settings file for automatic test
driver_model qtip4pf
driver_model2 noo3-h2o
nsteps 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Settings file for automatic test
driver_model qtip4pf
driver_model2 noo3-h2o
nsteps 10
4 changes: 2 additions & 2 deletions ipi_tests/examples/exampletools.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ def create_client_list(self, driver_info, nid, test_settings):
)
return clients
except Exception as ex:
print("Couldn't modify the xml file")
raise ex
print("Couldn't modify the xml file")
raise ex

0 comments on commit 58970e0

Please sign in to comment.