From b5070981d059ebf9213f3a800f3ab529f9d99fcb Mon Sep 17 00:00:00 2001 From: Kalesh Singh Date: Tue, 14 Dec 2021 23:21:39 -0800 Subject: [PATCH] Vitualization Docs: Update test cases Update the instructions for running virtualization tests. Bug: N/A Test: atest VirtualizationTestCases Test: atest MicrodroidHostTestCases Test: atest MicrodroidTestApp Change-Id: I3e519872f32e00a4dea6f0a6d52580a031facd82 --- docs/getting_started/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index f82f982f..6d3b208c 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -36,9 +36,9 @@ There are various tests that spawn guest VMs and check different aspects of the all can run via `atest`. ```shell -atest VirtualizationTestCasea -atest MicrodroidHostTestHostCases -atest MicrodroidDemoTestApp +atest VirtualizationTestCases +atest MicrodroidHostTestCases +atest MicrodroidTestApp ``` If you run into problems, inspect the logs produced by `atest`. Their location is printed at the