sbsv2/raptor/test/smoke_suite/whatcomp.py
branchwip
changeset 323 a186d9720073
parent 171 083d88a8550e
child 294 660607a4d589
equal deleted inserted replaced
320:49da1e705345 323:a186d9720073
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    56 	"error: no (CHECK|WHAT) information found"
    56 	"error: no (CHECK|WHAT) information found"
    57 	]
    57 	]
    58 	warnings = 0
    58 	warnings = 0
    59 	
    59 	
    60 	t.id = "0106"
    60 	t.id = "0106"
    61 	t.name = "filter_whatcomp_sbs_filter"
    61 	t.name = "whatcomp"
    62 	t.description = description
    62 	t.description = description
    63 	t.command = command % "arm.v5.urel.gcce4_4_1"
    63 	t.command = command % "arm.v5.urel.gcce4_4_1"
    64 	t.targets = targets
    64 	t.targets = targets
    65 	t.mustmatch = mustmatch
    65 	t.mustmatch = mustmatch
    66 	t.mustnotmatch = mustnotmatch
    66 	t.mustnotmatch = mustnotmatch