| commit | 3a31f0ac322abb081603e04e3eb2e665e8814673 | [log] [tgz] |
|---|---|---|
| author | Alexander Hansen <alexander.hansen@9elements.com> | Mon Nov 03 12:52:37 2025 +0100 |
| committer | Jagpal S Gill <paligill@gmail.com> | Wed Nov 12 00:42:59 2025 +0000 |
| tree | b443f0a027869871a075ebd4043e4ece99f9692e | |
| parent | c284e75bd121f38f11a362e7a8679c3b455d07b8 [diff] [blame] |
fw update: tests for device Tests for the device update flow. Minimal PLDM packages are constructed in testcases and the update flow is run on device instance. These tests should check that the common code behaves as outlined in the design [1] References: [1] https://github.com/openbmc/docs/blob/master/designs/code-update.md Change-Id: I8f12839afd47ef3403a80439af54fedcc00f10be Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/test/common/meson.build b/test/common/meson.build index 3b7912f..27d2b4c 100644 --- a/test/common/meson.build +++ b/test/common/meson.build
@@ -1,2 +1,3 @@ subdir('exampledevice') +subdir('device') subdir('software')