commit | f4459924aeeb051dbc3e3962f797cb42ad790a2e | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Jan 30 16:07:50 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Jan 30 16:08:30 2024 +0900 |
tree | 96b9af25cfcae078642aee9f9f3c1c55795f9262 | |
parent | c66c56278e92dc88977f870b74a23d68e55243e6 [diff] |
Fix AVFHostTestCase Bug: N/A Test: atest AVFHostTestCase Change-Id: I1ff760d24dc99849f8a7dac37d8a1e9bba3c1382
diff --git a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java index b176cfc..f01a76b 100644 --- a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java +++ b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java
@@ -231,7 +231,7 @@ android.tryRun("rm", "-rf", MicrodroidHostTestCaseBase.TEST_ROOT); // Donate 80% of the available device memory to the VM - final String configPath = "assets/vm_config.json"; + final String configPath = "assets/microdroid/vm_config.json"; final int vm_mem_mb = getFreeMemoryInfoMb(android) * 80 / 100; ITestDevice microdroidDevice = MicrodroidBuilder.fromDevicePath(getPathForPackage(PACKAGE_NAME), configPath)