Changes between Version 14 and Version 15 of Developer/Projects/Open/TestingImprovements


Ignore:
Timestamp:
03/02/17 19:25:31 (7 years ago)
Author:
Amar Takhar
Comment:

Redirec to ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/TestingImprovements

    v14 v15  
    1 = RTEMS Testing =
    2 
    3 
    4 
    5 [[TOC(Projects/TestingImprovements, depth=2)]]
    6 
    7 
    8 '''Mentors:''' Amar Takhar, Sebastian Huber
    9 
    10 '''Students:'''
    11 
    12 '''Status:''' [wiki:GSoC/2013/Testing Preliminary work done.]
    13 
    14 '''Introduction:''' Learning how to test software is an extremely desirable skill in the software development world.  RTEMS [http://git.rtems.org/rtems/tree/testsuites test suite] needs major cleanup in order to modernize and allow for easier additions of new tests.
    15 
    16 '''Goals:'''
    17 # Project 1: Modify existing testing frameworks to generate tests for RTEMS
    18 # Project 2: Port existing RTEMS tests into more modern testing frame-works, thereby allowing easier addition of tests. 
    19 
    20 '''Possible Test Groups:''' This part is not designed for GSoC, but for future reference
    21 
    22 Creation of 4 separate test groups:
    23 # Host-based (Testing of APIs out-of-hand)
    24 # Operational (Runs on actual hardware or in-simulation),
    25 # RTEMS BSP-specific tests and
    26 # tests specific to a Board.
    27 
    28 '''Requirements:''' Knowledge of testing is not required.  The ideal candidate should have a firm grasp of the C language with knowledge of C++ as some of the test frameworks will be written using [https://code.google.com/p/googletest/ googletest] and [https://code.google.com/p/googlemock/ googlemock].  Other components of the framework will have to be written from scratch, the exact language used is will have to be agreed upon by the student and mentor, but should work on both Linux and Windows.
    29 
    30 '''Resources:'''
    31  *  You are encouraged to contact Amar on IRC in the RTEMS channel or email him directly (amar-rtems.org) with any questions you may have.
    32  *  [wiki:GSoC/2013/Testing RTEMSTestingSOCIS2013]
    33  *  [wiki:GSoC/2012/Testing RTEMSTestingGSOC2012]
    34 = Additional Information =
    35 
    36 
    37 This project does not require writing new tests, it involves the groundwork for allowing tests to be written.
    38 
    39 The RTEMS [http://git.rtems.org/rtems/tree/testsuites test suite] contains tests that while relevant use a custom test harness that limits the application of modern testing techniques.
    40 
    41 Anyone accepting this task as part of GSoC is not expected to complete the entire project in one summer, the tasks will be broken into smaller milestones it is OK to complete as many of these milestones as possible before the period ends.
    42 =  Objectives  =
    43 ==  Project Idea 1  ==
    44 
    45 # Modify/use googletest and googlemock to write RTEMS tests, then package them into a separate package like examples-v2==  Project Idea 2  ==
    46 
    47 # Porting the testsuites into a separate package like examples-v2 would make designing new tests much faster.
    48 # Adding a configuration to only build one of the suites at a time would make designing new tests much faster.
    49 # The ability to port the tests, once developed, back into the main RTEMS git test-suite would be beneficial.
    50 = Miscellaneous Sections =
    51 
    52 As the project progresses, you will need to add build instructions, etc and this page will evolve from a project description into a HOWTO.
    53 
    54 = References =
    55 
    56 
    57  *  TBD
     1See ticket #2918.