1 / 10

Embedded Linux QA: Unit Testing with Open Source

Embedded Linux QA: Unit Testing with Open Source. About PHILOSYS Software GmbH. UNIX/GNU/Linux Software ~20 years Service Provider Consulting, Design, Implementation, Maintenance Kernel, Networking, Visualization. QA in Open Source Projects.

raine
Télécharger la présentation

Embedded Linux QA: Unit Testing with Open Source

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Embedded Linux QA:Unit Testing with Open Source

  2. About PHILOSYS Software GmbH UNIX/GNU/Linux Software ~20 years Service Provider Consulting, Design, Implementation, Maintenance Kernel, Networking, Visualization

  3. QA in Open Source Projects Here: Technical aspects independent of ISO-certification Diverse, not always as desired Tools to support process

  4. QA Tools Bug Tracking (RequestTracker, OTRS) Code Checker (lint etc.) Memory Monitor (Valgrind, Electric Fence) Compiler Warnings (-Wall -Wextra !) Black box testing (dejagnu) Unit testing (JUnit, autotools)

  5. Unit Testing Background: eXtreme Programming Goal: Automated, ubiquitous testing Frameworks: Junit, PyUnit, Test::Unit, autounit, ...

  6. Autotools

  7. autotools Standard GNU framework autoconf, automake, libtool, etc. Used in typical Open Source projects Generated configuration scripts in packages ./configure && make && make install Goal: “make test”

  8. Embedded Aspects Cross toolchains autotools are prepared for cross compilation Problem: Program execution on target TESTS_ENVIRONMENT=ssh username@targethost Prerequisite: Target is powerful enough to execute tests in addition to normal program Transparent evaluation of results

  9. Example Test Protocol

  10. Thanks for Your Kind Attention! More Information: Philosys Software GmbH Edisonstr. 6 D-85716 Unterschleissheim www.philosys.de Phone: +49-89-321407-14 roland.stigge@philosys.de

More Related