commit | c73e6e78a822145f20663ec23fadeabdc11267a1 | [log] [tgz] |
---|---|---|
author | Bobby R. Bruce <bbruce@ucdavis.edu> | Wed Nov 10 14:39:30 2021 -0800 |
committer | Bobby R. Bruce <bbruce@ucdavis.edu> | Tue Nov 16 18:52:13 2021 +0000 |
tree | ad3816713d6a908265a17584a14340e26d673ed5 | |
parent | 97565ecf6c4d0bb15133e837c68186ad3b8348f2 [diff] |
stdlib,tests: Fix boot_kvm_fork_run.py The patch https://gem5-review.googlesource.com/c/public/gem5/+/51949 changed the way in which kernel arguments were passed to the 'set_kernel_disk_workload' function. The 'kernel_args' parameter overrides the kernel arguments, not amends them as before. This test script was not updated to take into account this functionality, and, as such, the test failed. This patch fixes this. Change-Id: I737c59329acde3a064f933bc4d31e20cf6ca55ae Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52663 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com>