aboutsummaryrefslogtreecommitdiff
path: root/host/cvd_test_configs/local_tests/local_bootconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'host/cvd_test_configs/local_tests/local_bootconfig.json')
-rw-r--r--host/cvd_test_configs/local_tests/local_bootconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/host/cvd_test_configs/local_tests/local_bootconfig.json b/host/cvd_test_configs/local_tests/local_bootconfig.json
new file mode 100644
index 000000000..77d85688e
--- /dev/null
+++ b/host/cvd_test_configs/local_tests/local_bootconfig.json
@@ -0,0 +1,15 @@
+{
+ "common": {
+ "host_package": "/tmp/linux-x86"
+ },
+ "instances": [
+ {
+ "disk": {
+ "default_build": "/tmp/vsoc_x86_64"
+ },
+ "boot": {
+ "extra_bootconfig_args": "androidboot.W=X androidboot.Y=Z"
+ }
+ }
+ ]
+}