Commit Graph

12 Commits

Author SHA1 Message Date
Jiyong Park b5d04d8486 Update doc about rebuilding kernel for Microdroid
Bug: N/A
Test: N/A
Change-Id: I6db389f90ae191f24e56e21ebfa6cbfc3cbe1b04
2022-03-18 16:11:03 +09:00
Jiyong Park 5cd312a4e1 Fix typo in the doc
Bug: N/A
Test: N/A
Change-Id: I6a9ede6f189116aa5d5c22167b5e9e0d5762606c
2022-03-11 21:37:53 +09:00
Jiyong Park 29de51719c Relanding: "Add our integration tests to cts"
This reverts commit 70bf068c9f.

Bug: 218303240
Test: run the test on
google_required_freeze/test-mapping-presubmit/vendor_img_cf_x86_rvc

Change-Id: I2ac653ee74876fe792b495bdeb31e8e34f8877f2
2022-02-08 09:15:30 +09:00
Jiyong Park 70bf068c9f Revert "Add our integration tests to cts"
This reverts commit a7351654f4.

Reason for revert: Failing google_required_freeze/test-mapping-presubmit/vendor_img_cf_x86_rvc b/218303240
Test: N/A

Change-Id: I5691376a3e8cb8d7455222f73f965a7bca01b707
2022-02-08 00:18:00 +09:00
Jiyong Park a7351654f4 Add our integration tests to cts
Note: per_testcase_directory: true is added to the two tests sharing
MicrodroidTestApp as a support file. This is needed to avoid having
duplicated install rules for the app file. Without that, we hit

build/make/core/main.mk:1430: error: overriding commands for target
`out/host/linux-x86/cts/android-cts/testcases/MicrodroidTestApp.apk',
previously defined at build/make/core/main.mk:1430

Bug: 204979196
Test: check android-cts-tests_list.zip in the test_suites_[arm64|x86_64]
targets to see if the added tests are here.

Change-Id: Idcea518db04407da993d866b114f17f90be20209
2022-02-07 15:20:02 +09:00
Kalesh Singh b5070981d0 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
2021-12-14 23:41:21 -08:00
Jiyong Park 10b354a008 Update docs
Remove yukawa (VIM3L) and goldfish. Replace them with cuttlefish. Oriole
(Pixel 6) and Raven (Pixel 6 Pro) are supported in the internal master
branch but not yet in AOSP. The doc will be updated again when they
become eligible.

Also update some commands that no longer work.

Bug: 206735564
Test: nothing
Change-Id: I069b7fd4f46ca14bda8fdb46dbedf509511cd4bd
2021-11-22 18:47:01 +09:00
Andrew Walbran f6bf686c97 Rename VirtManager to VirtualizationService.
Bug: 188042280
Test: atest VirtualizationTestCases
Change-Id: I15f3f91e464f52d1b1fd47b1290846b1d21fa665
2021-05-26 12:27:37 +00:00
Alan Stokes 65a154a2e7 Update recommended kernel version.
Also remove explicit "-j"; the default is now to pick a sensible value
for the local system.

Test: N/A
Change-Id: Ic3176c21c0760441a59b4c98d0a740efcca7b296
2021-05-13 14:15:41 +01:00
Andrew Walbran 0479a65af3 Update documentation with new test name and Virt Manager.
Test: Looked at rendered Markdown
Change-Id: I23a1e4c7e172b04afe002b7a94d4ada04c367c8e
2021-04-12 12:16:09 +00:00
Jiyong Park 978b1e3699 Refactor VirtualizationHostTestCases
The init ramfs used by the test is now built using the soong module type
`android_filesystem`. This not only simplifies the build script, but
also verifies that the new build system construct correctly creates the
ramdisk image.

In addition, only the test data (kernel, initramfs, and the server) that
match with the target architecture are copied.

Bug: 178978059
Test: atest VirtualizationHostTestCases
Change-Id: Ibacc66fc5842f950c9ea16001e62bd44ed9b867c
2021-02-16 23:23:22 +09:00
David Brazdil dd56510556 Add Getting Started guide
Basic instructions on how to set up VIM3L and the emulator and how to
run tests. Written in Markdown and kept in tree so they are public.

Test: n/a
Change-Id: I3bf3aed5f6bc6a9a93f8937d6a7bd885a475097d
2020-10-28 11:27:42 +00:00