Currently,in control file of test fsdev, using utiles.drop_caches which can't be used without import utils. Now add utils to make the test case work.
Mike Qiu <[email protected]> --- client/tests/fsdev/control | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/fsdev/control b/client/tests/fsdev/control index b54a582..80f0665 100644 --- a/client/tests/fsdev/control +++ b/client/tests/fsdev/control @@ -11,6 +11,7 @@ and then runs a given subset of tests against each file system. """ import fsdev_disks +from autotest.client import utils # Initialize the FS_LIST variable below to the desired file system list; each # entry should contain the following (single) string: -- 1.7.7.6 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
