From fde66da7e81ca3dc9ef2632c705554503b36e9dc Mon Sep 17 00:00:00 2001 From: lukemartinlogan Date: Sun, 22 Dec 2024 19:10:28 -0600 Subject: [PATCH] Move pipelines out of unit --- test/{unit => }/pipelines/hermes/test_hermes.yaml | 6 +++--- .../pipelines/mpiio/test_hermes_mpiio_basic_async.yaml | 0 .../pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml | 0 test/{unit => }/pipelines/mpiio/test_mpiio_basic.yaml | 0 .../pipelines/posix/test_hermes_posix_basic_large.yaml | 0 .../pipelines/posix/test_hermes_posix_basic_mpi_large.yaml | 0 .../pipelines/posix/test_hermes_posix_basic_mpi_small.yaml | 0 .../pipelines/posix/test_hermes_posix_basic_small.yaml | 0 .../pipelines/posix/test_hermes_posix_simple_io_omp.yaml | 0 test/{unit => }/pipelines/posix/test_posix_basic.yaml | 0 test/{unit => }/pipelines/posix/test_posix_basic_mpi.yaml | 0 .../pipelines/posix/test_posix_simple_io_omp.yaml | 0 .../pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml | 0 .../pipelines/stdio/test_hermes_stdio_adapter_default.yaml | 0 .../pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml | 0 .../pipelines/stdio/test_hermes_stdio_basic_large.yaml | 0 .../pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml | 0 .../pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml | 0 .../pipelines/stdio/test_hermes_stdio_basic_small.yaml | 0 .../pipelines/stdio/test_hermes_stdio_low_buf.yaml | 0 .../pipelines/stdio/test_hermes_stdio_mapper.yaml | 0 test/{unit => }/pipelines/stdio/test_stdio_basic.yaml | 0 test/{unit => }/pipelines/stdio/test_stdio_basic_mpi.yaml | 0 test/{unit => }/pipelines/test_borg.yaml | 0 test/{unit => }/pipelines/test_ior.yaml | 0 test/{unit => }/pipelines/vfd/test_hermes_vfd_basic.yaml | 0 test/{unit => }/pipelines/vfd/test_hermes_vfd_python.yaml | 0 test/{unit => }/pipelines/vfd/test_hermes_vfd_scratch.yaml | 0 test/{unit => }/pipelines/vfd/test_vfd_python.yaml | 0 29 files changed, 3 insertions(+), 3 deletions(-) rename test/{unit => }/pipelines/hermes/test_hermes.yaml (81%) rename test/{unit => }/pipelines/mpiio/test_hermes_mpiio_basic_async.yaml (100%) rename test/{unit => }/pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml (100%) rename test/{unit => }/pipelines/mpiio/test_mpiio_basic.yaml (100%) rename test/{unit => }/pipelines/posix/test_hermes_posix_basic_large.yaml (100%) rename test/{unit => }/pipelines/posix/test_hermes_posix_basic_mpi_large.yaml (100%) rename test/{unit => }/pipelines/posix/test_hermes_posix_basic_mpi_small.yaml (100%) rename test/{unit => }/pipelines/posix/test_hermes_posix_basic_small.yaml (100%) rename test/{unit => }/pipelines/posix/test_hermes_posix_simple_io_omp.yaml (100%) rename test/{unit => }/pipelines/posix/test_posix_basic.yaml (100%) rename test/{unit => }/pipelines/posix/test_posix_basic_mpi.yaml (100%) rename test/{unit => }/pipelines/posix/test_posix_simple_io_omp.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_adapter_default.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_basic_large.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_basic_small.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_low_buf.yaml (100%) rename test/{unit => }/pipelines/stdio/test_hermes_stdio_mapper.yaml (100%) rename test/{unit => }/pipelines/stdio/test_stdio_basic.yaml (100%) rename test/{unit => }/pipelines/stdio/test_stdio_basic_mpi.yaml (100%) rename test/{unit => }/pipelines/test_borg.yaml (100%) rename test/{unit => }/pipelines/test_ior.yaml (100%) rename test/{unit => }/pipelines/vfd/test_hermes_vfd_basic.yaml (100%) rename test/{unit => }/pipelines/vfd/test_hermes_vfd_python.yaml (100%) rename test/{unit => }/pipelines/vfd/test_hermes_vfd_scratch.yaml (100%) rename test/{unit => }/pipelines/vfd/test_vfd_python.yaml (100%) diff --git a/test/unit/pipelines/hermes/test_hermes.yaml b/test/pipelines/hermes/test_hermes.yaml similarity index 81% rename from test/unit/pipelines/hermes/test_hermes.yaml rename to test/pipelines/hermes/test_hermes.yaml index 0c7b1a91e..fb611b037 100644 --- a/test/unit/pipelines/hermes/test_hermes.yaml +++ b/test/pipelines/hermes/test_hermes.yaml @@ -4,7 +4,7 @@ pkgs: - pkg_type: chimaera_run pkg_name: chimaera_run sleep: 5 - do_dbg: false + do_dbg: true dbg_port: 4000 modules: ['hermes_core'] - pkg_type: hermes_run @@ -13,8 +13,8 @@ pkgs: dbg_port: 4000 - pkg_type: hermes_unit_tests pkg_name: hermes_unit_tests - do_dbg: false + do_dbg: true dbg_port: 4001 nprocs: 1 ppn: 8 - TEST_CASE: # TestHermesPutGet + TEST_CASE: TestHermesAsyncPut # TestHermesPutGet diff --git a/test/unit/pipelines/mpiio/test_hermes_mpiio_basic_async.yaml b/test/pipelines/mpiio/test_hermes_mpiio_basic_async.yaml similarity index 100% rename from test/unit/pipelines/mpiio/test_hermes_mpiio_basic_async.yaml rename to test/pipelines/mpiio/test_hermes_mpiio_basic_async.yaml diff --git a/test/unit/pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml b/test/pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml similarity index 100% rename from test/unit/pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml rename to test/pipelines/mpiio/test_hermes_mpiio_basic_sync.yaml diff --git a/test/unit/pipelines/mpiio/test_mpiio_basic.yaml b/test/pipelines/mpiio/test_mpiio_basic.yaml similarity index 100% rename from test/unit/pipelines/mpiio/test_mpiio_basic.yaml rename to test/pipelines/mpiio/test_mpiio_basic.yaml diff --git a/test/unit/pipelines/posix/test_hermes_posix_basic_large.yaml b/test/pipelines/posix/test_hermes_posix_basic_large.yaml similarity index 100% rename from test/unit/pipelines/posix/test_hermes_posix_basic_large.yaml rename to test/pipelines/posix/test_hermes_posix_basic_large.yaml diff --git a/test/unit/pipelines/posix/test_hermes_posix_basic_mpi_large.yaml b/test/pipelines/posix/test_hermes_posix_basic_mpi_large.yaml similarity index 100% rename from test/unit/pipelines/posix/test_hermes_posix_basic_mpi_large.yaml rename to test/pipelines/posix/test_hermes_posix_basic_mpi_large.yaml diff --git a/test/unit/pipelines/posix/test_hermes_posix_basic_mpi_small.yaml b/test/pipelines/posix/test_hermes_posix_basic_mpi_small.yaml similarity index 100% rename from test/unit/pipelines/posix/test_hermes_posix_basic_mpi_small.yaml rename to test/pipelines/posix/test_hermes_posix_basic_mpi_small.yaml diff --git a/test/unit/pipelines/posix/test_hermes_posix_basic_small.yaml b/test/pipelines/posix/test_hermes_posix_basic_small.yaml similarity index 100% rename from test/unit/pipelines/posix/test_hermes_posix_basic_small.yaml rename to test/pipelines/posix/test_hermes_posix_basic_small.yaml diff --git a/test/unit/pipelines/posix/test_hermes_posix_simple_io_omp.yaml b/test/pipelines/posix/test_hermes_posix_simple_io_omp.yaml similarity index 100% rename from test/unit/pipelines/posix/test_hermes_posix_simple_io_omp.yaml rename to test/pipelines/posix/test_hermes_posix_simple_io_omp.yaml diff --git a/test/unit/pipelines/posix/test_posix_basic.yaml b/test/pipelines/posix/test_posix_basic.yaml similarity index 100% rename from test/unit/pipelines/posix/test_posix_basic.yaml rename to test/pipelines/posix/test_posix_basic.yaml diff --git a/test/unit/pipelines/posix/test_posix_basic_mpi.yaml b/test/pipelines/posix/test_posix_basic_mpi.yaml similarity index 100% rename from test/unit/pipelines/posix/test_posix_basic_mpi.yaml rename to test/pipelines/posix/test_posix_basic_mpi.yaml diff --git a/test/unit/pipelines/posix/test_posix_simple_io_omp.yaml b/test/pipelines/posix/test_posix_simple_io_omp.yaml similarity index 100% rename from test/unit/pipelines/posix/test_posix_simple_io_omp.yaml rename to test/pipelines/posix/test_posix_simple_io_omp.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml b/test/pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml rename to test/pipelines/stdio/test_hermes_stdio_adapter_bypass.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_adapter_default.yaml b/test/pipelines/stdio/test_hermes_stdio_adapter_default.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_adapter_default.yaml rename to test/pipelines/stdio/test_hermes_stdio_adapter_default.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml b/test/pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml rename to test/pipelines/stdio/test_hermes_stdio_adapter_scratch.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_basic_large.yaml b/test/pipelines/stdio/test_hermes_stdio_basic_large.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_basic_large.yaml rename to test/pipelines/stdio/test_hermes_stdio_basic_large.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml b/test/pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml rename to test/pipelines/stdio/test_hermes_stdio_basic_mpi_large.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml b/test/pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml rename to test/pipelines/stdio/test_hermes_stdio_basic_mpi_small.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_basic_small.yaml b/test/pipelines/stdio/test_hermes_stdio_basic_small.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_basic_small.yaml rename to test/pipelines/stdio/test_hermes_stdio_basic_small.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_low_buf.yaml b/test/pipelines/stdio/test_hermes_stdio_low_buf.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_low_buf.yaml rename to test/pipelines/stdio/test_hermes_stdio_low_buf.yaml diff --git a/test/unit/pipelines/stdio/test_hermes_stdio_mapper.yaml b/test/pipelines/stdio/test_hermes_stdio_mapper.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_hermes_stdio_mapper.yaml rename to test/pipelines/stdio/test_hermes_stdio_mapper.yaml diff --git a/test/unit/pipelines/stdio/test_stdio_basic.yaml b/test/pipelines/stdio/test_stdio_basic.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_stdio_basic.yaml rename to test/pipelines/stdio/test_stdio_basic.yaml diff --git a/test/unit/pipelines/stdio/test_stdio_basic_mpi.yaml b/test/pipelines/stdio/test_stdio_basic_mpi.yaml similarity index 100% rename from test/unit/pipelines/stdio/test_stdio_basic_mpi.yaml rename to test/pipelines/stdio/test_stdio_basic_mpi.yaml diff --git a/test/unit/pipelines/test_borg.yaml b/test/pipelines/test_borg.yaml similarity index 100% rename from test/unit/pipelines/test_borg.yaml rename to test/pipelines/test_borg.yaml diff --git a/test/unit/pipelines/test_ior.yaml b/test/pipelines/test_ior.yaml similarity index 100% rename from test/unit/pipelines/test_ior.yaml rename to test/pipelines/test_ior.yaml diff --git a/test/unit/pipelines/vfd/test_hermes_vfd_basic.yaml b/test/pipelines/vfd/test_hermes_vfd_basic.yaml similarity index 100% rename from test/unit/pipelines/vfd/test_hermes_vfd_basic.yaml rename to test/pipelines/vfd/test_hermes_vfd_basic.yaml diff --git a/test/unit/pipelines/vfd/test_hermes_vfd_python.yaml b/test/pipelines/vfd/test_hermes_vfd_python.yaml similarity index 100% rename from test/unit/pipelines/vfd/test_hermes_vfd_python.yaml rename to test/pipelines/vfd/test_hermes_vfd_python.yaml diff --git a/test/unit/pipelines/vfd/test_hermes_vfd_scratch.yaml b/test/pipelines/vfd/test_hermes_vfd_scratch.yaml similarity index 100% rename from test/unit/pipelines/vfd/test_hermes_vfd_scratch.yaml rename to test/pipelines/vfd/test_hermes_vfd_scratch.yaml diff --git a/test/unit/pipelines/vfd/test_vfd_python.yaml b/test/pipelines/vfd/test_vfd_python.yaml similarity index 100% rename from test/unit/pipelines/vfd/test_vfd_python.yaml rename to test/pipelines/vfd/test_vfd_python.yaml