X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=5b7e1cda57e9dcd4071d5571e9cfcddd2112579a;hb=b38e5bc9f01528a7633a3132d7d5c8e12d4cbf88;hp=57176662eb6c8400058545269d2116934691db5c;hpb=fde4045be8beb74a6353443dd525ecfa46f05184;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 57176662eb..5b7e1cda57 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -229,7 +229,8 @@ class Constants(object): SOCKSTAT_PATH = "/run/vpp/stats.sock" # Global "kill switch" for CRC checking during runtime. - FAIL_ON_CRC_MISMATCH = get_pessimistic_bool_from_env("FAIL_ON_CRC_MISMATCH") + # FAIL_ON_CRC_MISMATCH = get_pessimistic_bool_from_env("FAIL_ON_CRC_MISMATCH") + FAIL_ON_CRC_MISMATCH = False # Mapping from NIC name to its bps limit. # TODO: Implement logic to lower limits to TG NIC or software. Or PCI.