Updating FTC 100 series tests to support a1pms V3 image
[nonrtric.git] / test / common / cr_api_functions.sh
index 4fad4c4..e7d1ba7 100644 (file)
@@ -444,7 +444,7 @@ cr_delay_callback() {
 cr_api_check_all_sync_events() {
        __log_test_start $@
 
-       if [ "$A1PMS_VERSION" != "V2" ]; then
+       if [ "$A1PMS_VERSION" != "V2" ] && [ "$A1PMS_VERSION" != "V3" ]; then
                __log_test_fail_not_supported
                return 1
        fi