X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftelemetry%2Fconstants.py;fp=resources%2Ftools%2Ftelemetry%2Fconstants.py;h=4b47a39d2185bf8c86547ec5fbfb4974c611a208;hp=fda558b0b40c6bdf4964994f0b439459921a7f47;hb=d743892c7ea9dcae6038660b57b94c9578f7f7f4;hpb=944fdd776eb68211a3e58648d1d2ebd9a12f0636 diff --git a/resources/tools/telemetry/constants.py b/resources/tools/telemetry/constants.py index fda558b0b4..4b47a39d21 100644 --- a/resources/tools/telemetry/constants.py +++ b/resources/tools/telemetry/constants.py @@ -26,6 +26,12 @@ class Constants: # Failed when processing data err_telemetry_process = 1 + # Failed to read YAML file + err_telemetry_yaml = 2 + + # Error executing bundle + err_telemetry_bundle = 3 + # Could not connect to VPP err_vpp_connect = 11 @@ -35,3 +41,9 @@ class Constants: # Failed when executing command err_vpp_execute = 13 + # Could not attach BPF events + err_linux_attach = 51 + + # Could not detach BPF events + err_linux_detach = 52 +