Skip to content

Commit

Permalink
Make default case hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 22, 2024
1 parent 1a82f12 commit f03b814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/jarvis_hermes/jarvis_hermes/hermes_unit_tests/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _configure_menu(self):
'name': 'TEST_CASE',
'msg': 'Destroy previous configuration and rebuild',
'type': str,
'default': 'TestIpc'
'default': 'hermes'
},
{
'name': 'nprocs',
Expand Down
8 changes: 4 additions & 4 deletions test/unit/pipelines/hermes/test_hermes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ pkgs:
- pkg_type: chimaera_run
pkg_name: chimaera_run
sleep: 5
do_dbg: true
do_dbg: false
dbg_port: 4000
modules: ['hermes_core']
- pkg_type: hermes_run
pkg_name: hermes_run
do_dbg: true
do_dbg: false
dbg_port: 4000
- pkg_type: hermes_unit_tests
pkg_name: hermes_unit_tests
do_dbg: true
do_dbg: false
dbg_port: 4001
nprocs: 1
ppn: 8
TEST_CASE: TestHermesDataStager # TestHermesPutGet
TEST_CASE: # TestHermesPutGet

0 comments on commit f03b814

Please sign in to comment.