Skip to content

Commit

Permalink
Added ComCam and LsstCam Housekeeping scripts to pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Jul 30, 2024
1 parent dfae353 commit 433a7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ auxtel_telescope_and_dome_checkout = "lsst.ts.IntegrationTests.auxtel_telescope_
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"
comcam_housekeeping = "lsst.ts.IntegrationTests.comcam_housekeeping:run_comcam_housekeeping"
comcam_image_taking = "lsst.ts.IntegrationTests.image_taking_verification:run_comcam_image_taking"
eas_disabled_enabled = "lsst.ts.IntegrationTests.eas_disabled_enabled:run_eas_disabled_enabled"
eas_standby_disabled = "lsst.ts.IntegrationTests.eas_standby_disabled:run_eas_standby_disabled"
gencam_disabled_enabled = "lsst.ts.IntegrationTests.gencam_disabled_enabled:run_gencam_disabled_enabled"
gencam_standby_disabled = "lsst.ts.IntegrationTests.gencam_standby_disabled:run_gencam_standby_disabled"
enabled_offline = "lsst.ts.IntegrationTests.enabled_offline:run_enabled_offline"
lsstcam_housekeeping = "lsst.ts.IntegrationTests.lsstcam_housekeeping:run_lsstcam_housekeeping"
lsstcam_image_taking = "lsst.ts.IntegrationTests.image_taking_verification:run_lsstcam_image_taking"
maintel_disabled_enabled = "lsst.ts.IntegrationTests.maintel_disabled_enabled:run_maintel_disabled_enabled"
maintel_housekeeping = "lsst.ts.IntegrationTests.maintel_housekeeping:run_maintel_housekeeping"
Expand Down

0 comments on commit 433a7c7

Please sign in to comment.