From 548eb99bdc6931e5c2e9d685b95f2821dcdb5359 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 4 Aug 2017 14:17:57 +0100 Subject: [PATCH] workloads/rt-app: Removed absoulte path in documentation Removed dynamically populated existing configs path from doc string as this is also used to generate the online documentation and therefore should not be an absolute path. --- wlauto/workloads/rt_app/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wlauto/workloads/rt_app/__init__.py b/wlauto/workloads/rt_app/__init__.py index 9bc492f7..f570d273 100644 --- a/wlauto/workloads/rt_app/__init__.py +++ b/wlauto/workloads/rt_app/__init__.py @@ -99,7 +99,8 @@ class RtApp(Workload): } } - Please refer to the exising configs in ``%s`` for more examples. + Please refer to the existing configs in ``$WA_ROOT/wlauto/workloads/rt_app/use_case`` + for more examples. The version of rt-app currently used with this workload contains enhancements and modifications done by Linaro. The source code for this version may be obtained here: @@ -110,7 +111,7 @@ class RtApp(Workload): https://github.com/scheduler-tools/rt-app - """ % PACKAGED_USE_CASE_DIRECTORY + """ parameters = [ Parameter('config', kind=str, default='taskset',