Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7dc8aef authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

regenerate types.vts file for sensors and update its test.

Test: make vts -j30 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 &&
vts-tradefed run commandAndExit vts --skip-all-system-status-check
--primary-abi-only --skip-preconditions --module SensorsHidlTest -l INFO
Bug: 34378195

Change-Id: Ib4e83728d6725304c52b0c4f61def413eb7962f0
parent f24b37b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ class SensorsHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
        logging.info("PERMISSION_DENIED: %s", sensors_types.PERMISSION_DENIED)
        logging.info("INVALID_OPERATION: %s", sensors_types.INVALID_OPERATION)
        asserts.assertEqual(sensors_types.OK, 0);
        asserts.assertEqual(sensors_types.BAD_VALUE, 1);
        asserts.assertEqual(sensors_types.BAD_VALUE, -22);

        logging.info("sensor types:")
        logging.info("SENSOR_TYPE_ACCELEROMETER: %s", sensors_types.SENSOR_TYPE_ACCELEROMETER)