ITS: add test_unified_timestamps to hidden camera tests

bug: 142482548

Change-Id: Ieb9dcbd549b1837873dfe9f45aad96fb406043ee
diff --git a/apps/CameraITS/tests/scene0/test_unified_timestamps.py b/apps/CameraITS/tests/scene0/test_unified_timestamps.py
index 99dcf3f..e377feb 100644
--- a/apps/CameraITS/tests/scene0/test_unified_timestamps.py
+++ b/apps/CameraITS/tests/scene0/test_unified_timestamps.py
@@ -25,6 +25,7 @@
 
     with its.device.ItsSession() as cam:
         props = cam.get_camera_properties()
+        props = cam.override_with_hidden_physical_camera_props(props)
 
         # Only run test if the appropriate caps are claimed.
         its.caps.skip_unless(its.caps.sensor_fusion(props) and
diff --git a/apps/CameraITS/tools/run_all_tests.py b/apps/CameraITS/tools/run_all_tests.py
index c5c8077..660d95a 100644
--- a/apps/CameraITS/tools/run_all_tests.py
+++ b/apps/CameraITS/tools/run_all_tests.py
@@ -119,7 +119,8 @@
                 'test_burst_capture',
                 'test_metadata',
                 'test_read_write',
-                'test_sensor_events'
+                'test_sensor_events',
+                'test_unified_timestamps'
         ],
         'scene1_1': [
                 'test_exposure',