Skip to content

Commit

Permalink
[icon] add test for exclaim dsl (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker authored Aug 14, 2023
1 parent e55a765 commit 5bb7348
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@ def test_install_nwp_test_cpu_cce(self):
spack_env_dev_install_and_test(
'config/cscs/spack/v0.18.1.10/daint_cpu_cce', 'icon-2.6.6.2')

@pytest.mark.no_balfrin # config file does not exist for this machine
def test_install_exclaim_test_gpu_dsl(self):
spack_env_dev_install_and_test(
'config/cscs/spack/v0.18.1.7/daint_dsl_nvhpc', 'ci_dsl')


class IconHamTest(unittest.TestCase):
pass
Expand Down

0 comments on commit 5bb7348

Please sign in to comment.