Skip to content
Snippets Groups Projects
Commit 47e21273 authored by Gianfranco Valentino's avatar Gianfranco Valentino Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zircon][fvm] Integration test cleanup start.

Move the resize tests into their own translation unit ant test target.
Use zxtest instead of unittest in the new tests.
Create set of utils for common tasks in the resize tests.

Utils treats devices as objects(Using RAII mechanics to close handles
and perform cleanup). This reduces the boilerplate of manually creating
the requests for fvm_* and such free functions, and makes the test more
readable in terms of what actually matters.

New test target is named fvm-integration-test.

TEST=fvm-test,fvm-integration-test

Change-Id: Ie88fb94c61affe188492e1de2991079cffe91d3d
parent fbea4c97
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment