Files
MSE-SoftwEng/Embedded_Part_Grading_Group_4.md
2025-07-09 14:44:44 +02:00

2.1 KiB

Grading Embedded Part Group Project 4

Grading Criterias

For the embedded part of the group project, the following applies:

  • Maximum 3 Points: A CI/CD pipeline has to be set and run to build the embedded sensor application. It is expected that the application builds on GitLab with a docker image and container, and that the build artifacts (application binaries) are delivered as files.
  • Maximum 4 Points: An automated embedded application testing has to be set up. During the module, an example framework with some tests is provided. It is expected that this framework and tests have been extended with additional on-target tests. It is not expected that the tests have to be run on-target with the pipeline on GitLab (as there are limitations, see course content). But it is expected that the on-target testes are running locally on a machine with a docker image, and that test output and artifacts about successfully running the tests are provided.

CI/CD Embedded Sensor

Grade: 2 points

Automated Embedded Application Testing

Grade: 3 points

General feedback