Skip to content

athena.py: fixes to --pmon, --version and remove --repeat-evts option

Frank Winklmeier requested to merge fwinkl/athena:athena_perfmon into 24.0

There minor changes to the athena.py command line parser to make it compatible with the CA mode:

  • Remove the argparse action for --pmon so it can be implemented differently when running in CA mode.
  • Remove -v shortcuts for --version
  • Remove broken --repeat-evts option.

Merge request reports