cellular: Disable containments for cellular_ValidateTestEnvironment

When validating the test environment, we want to catch all issues
without executing temporaty containments to avoid having a false
impression of the status of our tests.

BUG=b:180002232
TEST=test_that --board=hatch $JINLON_IP:$JINLON_PORT
cellular_ValidateTestEnvironment.verizon

Change-Id: I8f36c15438e9d8857ffe81e4af11ef381f1d4867
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2702435
Reviewed-by: Dinesh Kumar Sunkara <dsunkara@google.com>
Reviewed-by: Harpreet Grewal <harpreet@chromium.org>
Tested-by: Andrew Lassalle <andrewlassalle@chromium.org>
Auto-Submit: Andrew Lassalle <andrewlassalle@chromium.org>
Commit-Queue: Harpreet Grewal <harpreet@chromium.org>
diff --git a/client/site_tests/cellular_ValidateTestEnvironment/control b/client/site_tests/cellular_ValidateTestEnvironment/control
index 27f9fdc..1de3aaf 100644
--- a/client/site_tests/cellular_ValidateTestEnvironment/control
+++ b/client/site_tests/cellular_ValidateTestEnvironment/control
@@ -22,13 +22,13 @@
 
 ITERATIONS_PER_TEST=3
 
-test_env = test_environment.CellularTestEnvironment()
+test_env = test_environment.CellularTestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='Base',
              test_env=test_env,
              iterations=ITERATIONS_PER_TEST)
 
-test_env = test_environment.CellularOTATestEnvironment()
+test_env = test_environment.CellularOTATestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='OTA',
              test_env=test_env,
diff --git a/client/site_tests/cellular_ValidateTestEnvironment/control.att b/client/site_tests/cellular_ValidateTestEnvironment/control.att
index 75efa6e..a7c9c3f 100644
--- a/client/site_tests/cellular_ValidateTestEnvironment/control.att
+++ b/client/site_tests/cellular_ValidateTestEnvironment/control.att
@@ -24,13 +24,13 @@
 
 ITERATIONS_PER_TEST=3
 
-test_env = test_environment.CellularTestEnvironment()
+test_env = test_environment.CellularTestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='Base',
              test_env=test_env,
              iterations=ITERATIONS_PER_TEST)
 
-test_env = test_environment.CellularOTATestEnvironment()
+test_env = test_environment.CellularOTATestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='OTA',
              test_env=test_env,
diff --git a/client/site_tests/cellular_ValidateTestEnvironment/control.sprint b/client/site_tests/cellular_ValidateTestEnvironment/control.sprint
index 91b0975..db40263 100644
--- a/client/site_tests/cellular_ValidateTestEnvironment/control.sprint
+++ b/client/site_tests/cellular_ValidateTestEnvironment/control.sprint
@@ -24,13 +24,13 @@
 
 ITERATIONS_PER_TEST=3
 
-test_env = test_environment.CellularTestEnvironment()
+test_env = test_environment.CellularTestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='Base',
              test_env=test_env,
              iterations=ITERATIONS_PER_TEST)
 
-test_env = test_environment.CellularOTATestEnvironment()
+test_env = test_environment.CellularOTATestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='OTA',
              test_env=test_env,
diff --git a/client/site_tests/cellular_ValidateTestEnvironment/control.tmobile b/client/site_tests/cellular_ValidateTestEnvironment/control.tmobile
index d23b772..2f0cb86 100644
--- a/client/site_tests/cellular_ValidateTestEnvironment/control.tmobile
+++ b/client/site_tests/cellular_ValidateTestEnvironment/control.tmobile
@@ -24,13 +24,13 @@
 
 ITERATIONS_PER_TEST=3
 
-test_env = test_environment.CellularTestEnvironment()
+test_env = test_environment.CellularTestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='Base',
              test_env=test_env,
              iterations=ITERATIONS_PER_TEST)
 
-test_env = test_environment.CellularOTATestEnvironment()
+test_env = test_environment.CellularOTATestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='OTA',
              test_env=test_env,
diff --git a/client/site_tests/cellular_ValidateTestEnvironment/control.verizon b/client/site_tests/cellular_ValidateTestEnvironment/control.verizon
index 1cb06b0..1826df0 100644
--- a/client/site_tests/cellular_ValidateTestEnvironment/control.verizon
+++ b/client/site_tests/cellular_ValidateTestEnvironment/control.verizon
@@ -24,13 +24,13 @@
 
 ITERATIONS_PER_TEST=3
 
-test_env = test_environment.CellularTestEnvironment()
+test_env = test_environment.CellularTestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='Base',
              test_env=test_env,
              iterations=ITERATIONS_PER_TEST)
 
-test_env = test_environment.CellularOTATestEnvironment()
+test_env = test_environment.CellularOTATestEnvironment(enable_temp_containments=False)
 job.run_test('cellular_ValidateTestEnvironment',
              tag='OTA',
              test_env=test_env,