/openbmc/telemetry/src/interfaces/ |
H A D | report.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_manager.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_factory.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_manager_mock.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_mock.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_factory_mock.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
/openbmc/telemetry/ |
H A D | .gitignore | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | meson.build | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
/openbmc/telemetry/src/ |
H A D | telemetry.hpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_factory.hpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_manager.hpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report.hpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_factory.cpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report.cpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | report_manager.cpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
/openbmc/telemetry/tests/src/ |
H A D | dbus_environment.hpp | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | test_report_manager.cpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
H A D | test_report.cpp | 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|
/openbmc/telemetry/tests/ |
H A D | meson.build | diff 2f9f9b875ad61666b1308a94fa700ae6e9d5ed1e Tue Oct 13 02:07:45 CDT 2020 Wludzik, Jozef <jozef.wludzik@intel.com> Add ReportManager and Report unit tests
Introduced ReportFactory to seperate Report and ReportManager unit tests. Implemented mocks for Report, ReportManager and ReportFactory classes. Added tests for DBus Properties and Methods provided by telemetry service.
Tested: - Ran unit-tests with success
Change-Id: I1860e280d26ee4becc52de98dd65e5697d26b376 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
|