From 7c23828ef41da36bb3351247e7108e3504fd95b2 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Thu, 11 Feb 2016 14:05:48 +0000 Subject: [PATCH] rfc_stune: Add the cgroup module back 4e2673a38945 ("libs/utils/env: move modules definition into board specific section") trimmed down the list of modules defined for each testsuite. For STune, it trimmed it too much, removing the cgroups module which is needed by the test. Add it back. --- tests/eas/rfc_stune.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eas/rfc_stune.config b/tests/eas/rfc_stune.config index 6c6075ab8..a9ec08701 100644 --- a/tests/eas/rfc_stune.config +++ b/tests/eas/rfc_stune.config @@ -1,6 +1,6 @@ { /* Devlib modules to enable/disbale for all the experiments */ - "modules" : [ "cpufreq" ], + "modules" : [ "cpufreq", "cgroups" ], "exclude_modules" : [ ], /* Binary tools required by the experiments */ -- GitLab