pseq: Create Chassis class
Create a C++ Chassis class that corresponds to the JSON "chassis" object
in the config file.
Eventually more function will be added to this class, but for the
initial version only implement the required support for the JSON
properties.
Create automated test cases for the new class.
Tested:
* Ran automated test cases.
Change-Id: I66bd795f894b3376a5cb65294db7dbb6cf37e891
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
diff --git a/phosphor-power-sequencer/test/meson.build b/phosphor-power-sequencer/test/meson.build
index a920f98..3d3126d 100644
--- a/phosphor-power-sequencer/test/meson.build
+++ b/phosphor-power-sequencer/test/meson.build
@@ -2,6 +2,7 @@
'phosphor-power-sequencer-tests',
executable(
'phosphor-power-sequencer-tests',
+ 'chassis_tests.cpp',
'config_file_parser_error_tests.cpp',
'config_file_parser_tests.cpp',
'pmbus_driver_device_tests.cpp',