Skip to content

Commit

Permalink
Added test_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 29, 2024
1 parent 37f5639 commit 4d00c1d
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 4d00c1d

Please sign in to comment.