This patch set removes both the PerfRepo code and deprecated TaskAPI.
We consider PerfRepo project dead, with zero development in the past year.
Jan Tluka (5): lnst/Controller/Config.py: remove PerfRepo configuration lnst/Controller: remove deprecated TaskAPI lnst/RecipeCommon/TestRecipe.py: remove references to PerfRepo code lnst/RecipeCommon: remove PerfRepo code lnst/RecipeCommon: remove ModuleWrap due to deprecated TaskAPI
install/lnst-ctl.conf.in | 5 - lnst-ctl.conf | 5 - lnst/Controller/Config.py | 20 - lnst/Controller/Task.py | 824 ------------------ lnst/RecipeCommon/ModuleWrap.py | 180 ---- lnst/RecipeCommon/PerfRepo/PerfRepo.py | 408 --------- lnst/RecipeCommon/PerfRepo/PerfRepoMapping.py | 79 -- lnst/RecipeCommon/PerfRepo/PerfRepoUtils.py | 72 -- lnst/RecipeCommon/PerfRepo/__init__.py | 0 lnst/RecipeCommon/TestRecipe.py | 38 +- .../examples/python_recipe_simple_netperf.py | 19 +- 11 files changed, 2 insertions(+), 1648 deletions(-) delete mode 100644 lnst/Controller/Task.py delete mode 100644 lnst/RecipeCommon/ModuleWrap.py delete mode 100644 lnst/RecipeCommon/PerfRepo/PerfRepo.py delete mode 100644 lnst/RecipeCommon/PerfRepo/PerfRepoMapping.py delete mode 100644 lnst/RecipeCommon/PerfRepo/PerfRepoUtils.py delete mode 100644 lnst/RecipeCommon/PerfRepo/__init__.py