Commit 0c0eff36 authored by m.zweig's avatar m.zweig

Layout for the test

parent 5d5ae881
# Copyright:
# Author :
# Licence : GPL v2
# behind this mark, you can
# write some comments
#
# This is an example config for
# the logfile of a testmodule
# called "myTestexample"
# name of the test module (e.g. myTestexample)
TestModuleName
# version nummber from the test mosule (e.g. 1.2)
TestModuleVersion
# type or name of test (e.g. DDR2 read/write test)
TestName
# the symbol for test succeed used in logfile (e.g. - OK -)
TestOK
# the symbol for test fail used in logfile (e.g. - ERROR -)
TestFailure
# this messages will be show the user if test succeed (e.g. Fine ! Test success)
TestOKMessage
# otherweise the messages for a test failure (e.g. Read Error / Write Error)
TestErrorMessage_1
TestErrorMessage_2
# Copyright:
# Author :
# Licence : GPL v2
# behind the this mark, you can
# write some comments.
# This is an template config file
# the name of the test module (e.g. myTestexample.py)
TestFileName
# is this field unrecorded, the default path will be taken
TestFilePfad
# required files for the test used in the test device
# add as many as you there, default path ../firmware/
# (e.g testBin.bin, /myBin/myTestBin1.bin)
TestDownLoadFiles
TestDownLoadFiles
# Used to show the user test instruction or informations
# is this field unrecorded, the default
# path will be taken ../doc/
# (e.g. /myTest/myTestinstruction)
TestManualFile
# is field specify the type of logfile
# this field is not used yet, its science fiction
TestOutPutType
# the name and path to the log file
# is this field unrecordet, the default
# path will be taken ../log/
# (e.g. /myTest/myLogs/myTestexampleLog.log)
TestOutPut
#!/usr/bin/env python
"""testExample.py: Description of what testExample does."""
__author__ = ""
__copyright__ = ""
__credits__ = [""]
__license__ = "GPL v2 or late"
__version__ = ""
__maintainer__ = ""
__email__ = ""
__status__ = ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment