os/graphics/graphicscomposition/openwftest/scripts/openwftest.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Runs every test with the openwftest.ini from the same folder
    15 
    16 // important to load in shared data mode
    17 LOAD_SUITE	openwftestserver -SharedData
    18 
    19 //positive fastpath tests
    20 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0000L openwftest.ini
    21 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0001L openwftest.ini
    22 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0002L openwftest.ini
    23 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0003L openwftest.ini
    24 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0004L openwftest.ini
    25 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0005L openwftest.ini
    26 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0006L openwftest.ini
    27 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0007L openwftest.ini
    28 
    29 //notificiation during fastpath tests
    30 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0010L openwftest.ini
    31 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0011L openwftest.ini
    32 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0012L openwftest.ini
    33 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0013L openwftest.ini
    34 
    35 //negative fastpath tests
    36 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0020L openwftest.ini
    37 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0021L openwftest.ini
    38 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0022L openwftest.ini
    39 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0023L openwftest.ini
    40 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0024L openwftest.ini
    41 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0025L openwftest.ini
    42 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0026L openwftest.ini
    43 RUN_TEST_STEP	100	openwftestserver	TEFUnit.COpenwfTest.GRAPHICS_OPENWFC_FASTPATH_0027L openwftest.ini
    44