diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:50:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:50:04 +0200 |
commit | a59b7e3c1646faa022ae15c25403728049af1a30 (patch) | |
tree | 035b42284d6f6b940dca784db91a4d709ef80d28 | |
parent | 429f8d95313f32542c1097410467f7decdeac8ec (diff) |
bin:frequency_governors_test -> frequency_governors_test.py
-rwxr-xr-x | bin/frequency_governors_test.py (renamed from bin/frequency_governors_test) | 0 | ||||
-rw-r--r-- | units/cpu/jobs.pxu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/frequency_governors_test b/bin/frequency_governors_test.py index 6072ded..6072ded 100755 --- a/bin/frequency_governors_test +++ b/bin/frequency_governors_test.py diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 7e422ab..94c2277 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -99,7 +99,7 @@ category_id: com.canonical.plainbox::cpu id: cpu/frequency_governors estimated_duration: 22.0 user: root -command: nice -n -20 frequency_governors_test --debug +command: nice -n -20 frequency_governors_test.py --debug _description: This test checks that CPU frequency governors are obeyed when set. |