autotest: mark new tast suite  as python 3 compatible

BUG=b:187788514
TEST=cq

Change-Id: Ib1b389d245dfd4b488a7f658c6ef6686c83f85e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3381017
Tested-by: Derek Beckett <dbeckett@chromium.org>
Auto-Submit: Derek Beckett <dbeckett@chromium.org>
Reviewed-by: Seewai Fu <seewaifu@google.com>
Commit-Queue: Seewai Fu <seewaifu@google.com>
diff --git a/server/site_tests/tast/_control.arc-data-snapshot b/server/site_tests/tast/control.arc-data-snapshot
similarity index 85%
rename from server/site_tests/tast/_control.arc-data-snapshot
rename to server/site_tests/tast/control.arc-data-snapshot
index 6beb30d..12dde68 100644
--- a/server/site_tests/tast/_control.arc-data-snapshot
+++ b/server/site_tests/tast/control.arc-data-snapshot
@@ -2,17 +2,13 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
-# For instructions on how to: go/tauto-py3-migration
-# To re-enable migrate to Python 3.
-# If the test is not migrated by 1/14/22 it will be deleted.
-
 AUTHOR = 'Chromium OS team'
 NAME = 'tast.arc-data-snapshot'
 TIME = 'LONG'
 TEST_TYPE = 'Server'
 ATTRIBUTES = 'suite:arc-data-snapshot_per-build'
 MAX_RESULT_SIZE_KB = 50 * 1024
+PY_VERSION = 3
 
 # tast.py uses binaries installed from autotest_server_package.tar.bz2.
 REQUIRE_SSP = True