From f9961b9384579672fdc126a9f80ad88957f6638a Mon Sep 17 00:00:00 2001 From: Rob Bovill Date: Fri, 2 Feb 2024 13:17:38 -0700 Subject: [PATCH] Added the 'and' into all instances of auxtel_telescope_and_dome_checkout. --- conda/meta.yaml | 2 +- pyproject.toml | 2 +- ...e_dome_checkout.py => auxtel_telescope_and_dome_checkout.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename python/lsst/ts/IntegrationTests/{auxtel_telescope_dome_checkout.py => auxtel_telescope_and_dome_checkout.py} (100%) diff --git a/conda/meta.yaml b/conda/meta.yaml index bb484cf0..3c890d65 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,7 +26,7 @@ build: - auxtel_slew_and_take_image_checkout = lsst.ts.IntegrationTests.auxtel_slew_and_take_image_checkout:run_auxtel_slew_and_take_image_checkout - auxtel_standby_disabled = lsst.ts.IntegrationTests.auxtel_standby_disabled:run_auxtel_standby_disabled - auxtel_stop = lsst.ts.IntegrationTests.auxtel_stop:run_auxtel_stop - - auxtel_telescope_dome_checkout = lsst.ts.IntegrationTests.auxtel_telescope_dome_checkout:run_auxtel_telescope_dome_checkout + - auxtel_telescope_dome_and_checkout = lsst.ts.IntegrationTests.auxtel_telescope_dome_and_checkout:run_auxtel_telescope_dome_and_checkout - auxtel_track_target = lsst.ts.IntegrationTests.auxtel_track_target:run_auxtel_track_target - auxtel_visit = lsst.ts.IntegrationTests.auxtel_visit:run_auxtel_visit - comcam_calibrations = lsst.ts.IntegrationTests.comcam_calibrations:run_comcam_calibrations diff --git a/pyproject.toml b/pyproject.toml index 9315586b..460f4644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ auxtel_shutdown = "lsst.ts.IntegrationTests.auxtel_shutdown:run_auxtel_shutdown" auxtel_slew_and_take_image_checkout = "lsst.ts.IntegrationTests.auxtel_slew_and_take_image_checkout:run_auxtel_slew_and_take_image_checkout" auxtel_standby_disabled = "lsst.ts.IntegrationTests.auxtel_standby_disabled:run_auxtel_standby_disabled" auxtel_stop = "lsst.ts.IntegrationTests.auxtel_stop:run_auxtel_stop" -auxtel_telescope_dome_checkout = "lsst.ts.IntegrationTests.auxtel_telescope_dome_checkout:run_auxtel_telescope_and_dome_checkout" +auxtel_telescope_and_dome_checkout = "lsst.ts.IntegrationTests.auxtel_telescope_dome_and_checkout:run_auxtel_telescope_and_dome_checkout" auxtel_track_target = "lsst.ts.IntegrationTests.auxtel_track_target:run_auxtel_track_target" auxtel_visit = "lsst.ts.IntegrationTests.auxtel_visit:run_auxtel_visit" comcam_calibrations = "lsst.ts.IntegrationTests.comcam_calibrations:run_comcam_calibrations" diff --git a/python/lsst/ts/IntegrationTests/auxtel_telescope_dome_checkout.py b/python/lsst/ts/IntegrationTests/auxtel_telescope_and_dome_checkout.py similarity index 100% rename from python/lsst/ts/IntegrationTests/auxtel_telescope_dome_checkout.py rename to python/lsst/ts/IntegrationTests/auxtel_telescope_and_dome_checkout.py