From ad4820cbf4b9d3e5e8e5f5b69edc1f78e5231890 Mon Sep 17 00:00:00 2001
From: Daniel Nemergut <dnemergu@nrao.edu>
Date: Thu, 12 Oct 2023 14:59:47 -0400
Subject: [PATCH] Revert "Set tests to expect ngas_ingest to be false"

This reverts commit c0f8f57a96b6cb233d8b14fc0d856d79892f2577.
---
 .../ingest_envoy/test/examples/Manifest_VLASS_QUICKLOOK.json    | 2 +-
 .../ingest_envoy/test/examples/evla_cal_final_manifest.json     | 2 +-
 .../test/examples/evla_cal_manifest_2021-08-02.json             | 2 +-
 .../ingest_envoy/test/examples/image_manifest_tmpx_ratuqh.json  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/cli/executables/pexable/ingest_envoy/test/examples/Manifest_VLASS_QUICKLOOK.json b/apps/cli/executables/pexable/ingest_envoy/test/examples/Manifest_VLASS_QUICKLOOK.json
index e9b0d4726..685ce7f0e 100644
--- a/apps/cli/executables/pexable/ingest_envoy/test/examples/Manifest_VLASS_QUICKLOOK.json
+++ b/apps/cli/executables/pexable/ingest_envoy/test/examples/Manifest_VLASS_QUICKLOOK.json
@@ -1,7 +1,7 @@
 {
   "parameters": {
     "reingest": false,
-    "ngas_ingest": false,
+    "ngas_ingest": true,
     "telescope": "EVLA",
     "ingestion_path": "/lustre/aoc/cluster/pipeline/dsoc-prod/stage_products/VLASS2.1.ql.T08t09.J055438-113000.10.2048.v1",
     "additional_metadata": "image_metadata_2021_05_21_T10_17_19.180.json"
diff --git a/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_final_manifest.json b/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_final_manifest.json
index 09c4bbb18..c4ae82b2e 100644
--- a/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_final_manifest.json
+++ b/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_final_manifest.json
@@ -1,7 +1,7 @@
 {
   "parameters": {
     "reingest": false,
-    "ngas_ingest": false,
+    "ngas_ingest": true,
     "telescope": "EVLA",
     "ingestion_path": "/lustre/aoc/cluster/pipeline/dsoc-prod/stage_products/20A-346_2021_07_23_T13_37_08.376"
   },
diff --git a/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_manifest_2021-08-02.json b/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_manifest_2021-08-02.json
index faedc6ef4..e4dc509bb 100644
--- a/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_manifest_2021-08-02.json
+++ b/apps/cli/executables/pexable/ingest_envoy/test/examples/evla_cal_manifest_2021-08-02.json
@@ -1,7 +1,7 @@
 {
   "parameters": {
     "reingest": false,
-    "ngas_ingest": false,
+    "ngas_ingest": true,
     "telescope": "EVLA",
     "ingestion_path": "/lustre/aoc/cluster/pipeline/dsoc-prod/stage_products/20A-346_2021_07_23_T13_37_08.376"
   },
diff --git a/apps/cli/executables/pexable/ingest_envoy/test/examples/image_manifest_tmpx_ratuqh.json b/apps/cli/executables/pexable/ingest_envoy/test/examples/image_manifest_tmpx_ratuqh.json
index daec2fbdc..9e2309246 100644
--- a/apps/cli/executables/pexable/ingest_envoy/test/examples/image_manifest_tmpx_ratuqh.json
+++ b/apps/cli/executables/pexable/ingest_envoy/test/examples/image_manifest_tmpx_ratuqh.json
@@ -2,7 +2,7 @@
   "parameters": {
     "telescope": "EVLA",
     "reingest": "false",
-    "ngas_ingest": "false",
+    "ngas_ingest": "true",
     "ingestion_path": "/lustre/aoc/cluster/pipeline/dsoc-dev/workspaces/staging/tmpx_ratuqh",
     "calibrate": "false",
     "additional_metadata": "aux_image_metadata.json"
-- 
GitLab