When bulk SAI APIs do not yet have support in sairedis, they will return "SAI_STATUS_NOT_IMPLEMENTED". However, in VS SAI implementation, these un-implemented API calls will still write objects to ASIC_DB, so any tests which check ASIC_DB values will pass even if the SAI API is not supported in sairedis. Vendor SAI does not have this issue, no DB writes occur if the SAI call is not successful.