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
This commit is contained in:
parent
ac9aa1a06b
commit
b5070981d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue