os/persistentdata/traceservices/tracefw/ulogger/unit_test/scripts/te_serial.script
First public contribution.
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 //! @SYMTestSuiteName uloggerv1-serial-unit-test-suite.script
18 //! @SYMScriptTestEnvironment TEF
23 PRINT ----------------------------------------------------------
24 PRINT Test te_serial.mmp
25 PRINT ----------------------------------------------------------
27 LOAD_SUITE uloggerplugserialtest
30 START_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerPlugSerial-0001
31 //! @SYMTestCaseID DT-DEBUG-TRACE-UTFv1-ULoggerPlugSerial-0001
32 //! @SYMTestCaseDesc Run test for serial plugin
33 //! @SYMTestPriority Critical
34 //! @SYMTestActions Set and configure serial plugin
35 //! @SYMTestExpectedResults error returns as expected
37 //! @SYMTestStatus Implemented
40 RUN_TEST_STEP 100 uloggerplugserialtest serial0Step
41 END_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerPlugSerial-0001